Home
last modified time | relevance | path

Searched refs:zTemp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c30315 char zTemp[50]; in arCreateOrUpdateCommand() local
30321 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()
H A Dsqlite3.c50757 char *zTemp = NULL; in winGetLastErrorMsg() local
50764 (LPSTR) &zTemp, in winGetLastErrorMsg()
50770 zOut = winMbcsToUtf8(zTemp, osAreFileApisANSI()); in winGetLastErrorMsg()
50773 osLocalFree(zTemp); in winGetLastErrorMsg()
54780 LPWSTR zTemp; local
54788 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 …]