Lines Matching defs:sqlite3_create_filename
4002 ** <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(
60377 ** The sqlite3_create_filename() interface and the databaseFilename() utility
132592 #define sqlite3_create_filename sqlite3_api->create_filename
133105 sqlite3_create_filename,
176328 ** and is in the same format as names created using sqlite3_create_filename().
177990 SQLITE_API const char *sqlite3_create_filename(
178022 ** Free memory obtained from sqlite3_create_filename(). It is a severe
178024 ** previously obtained from sqlite3_create_filename() or a NULL pointer.