Lines Matching refs:sqlite3_create_filename
3696 ** <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(