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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile186 sqlite3_str_new.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h643 #define sqlite3_str_new sqlite3_api->str_new macro
H A Dsqlite3.h8390 ** <li> ^The sqlite3_str object is created using [sqlite3_str_new()].
8403 ** ^The [sqlite3_str_new(D)] interface allocates and initializes
8405 ** [sqlite3_str_new()] must be freed by a subsequent call to
8408 ** ^The [sqlite3_str_new(D)] interface always returns a pointer to a
8415 ** returned by [sqlite3_str_new(D)] as the sqlite3_str parameter
8418 ** The D parameter to [sqlite3_str_new(D)] may be NULL. If the
8419 ** D parameter in [sqlite3_str_new(D)] is not NULL, then the maximum
8424 SQLITE_API sqlite3_str *sqlite3_str_new(sqlite3*);
8446 ** from [sqlite3_str_new()].
H A Dshell.c7017 pStr = sqlite3_str_new(0);
19835 sqlite3_str *pStr = sqlite3_str_new(0);
20572 sqlite3_str *pStr = sqlite3_str_new(0);
H A Dsqlite3.c8703 ** <li> ^The sqlite3_str object is created using [sqlite3_str_new()].
8716 ** ^The [sqlite3_str_new(D)] interface allocates and initializes
8718 ** [sqlite3_str_new()] must be freed by a subsequent call to
8721 ** ^The [sqlite3_str_new(D)] interface always returns a pointer to a
8728 ** returned by [sqlite3_str_new(D)] as the sqlite3_str parameter
8731 ** The D parameter to [sqlite3_str_new(D)] may be NULL. If the
8732 ** D parameter in [sqlite3_str_new(D)] is not NULL, then the maximum
8737 SQLITE_API sqlite3_str *sqlite3_str_new(sqlite3*);
8759 ** from [sqlite3_str_new()].
32003 SQLITE_API sqlite3_str *sqlite3_str_new(sqlite3 *db){ function
136115 #define sqlite3_str_new macro
[all...]

Completed in 604 milliseconds