Home
last modified time | relevance | path

Searched refs:zUpdate (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c10897 const char *zUpdate = (const char*)sqlite3_value_text(apVal[1]); in zipfileUpdate() local
10898 if( zUpdate && zipfileComparePath(zUpdate, zDelete, nDelete)!=0 ){ in zipfileUpdate()
H A Dsqlite3.c218904 char *zUpdate = 0;
218915 zUpdate = sqlite3_mprintf("UPDATE \"%s%w\" SET %s WHERE %s",
218919 p->dbMain, &pUp->pUpdate, &p->zErrmsg, zUpdate