Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c525 sqlite3_str *query = sqlite3_str_new(semind_db); in set_db_version()
1027 sqlite3_str *query = sqlite3_str_new(semind_db); in command_search()
/third_party/sqlite/include/
H A Dsqlite3ext.h642 #define sqlite3_str_new sqlite3_api->str_new macro
H A Dsqlite3.h8187 ** <li> ^The sqlite3_str object is created using [sqlite3_str_new()].
8200 ** ^The [sqlite3_str_new(D)] interface allocates and initializes
8202 ** [sqlite3_str_new()] must be freed by a subsequent call to
8205 ** ^The [sqlite3_str_new(D)] interface always returns a pointer to a
8212 ** returned by [sqlite3_str_new(D)] as the sqlite3_str parameter
8215 ** The D parameter to [sqlite3_str_new(D)] may be NULL. If the
8216 ** D parameter in [sqlite3_str_new(D)] is not NULL, then the maximum
8221 SQLITE_API sqlite3_str *sqlite3_str_new(sqlite3*);
8243 ** from [sqlite3_str_new()].
/third_party/sqlite/src/
H A Dshell.c4564 pStr = sqlite3_str_new(0); in re_bytecode_func()
17149 sqlite3_str *pStr = sqlite3_str_new(0); in save_err_msg()
17806 sqlite3_str *pStr = sqlite3_str_new(0); in quoted_column()
H A Dsqlite3.c8496 ** <li> ^The sqlite3_str object is created using [sqlite3_str_new()].
8509 ** ^The [sqlite3_str_new(D)] interface allocates and initializes
8511 ** [sqlite3_str_new()] must be freed by a subsequent call to
8514 ** ^The [sqlite3_str_new(D)] interface always returns a pointer to a
8521 ** returned by [sqlite3_str_new(D)] as the sqlite3_str parameter
8524 ** The D parameter to [sqlite3_str_new(D)] may be NULL. If the
8525 ** D parameter in [sqlite3_str_new(D)] is not NULL, then the maximum
8530 SQLITE_API sqlite3_str *sqlite3_str_new(sqlite3*);
8552 ** from [sqlite3_str_new()].
31134 SQLITE_API sqlite3_str *sqlite3_str_new(sqlite3 *db){ sqlite3_str_new() function
132565 #define sqlite3_str_new global() macro
[all...]

Completed in 185 milliseconds