Searched refs:xFileControl (Results 1 – 3 of 3) sorted by relevance
| /third_party/sqlite/include/ |
| D | sqlite3.h | 844 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member
|
| /third_party/sqlite/src/ |
| D | shell.c | 6523 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/ |
| D | 0003-ohos-1115.patch | 87902 - 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);
|