Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c13755 char *zFree = 0; /* Also free this */ in zipfileUpdate() local
13855 zFree = sqlite3_mprintf("%s/", zPath); in zipfileUpdate()
13856 zPath = (const char*)zFree; in zipfileUpdate()
13857 if( zFree==0 ){ in zipfileUpdate()
13930 sqlite3_free(zFree); in zipfileUpdate()
14174 char *zFree = 0; /* Free this before returning */ in zipfileStep() local
14270 zName = zFree = sqlite3_mprintf("%s/", zName); in zipfileStep()
14317 sqlite3_free(zFree); in zipfileStep()
21898 char *zFree = 0; in recoverWriteSchema1() local
21902 zSql = (const char*)(zFree = recoverMPrintf(p, in recoverWriteSchema1()
[all …]
H A Dsqlite3.c62129 char *zFree = 0; /* Free this buffer */ local
62155 zFree = sqlite3Malloc(4 + nSuperJournal + nSuperPtr + 2);
62156 if( !zFree ){
62162 zFree[0] = zFree[1] = zFree[2] = zFree[3] = 0;
62163 zSuperJournal = &zFree[4];
62211 sqlite3_free(zFree);
194515 char *zFree = 0; local
194523 zFree = zFunction = fts3QuoteId(zFunc);
194532 sqlite3_free(zFree);
194572 char *zFree = 0; local
[all …]