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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h480 ** for their own use. The pMethods entry is a pointer to an
486 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
/external/sqlite/dist/orig/
H A Dsqlite3.h583 ** for their own use. The pMethods entry is a pointer to an
589 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
601 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
605 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
973 ** the xOpen method must set the sqlite3_file.pMethods to either
975 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
H A Dsqlite3.c1133 ** for their own use. The pMethods entry is a pointer to an
1139 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
1151 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1155 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1523 ** the xOpen method must set the sqlite3_file.pMethods to either
1525 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
14732 if( pId->pMethods ){
14733 rc = pId->pMethods->xClose(pId);
14734 pId->pMethods = 0;
14740 return id->pMethods
29506 const sqlite3_io_methods *pMethods; /* Appropriate locking method */ member in struct:Mapping
45153 const sqlite3_io_methods *pMethods = pPager->fd->pMethods; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.h583 ** for their own use. The pMethods entry is a pointer to an
589 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
601 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
605 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
973 ** the xOpen method must set the sqlite3_file.pMethods to either
975 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
H A Dsqlite3.c1133 ** for their own use. The pMethods entry is a pointer to an
1139 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
1151 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1155 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1523 ** the xOpen method must set the sqlite3_file.pMethods to either
1525 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
14732 if( pId->pMethods ){
14733 rc = pId->pMethods->xClose(pId);
14734 pId->pMethods = 0;
14740 return id->pMethods
29519 const sqlite3_io_methods *pMethods; /* Appropriate locking method */ member in struct:Mapping
45166 const sqlite3_io_methods *pMethods = pPager->fd->pMethods; local
[all...]

Completed in 294 milliseconds