Home
last modified time | relevance | path

Searched refs:xFileControl (Results 1 – 4 of 4) sorted by relevance

/third_party/sqlite/include/
Dsqlite3.h833 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member
/third_party/sqlite/src/
Dshell.c4044 rc = pFile->pMethods->xFileControl(pFile, op, pArg); in apndFileControl()
Dsqlite3.c1143 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member
24165 return id->pMethods->xFileControl(id, op, pArg);
24168 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg);
207262 int (*xControl)(sqlite3_file*,int,void*) = p->pReal->pMethods->xFileControl;
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch82499 - apndFileControl, /* xFileControl */
82851 - rc = pFile->pMethods->xFileControl(pFile, op, pArg);
87048 + apndFileControl, /* xFileControl */
87446 + rc = pFile->pMethods->xFileControl(pFile, op, pArg);
120134 - apndFileControl, /* xFileControl */
120486 - rc = pFile->pMethods->xFileControl(pFile, op, pArg);
124683 + apndFileControl, /* xFileControl */
125081 + rc = pFile->pMethods->xFileControl(pFile, op, pArg);