Searched defs:pMethods (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.h658 ** for their own use. The pMethods entry is a pointer to an
664 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
676 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
680 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1229 ** the xOpen method must set the sqlite3_file.pMethods to either
1231 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
H A Dsqlite3.c935 ** for their own use. The pMethods entry is a pointer to an
941 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
953 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
957 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1506 ** the xOpen method must set the sqlite3_file.pMethods to either
1508 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
20221 if( pId->pMethods ){
20222 pId->pMethods->xClose(pId);
20223 pId->pMethods = 0;
20228 return id->pMethods
35116 const sqlite3_io_methods *pMethods; /* Appropriate locking method */ member in struct:Mapping
54434 const sqlite3_io_methods *pMethods = pPager->fd->pMethods; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.h658 ** for their own use. The pMethods entry is a pointer to an
664 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
676 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
680 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1229 ** the xOpen method must set the sqlite3_file.pMethods to either
1231 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
H A Dsqlite3.c935 ** for their own use. The pMethods entry is a pointer to an
941 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
953 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
957 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1506 ** the xOpen method must set the sqlite3_file.pMethods to either
1508 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
20221 if( pId->pMethods ){
20222 pId->pMethods->xClose(pId);
20223 pId->pMethods = 0;
20228 return id->pMethods
35116 const sqlite3_io_methods *pMethods; /* Appropriate locking method */ member in struct:Mapping
54434 const sqlite3_io_methods *pMethods = pPager->fd->pMethods; local
[all...]

Completed in 621 milliseconds