Searched refs:zExists (Results 1 – 1 of 1) sorted by relevance
14833 char *zExists = 0; in arCreateOrUpdateCommand() local14865 zExists = sqlite3_mprintf( in arCreateOrUpdateCommand()14872 zExists = sqlite3_mprintf(""); in arCreateOrUpdateCommand()14874 if( zExists==0 ) rc = SQLITE_NOMEM; in arCreateOrUpdateCommand()14878 pAr->azArg[i], pAr->zDir, zExists); in arCreateOrUpdateCommand()14893 sqlite3_free(zExists); in arCreateOrUpdateCommand()