Home
last modified time | relevance | path

Searched refs:xFileControl (Results 1 – 3 of 3) 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()
/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);