Searched refs:pMethods (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h577 ** for their own use. The pMethods entry is a pointer to an
583 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
595 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
599 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
906 ** the xOpen method must set the sqlite3_file.pMethods to either
908 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
H A Dsqlite3.c1130 ** for their own use. The pMethods entry is a pointer to an
1136 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
1148 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1152 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1459 ** the xOpen method must set the sqlite3_file.pMethods to either
1461 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
14391 if( pId->pMethods ){
14392 rc = pId->pMethods->xClose(pId);
14393 pId->pMethods = 0;
14399 return id->pMethods
28994 const sqlite3_io_methods *pMethods; /* Appropriate locking method */ member in struct:Mapping
44203 const sqlite3_io_methods *pMethods = pPager->fd->pMethods; local
[all...]

Completed in 410 milliseconds