Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.h649 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
742 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
743 struct sqlite3_io_methods { struct
H A Dsqlite3.c1002 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
1003 struct sqlite3_io_methods { struct
34434 static const sqlite3_io_methods *autolockIoFinderImpl(
34487 static const sqlite3_io_methods
34498 static const sqlite3_io_methods *vxworksIoFinderImpl(
34523 static const sqlite3_io_methods
34551 const sqlite3_io_methods *pLockingStyle;
37380 const sqlite3_io_methods *pMethod; /*** Must be first ***/
41558 static const sqlite3_io_methods winIoMethod = {
41584 static const sqlite3_io_methods winIoNolockMethod = {
[all …]

Completed in 423 milliseconds