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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h621 ** for their own use. The pMethods entry is a pointer to an
627 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
639 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
643 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1049 ** the xOpen method must set the sqlite3_file.pMethods to either
1051 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
H A Dsqlite3.c1192 ** for their own use. The pMethods entry is a pointer to an
1198 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
1210 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1214 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1620 ** the xOpen method must set the sqlite3_file.pMethods to either
1622 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
15158 if( pId->pMethods ){
15159 rc = pId->pMethods->xClose(pId);
15160 pId->pMethods = 0;
15166 return id->pMethods
28111 const sqlite3_io_methods *pMethods; /* Appropriate locking method */ member in struct:Mapping
45314 const sqlite3_io_methods *pMethods = pPager->fd->pMethods; local
[all...]
/freebsd-10.2-release/crypto/heimdal/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 612 milliseconds