Searched refs:sqlite3_create_filename (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | loadext.c | 478 sqlite3_create_filename,
|
| H A D | sqlite3ext.h | 663 #define sqlite3_create_filename sqlite3_api->create_filename macro
|
| H A D | test_multiplex.c | 275 pGroup->aReal[iChunk].z = (char*)sqlite3_create_filename(z,"","",0,0); in multiplexSubFilename()
|
| H A D | main.c | 4513 const char *sqlite3_create_filename( in sqlite3_create_filename() function
|
| H A D | sqlite.h.in | 3682 ** <li> A new filename constructed using [sqlite3_create_filename()]. 3796 ** The sqlite3_create_filename(D,J,W,N,P) allocates memory to hold a version of 3799 ** sqlite3_create_filename(D,J,W,N,P) is a pointer to a database filename that 3810 ** If a memory allocation error occurs, sqlite3_create_filename() might 3811 ** return a NULL pointer. The memory obtained from sqlite3_create_filename(X) 3814 ** The P parameter in sqlite3_create_filename(D,J,W,N,P) should be an array 3819 ** None of the D, J, or W parameters to sqlite3_create_filename(D,J,W,N,P) may 3823 ** previously obtained from sqlite3_create_filename(). Invoking 3828 ** sqlite3_create_filename(), then bad things such as heap 3835 sqlite3_filename sqlite3_create_filename(
|