Lines Matching refs:zFree
8403 char *zFree = 0; /* Also free this */
8496 zFree = sqlite3_mprintf("%s/", zPath);
8497 zPath = (const char*)zFree;
8498 if( zFree==0 ){
8571 sqlite3_free(zFree);
8814 char *zFree = 0; /* Free this before returning */
8903 zName = zFree = sqlite3_mprintf("%s/", zName);
8950 sqlite3_free(zFree);
13786 char *zFree = 0;
13790 zSql = (const char*)(zFree = recoverMPrintf(p,
13808 sqlite3_free(zFree);