Lines Matching defs:zFree
10956 char *zFree = 0; /* Also free this */
11051 zFree = sqlite3_mprintf("%s/", zPath);
11052 zPath = (const char*)zFree;
11053 if( zFree==0 ){
11126 sqlite3_free(zFree);
11370 char *zFree = 0; /* Free this before returning */
11459 zName = zFree = sqlite3_mprintf("%s/", zName);
11506 sqlite3_free(zFree);
17649 char *zFree = 0;
17653 zSql = (const char*)(zFree = recoverMPrintf(p,
17671 sqlite3_free(zFree);