Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c530 sql = sqlite3_str_finish(query); in set_db_version()
1117 sql = sqlite3_str_finish(query); in command_search()
/third_party/sqlite/include/
H A Dsqlite3ext.h643 #define sqlite3_str_finish sqlite3_api->str_finish macro
H A Dsqlite3.h8191 ** is returned using the [sqlite3_str_finish()] interface.
8203 ** [sqlite3_str_finish(X)].
8211 ** [sqlite3_str_finish(X)]. It is always safe to use the value
8227 ** ^The [sqlite3_str_finish(X)] interface destroys the sqlite3_str object X
8231 ** ^The [sqlite3_str_finish(X)] interface may return a NULL pointer if any
8233 ** [sqlite3_str_finish(X)] interface will also return a NULL pointer if the
8236 SQLITE_API char *sqlite3_str_finish(sqlite3_str*);
/third_party/sqlite/src/
H A Dshell.c4578 z = sqlite3_str_finish(pStr); in re_bytecode_func()
17159 zErr = sqlite3_str_finish(pStr); in save_err_msg()
17814 return sqlite3_str_finish(pStr); in quoted_column()
H A Dsqlite3.c8500 ** is returned using the [sqlite3_str_finish()] interface.
8512 ** [sqlite3_str_finish(X)].
8520 ** [sqlite3_str_finish(X)]. It is always safe to use the value
8536 ** ^The [sqlite3_str_finish(X)] interface destroys the sqlite3_str object X
8540 ** ^The [sqlite3_str_finish(X)] interface may return a NULL pointer if any
8542 ** [sqlite3_str_finish(X)] interface will also return a NULL pointer if the
8545 SQLITE_API char *sqlite3_str_finish(sqlite3_str*);
31068 SQLITE_API char *sqlite3_str_finish(sqlite3_str *p){ sqlite3_str_finish() function
132566 #define sqlite3_str_finish global() macro
[all...]

Completed in 183 milliseconds