Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c13793 char *zFree = 0; /* Also free this */ in zipfileUpdate() local
13893 zFree = sqlite3_mprintf("%s/", zPath); in zipfileUpdate()
13894 zPath = (const char*)zFree; in zipfileUpdate()
13895 if( zFree==0 ){ in zipfileUpdate()
13968 sqlite3_free(zFree); in zipfileUpdate()
14212 char *zFree = 0; /* Free this before returning */ in zipfileStep() local
14308 zName = zFree = sqlite3_mprintf("%s/", zName); in zipfileStep()
14355 sqlite3_free(zFree); in zipfileStep()
21936 char *zFree = 0; in recoverWriteSchema1() local
21940 zSql = (const char*)(zFree = recoverMPrintf(p, in recoverWriteSchema1()
[all …]
H A Dsqlite3.c62222 char *zFree = 0; /* Free this buffer */ local
62255 zFree = sqlite3Malloc(4 + nSuperJournal + 2);
62256 if( !zFree ){
62262 zFree[0] = zFree[1] = zFree[2] = zFree[3] = 0;
62263 zSuperJournal = &zFree[4];
62323 sqlite3_free(zFree);
194818 char *zFree = 0; local
194826 zFree = zFunction = fts3QuoteId(zFunc);
194835 sqlite3_free(zFree);
194875 char *zFree = 0; local
[all …]