Searched refs:zExists (Results 1 – 1 of 1) sorted by relevance
24247 char *zExists = 0; in arCreateOrUpdateCommand() local24279 zExists = sqlite3_mprintf( in arCreateOrUpdateCommand()24286 zExists = sqlite3_mprintf(""); in arCreateOrUpdateCommand()24288 if( zExists==0 ) rc = SQLITE_NOMEM; in arCreateOrUpdateCommand()24292 pAr->azArg[i], pAr->zDir, zExists); in arCreateOrUpdateCommand()24307 sqlite3_free(zExists); in arCreateOrUpdateCommand()