Home
last modified time | relevance | path

Searched refs:xUpdate (Results 1 – 3 of 3) sorted by relevance

/third_party/sqlite/include/
Dsqlite3.h6996 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member
/third_party/sqlite/src/
Dsqlite3.c7309 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member
95082 if( ALWAYS(pModule->xUpdate) ){
95093 rc = pModule->xUpdate(pVtab, nArg, apArg, &rowid);
119716 return sqlite3GetVTable(pParse->db, pTab)->pMod->pModule->xUpdate==0;
145944 && pCtx->pVTable->pMod->pModule->xUpdate!=0
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch81300 - 0, /* xUpdate */
82058 - 0, /* xUpdate */
82812 + 0, /* xUpdate */
85832 + 0, /* xUpdate */
86647 0, /* xUpdate */
118935 - 0, /* xUpdate */
119693 - 0, /* xUpdate */
120447 + 0, /* xUpdate */
123467 + 0, /* xUpdate */
124282 0, /* xUpdate */
[all …]