Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h7007 int (*xSavepoint)(sqlite3_vtab *pVTab, int); member
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch81307 - 0, /* xSavepoint */
82065 - 0, /* xSavepoint */
82819 + 0, /* xSavepoint */
85839 + 0, /* xSavepoint */
88068 + 0, /* xSavepoint */
118942 - 0, /* xSavepoint */
119700 - 0, /* xSavepoint */
120454 + 0, /* xSavepoint */
123474 + 0, /* xSavepoint */
125703 + 0, /* xSavepoint */
[all …]
/third_party/sqlite/src/
Dsqlite3.c7320 int (*xSavepoint)(sqlite3_vtab *pVTab, int); member
146138 if( iSvpt && pModule->xSavepoint ){
146140 rc = pModule->xSavepoint(pVTab->pVtab, iSvpt-1);
146178 xMethod = pMod->xSavepoint;