Home
last modified time | relevance | path

Searched refs:sqlite3_temp_directory (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/src/
H A Dpragma.c970 returnSingleText(v, sqlite3_temp_directory); in sqlite3Pragma()
988 sqlite3_free(sqlite3_temp_directory); in sqlite3Pragma()
990 sqlite3_temp_directory = sqlite3_mprintf("%s", zRight); in sqlite3Pragma()
992 sqlite3_temp_directory = 0; in sqlite3Pragma()
H A Dos_win.c1930 ppDirectory = &sqlite3_temp_directory; in sqlite3_win32_set_directory8()
4735 if( sqlite3_temp_directory!=0 ) return 1;
4777 int nDirLen = sqlite3Strlen30(sqlite3_temp_directory);
4779 if( !winIsDirSep(sqlite3_temp_directory[nDirLen-1]) ){
4788 sqlite3_snprintf(nMax, zBuf, "%s", sqlite3_temp_directory);
5093 if( !zUtf8Name && !sqlite3_temp_directory ){
H A Dmain.c158 char *sqlite3_temp_directory = 0; variable
409 sqlite3_temp_directory = 0; in sqlite3_shutdown()
H A Dos_unix.c5834 const char *zDir = sqlite3_temp_directory; in unixTempFileDir()
H A Dtest1.c8910 (char*)&sqlite3_temp_directory, TCL_LINK_STRING); in Sqlitetest1_Init()
H A Dsqlite.h.in3652 ** See also: [sqlite3_temp_directory]
6194 ** does not free the memory that sqlite3_temp_directory points to. If
6211 ** sqlite3_temp_directory = sqlite3_mprintf("%s", zPathBuf);
6214 SQLITE_EXTERN char *sqlite3_temp_directory; variable
6258 ** with the [sqlite3_temp_directory] or [sqlite3_data_directory] variable, to
/sqlite-3.40.0/test/
H A Dpragma.test1540 # Reset the sqlite3_temp_directory variable for the next run of tests: