Searched refs:xFileControl (Results 1 – 4 of 4) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3.h | 833 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member
|
/third_party/sqlite/src/ |
D | shell.c | 4044 rc = pFile->pMethods->xFileControl(pFile, op, pArg); in apndFileControl()
|
D | sqlite3.c | 1143 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/ |
D | 0003-3.2-Beta3-1115.patch | 82499 - 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);
|