Searched refs:RCStr (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c15326 typedef struct RCStr RCStr; typedef in typeref:struct:RCStr
20047 ** The following object is the header for an "RCStr" or "reference-counted
20048 ** string". An RCStr is passed around and used like any other char*
20052 ** 1. RCStr strings are reference counted. They are deallocated
20055 ** 2. Use sqlite3RCStrUnref() to free an RCStr string rather than
20058 ** 3. Make a (read-only) copy of a read-only RCStr string using
20061 ** "String" is in the name, but an RCStr object can also be used to hold
20064 struct RCStr { struct
[all...]

Completed in 596 milliseconds