Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h669 #define sqlite3_create_filename sqlite3_api->create_filename macro
H A Dsqlite3.h3696 ** <li> A new filename constructed using [sqlite3_create_filename()].
3810 ** The sqlite3_create_filename(D,J,W,N,P) allocates memory to hold a version of
3813 ** sqlite3_create_filename(D,J,W,N,P) is a pointer to a database filename that
3824 ** If a memory allocation error occurs, sqlite3_create_filename() might
3825 ** return a NULL pointer. The memory obtained from sqlite3_create_filename(X)
3828 ** The P parameter in sqlite3_create_filename(D,J,W,N,P) should be an array
3833 ** None of the D, J, or W parameters to sqlite3_create_filename(D,J,W,N,P) may
3837 ** previously obtained from sqlite3_create_filename(). Invoking
3842 ** sqlite3_create_filename(), then bad things such as heap
3849 SQLITE_API sqlite3_filename sqlite3_create_filename(
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c4002 ** <li> A new filename constructed using [sqlite3_create_filename()].
4116 ** The sqlite3_create_filename(D,J,W,N,P) allocates memory to hold a version of
4119 ** sqlite3_create_filename(D,J,W,N,P) is a pointer to a database filename that
4130 ** If a memory allocation error occurs, sqlite3_create_filename() might
4131 ** return a NULL pointer. The memory obtained from sqlite3_create_filename(X)
4134 ** The P parameter in sqlite3_create_filename(D,J,W,N,P) should be an array
4139 ** None of the D, J, or W parameters to sqlite3_create_filename(D,J,W,N,P) may
4143 ** previously obtained from sqlite3_create_filename(). Invoking
4148 ** sqlite3_create_filename(), then bad things such as heap
4155 SQLITE_API sqlite3_filename sqlite3_create_filename(
132592 #define sqlite3_create_filename global() macro
177990 SQLITE_API const char *sqlite3_create_filename( global() function
[all...]

Completed in 120 milliseconds