Home
last modified time | relevance | path

Searched refs:zExists (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c21515 char *zExists = 0; in arCreateOrUpdateCommand() local
21547 zExists = sqlite3_mprintf( in arCreateOrUpdateCommand()
21554 zExists = sqlite3_mprintf(""); in arCreateOrUpdateCommand()
21556 if( zExists==0 ) rc = SQLITE_NOMEM; in arCreateOrUpdateCommand()
21560 pAr->azArg[i], pAr->zDir, zExists); in arCreateOrUpdateCommand()
21575 sqlite3_free(zExists); in arCreateOrUpdateCommand()

Completed in 33 milliseconds