Searched refs:zExists (Results 1 – 1 of 1) sorted by relevance
28223 char *zExists = 0; in arCreateOrUpdateCommand() local28255 zExists = sqlite3_mprintf( in arCreateOrUpdateCommand()28262 zExists = sqlite3_mprintf(""); in arCreateOrUpdateCommand()28264 if( zExists==0 ) rc = SQLITE_NOMEM; in arCreateOrUpdateCommand()28268 pAr->azArg[i], pAr->zDir, zExists); in arCreateOrUpdateCommand()28283 sqlite3_free(zExists); in arCreateOrUpdateCommand()