Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h742 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member
H A Dsqlite3.c949 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member
16590 return id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControl()
16593 (void)id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControlHint()

Completed in 283 milliseconds