Searched refs:xFileControl (Results 1 – 4 of 4) 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()
|
| D | sqlite3.c | 1154 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/ |
| 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);
|