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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile185 sqlite3_str_finish.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h644 #define sqlite3_str_finish sqlite3_api->str_finish macro
H A Dsqlite3.h8394 ** is returned using the [sqlite3_str_finish()] interface.
8406 ** [sqlite3_str_finish(X)].
8414 ** [sqlite3_str_finish(X)]. It is always safe to use the value
8430 ** ^The [sqlite3_str_finish(X)] interface destroys the sqlite3_str object X
8434 ** ^The [sqlite3_str_finish(X)] interface may return a NULL pointer if any
8436 ** [sqlite3_str_finish(X)] interface will also return a NULL pointer if the
8439 SQLITE_API char *sqlite3_str_finish(sqlite3_str*);
H A Dshell.c7031 z = sqlite3_str_finish(pStr);
19845 zErr = sqlite3_str_finish(pStr);
20580 return sqlite3_str_finish(pStr);
H A Dsqlite3.c8707 ** is returned using the [sqlite3_str_finish()] interface.
8719 ** [sqlite3_str_finish(X)].
8727 ** [sqlite3_str_finish(X)]. It is always safe to use the value
8743 ** ^The [sqlite3_str_finish(X)] interface destroys the sqlite3_str object X
8747 ** ^The [sqlite3_str_finish(X)] interface may return a NULL pointer if any
8749 ** [sqlite3_str_finish(X)] interface will also return a NULL pointer if the
8752 SQLITE_API char *sqlite3_str_finish(sqlite3_str*);
31937 SQLITE_API char *sqlite3_str_finish(sqlite3_str *p){ function
136116 #define sqlite3_str_finish macro
[all...]

Completed in 612 milliseconds