Searched refs:zTemp (Results 1 – 2 of 2) sorted by relevance
30315 char zTemp[50]; in arCreateOrUpdateCommand() local30321 zTemp[0] = 0; in arCreateOrUpdateCommand()30327 sqlite3_snprintf(sizeof(zTemp),zTemp,"zip%016llx",r); in arCreateOrUpdateCommand()30328 zTab = zTemp; in arCreateOrUpdateCommand()30371 zSql = sqlite3_mprintf("DROP TABLE %s", zTemp); in arCreateOrUpdateCommand()
50757 char *zTemp = NULL; in winGetLastErrorMsg() local50764 (LPSTR) &zTemp, in winGetLastErrorMsg()50770 zOut = winMbcsToUtf8(zTemp, osAreFileApisANSI()); in winGetLastErrorMsg()50773 osLocalFree(zTemp); in winGetLastErrorMsg()54780 LPWSTR zTemp; local54788 zTemp = sqlite3MallocZero( nByte*sizeof(zTemp[0]) );54789 if( zTemp==0 ){54793 nByte = osGetFullPathNameW((LPCWSTR)zConverted, nByte, zTemp, 0);54796 sqlite3_free(zTemp);54801 zOut = winUnicodeToUtf8(zTemp);[all …]