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

/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3ext.h614 #define sqlite3_str_new sqlite3_api->str_new macro
H A Dsqlite3.h7844 ** <li> ^The sqlite3_str object is created using [sqlite3_str_new()].
7857 ** ^The [sqlite3_str_new(D)] interface allocates and initializes
7859 ** [sqlite3_str_new()] must be freed by a subsequent call to
7862 ** ^The [sqlite3_str_new(D)] interface always returns a pointer to a
7869 ** returned by [sqlite3_str_new(D)] as the sqlite3_str parameter
7872 ** The D parameter to [sqlite3_str_new(D)] may be NULL. If the
7873 ** D parameter in [sqlite3_str_new(D)] is not NULL, then the maximum
7878 SQLITE_API sqlite3_str *sqlite3_str_new(sqlite3*);
7900 ** from [sqlite3_str_new()].
H A Dsqlite3.c8907 ** <li> ^The sqlite3_str object is created using [sqlite3_str_new()].
8920 ** ^The [sqlite3_str_new(D)] interface allocates and initializes
8922 ** [sqlite3_str_new()] must be freed by a subsequent call to
8925 ** ^The [sqlite3_str_new(D)] interface always returns a pointer to a
8932 ** returned by [sqlite3_str_new(D)] as the sqlite3_str parameter
8935 ** The D parameter to [sqlite3_str_new(D)] may be NULL. If the
8936 ** D parameter in [sqlite3_str_new(D)] is not NULL, then the maximum
8941 SQLITE_API sqlite3_str *sqlite3_str_new(sqlite3*);
8963 ** from [sqlite3_str_new()].
29550 SQLITE_API sqlite3_str *sqlite3_str_new(sqlite3 *db){ function
126004 #define sqlite3_str_new macro
[all...]

Completed in 618 milliseconds