Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h788 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member
H A Dsqlite3.c1827 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member
22315 return id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControl()
22318 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControlHint()
193298 int (*xControl)(sqlite3_file*,int,void*) = p->pReal->pMethods->xFileControl;

Completed in 442 milliseconds