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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c23828 char zTempPath[CCHMAXPATH]; local
23838 sqlite3_snprintf(CCHMAXPATH-30, zTempPath, "%s", sqlite3_temp_directory);
23843 sqlite3_snprintf(CCHMAXPATH-30, zTempPath, "%s", zTempPathUTF);
23846 zTempPath[0] = (char)('A' + ulDriveNum - 1);
23847 zTempPath[1] = ':';
23848 zTempPath[2] = '\0';
23850 zTempPath[0] = '\0';
23856 j = sqlite3Strlen30(zTempPath);
23857 while( j > 0 && ( zTempPath[j-1] == '\\' || zTempPath[
33941 char zTempPath[MAX_PATH+1]; local
[all...]

Completed in 377 milliseconds