Searched refs:zTemp (Results 1 – 3 of 3) sorted by relevance
13949 char *zTemp; in newTempFile() local13952 zTemp = getenv("TEMP"); in newTempFile()13953 if( zTemp==0 ) zTemp = getenv("TMP"); in newTempFile()13954 if( zTemp==0 ){ in newTempFile()13956 zTemp = "\\tmp"; in newTempFile()13958 zTemp = "/tmp"; in newTempFile()14832 char zTemp[50]; in arCreateOrUpdateCommand() local14838 zTemp[0] = 0; in arCreateOrUpdateCommand()14844 sqlite3_snprintf(sizeof(zTemp),zTemp,"zip%016llx",r); in arCreateOrUpdateCommand()14845 zTab = zTemp; in arCreateOrUpdateCommand()[all …]
43616 char *zTemp = NULL;47254 LPWSTR zTemp;47262 zTemp = sqlite3MallocZero( nByte*sizeof(zTemp[0]) );47263 if( zTemp==0 ){47280 char *zTemp;47288 zTemp = sqlite3MallocZero( nByte*sizeof(zTemp[0]) );47289 if( zTemp==0 ){172962 char *zTemp = 0;173001 zTemp = fts3ReallocOrFree(zTemp, nTemp + nByte);173035 if( zTemp ){[all …]
34400 WCHAR *zTemp;34402 zTemp = malloc( nByte*sizeof(zTemp[0]) );34403 if( zTemp==0 ){34410 free(zTemp);34417 char *zTemp;34419 zTemp = malloc( nByte*sizeof(zTemp[0]) );34420 if( zTemp==0 ){34427 free(zTemp);59194 zTemp[i] = 0;119771 char *zTemp = 0;[all …]