Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c30378 char zTemp[50]; in arCreateOrUpdateCommand() local
30384 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()
H A Dsqlite3.c50785 char *zTemp = NULL; in winGetLastErrorMsg() local
50792 (LPSTR) &zTemp, in winGetLastErrorMsg()
50798 zOut = winMbcsToUtf8(zTemp, osAreFileApisANSI()); in winGetLastErrorMsg()
50801 osLocalFree(zTemp); in winGetLastErrorMsg()
54825 LPWSTR zTemp; local
54833 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 …]