Searched refs:sqlite3_str_finish (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h615 #define sqlite3_str_finish sqlite3_api->str_finish macro
H A Dsqlite3.h7848 ** is returned using the [sqlite3_str_finish()] interface.
7860 ** [sqlite3_str_finish(X)].
7868 ** [sqlite3_str_finish(X)]. It is always safe to use the value
7884 ** ^The [sqlite3_str_finish(X)] interface destroys the sqlite3_str object X
7888 ** ^The [sqlite3_str_finish(X)] interface may return a NULL pointer if any
7890 ** [sqlite3_str_finish(X)] interface will also return a NULL pointer if the
7893 SQLITE_API char *sqlite3_str_finish(sqlite3_str*);
H A Dsqlite3.c8911 ** is returned using the [sqlite3_str_finish()] interface.
8923 ** [sqlite3_str_finish(X)].
8931 ** [sqlite3_str_finish(X)]. It is always safe to use the value
8947 ** ^The [sqlite3_str_finish(X)] interface destroys the sqlite3_str object X
8951 ** ^The [sqlite3_str_finish(X)] interface may return a NULL pointer if any
8953 ** [sqlite3_str_finish(X)] interface will also return a NULL pointer if the
8956 SQLITE_API char *sqlite3_str_finish(sqlite3_str*);
29484 SQLITE_API char *sqlite3_str_finish(sqlite3_str *p){ function
126005 #define sqlite3_str_finish macro
[all...]

Completed in 536 milliseconds