Searched refs:zTemp (Results 1 – 2 of 2) sorted by relevance
30378 char zTemp[50]; in arCreateOrUpdateCommand() local30384 zTemp[0] = 0; in arCreateOrUpdateCommand()30390 sqlite3_snprintf(sizeof(zTemp),zTemp,"zip%016llx",r); in arCreateOrUpdateCommand()30391 zTab = zTemp; in arCreateOrUpdateCommand()30434 zSql = sqlite3_mprintf("DROP TABLE %s", zTemp); in arCreateOrUpdateCommand()
50785 char *zTemp = NULL; in winGetLastErrorMsg() local50792 (LPSTR) &zTemp, in winGetLastErrorMsg()50798 zOut = winMbcsToUtf8(zTemp, osAreFileApisANSI()); in winGetLastErrorMsg()50801 osLocalFree(zTemp); in winGetLastErrorMsg()54825 LPWSTR zTemp; local54833 zTemp = sqlite3MallocZero( nByte*sizeof(zTemp[0]) );54834 if( zTemp==0 ){54838 nByte = osGetFullPathNameW((LPCWSTR)zConverted, nByte, zTemp, 0);54841 sqlite3_free(zTemp);54846 zOut = winUnicodeToUtf8(zTemp);[all …]