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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c24202 char zTempPath[CCHMAXPATH]; local
24212 sqlite3_snprintf(CCHMAXPATH-30, zTempPath, "%s", sqlite3_temp_directory);
24217 sqlite3_snprintf(CCHMAXPATH-30, zTempPath, "%s", zTempPathUTF);
24220 zTempPath[0] = (char)('A' + ulDriveNum - 1);
24221 zTempPath[1] = ':';
24222 zTempPath[2] = '\0';
24224 zTempPath[0] = '\0';
24230 j = sqlite3Strlen30(zTempPath);
24231 while( j > 0 && ( zTempPath[j-1] == '\\' || zTempPath[
34928 char zTempPath[MAX_PATH+2]; local
[all...]

Completed in 340 milliseconds