Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h844 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member
/third_party/sqlite/src/
Dshell.c6523 rc = pFile->pMethods->xFileControl(pFile, op, pArg); in apndFileControl()
15081 (pFd->pMethods ? pFd->pMethods->xFileControl(pFd, op, pArg) : SQLITE_NOTFOUND) in recoverVfsFileControl()
Dsqlite3.c1154 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member
25014 return id->pMethods->xFileControl(id, op, pArg);
25017 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg);
213427 int (*xControl)(sqlite3_file*,int,void*) = p->pReal->pMethods->xFileControl;
/third_party/chromium/patch/
D0003-ohos-1115.patch87902 - apndFileControl, /* xFileControl */
88254 - rc = pFile->pMethods->xFileControl(pFile, op, pArg);
92451 + apndFileControl, /* xFileControl */
92849 + rc = pFile->pMethods->xFileControl(pFile, op, pArg);
126317 - apndFileControl, /* xFileControl */
126669 - rc = pFile->pMethods->xFileControl(pFile, op, pArg);
130866 + apndFileControl, /* xFileControl */
131264 + rc = pFile->pMethods->xFileControl(pFile, op, pArg);