Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c8294 char *zFree = 0; /* Also free this */ in zipfileUpdate() local
8387 zFree = sqlite3_mprintf("%s/", zPath); in zipfileUpdate()
8388 zPath = (const char*)zFree; in zipfileUpdate()
8389 if( zFree==0 ){ in zipfileUpdate()
8462 sqlite3_free(zFree); in zipfileUpdate()
8705 char *zFree = 0; /* Free this before returning */ in zipfileStep() local
8794 zName = zFree = sqlite3_mprintf("%s/", zName); in zipfileStep()
8841 sqlite3_free(zFree); in zipfileStep()
H A Dsqlite3.c55153 char *zFree = 0; /* Free this buffer */
55179 if( !zFree ){
55183 zFree[0] = zFree[1] = zFree[2] = zFree[3] = 0;
55184 zSuperJournal = &zFree[4];
55232 sqlite3_free(zFree);
173523 char *zFree = 0;
173531 zFree = zFunction = fts3QuoteId(zFunc);
173540 sqlite3_free(zFree);
173580 char *zFree = 0;
173587 zFree = zFunction = fts3QuoteId(zFunc);
[all …]