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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h543 ** for their own use. The pMethods entry is a pointer to an
549 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h543 ** for their own use. The pMethods entry is a pointer to an
549 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h543 ** for their own use. The pMethods entry is a pointer to an
549 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h557 ** for their own use. The pMethods entry is a pointer to an
563 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
575 ** If the xOpen method sets the sqlite3_file.pMethods element
579 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
825 ** the xOpen method must set the sqlite3_file.pMethods to either
827 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
H A Dsqlite3.c1094 ** for their own use. The pMethods entry is a pointer to an
1100 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
1112 ** If the xOpen method sets the sqlite3_file.pMethods element
1116 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
1362 ** the xOpen method must set the sqlite3_file.pMethods to either
1364 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
13394 if( pId->pMethods ){
13395 rc = pId->pMethods->xClose(pId);
13396 pId->pMethods = 0;
13402 return id->pMethods
26574 const sqlite3_io_methods *pMethods; /* Appropriate locking method */ member in struct:Mapping
40692 const sqlite3_io_methods *pMethods = pPager->fd->pMethods; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h557 ** for their own use. The pMethods entry is a pointer to an
563 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
575 ** If the xOpen method sets the sqlite3_file.pMethods element
579 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
825 ** the xOpen method must set the sqlite3_file.pMethods to either
827 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
H A Dsqlite3.c1094 ** for their own use. The pMethods entry is a pointer to an
1100 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
1112 ** If the xOpen method sets the sqlite3_file.pMethods element
1116 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
1362 ** the xOpen method must set the sqlite3_file.pMethods to either
1364 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
13394 if( pId->pMethods ){
13395 rc = pId->pMethods->xClose(pId);
13396 pId->pMethods = 0;
13402 return id->pMethods
26574 const sqlite3_io_methods *pMethods; /* Appropriate locking method */ member in struct:Mapping
40692 const sqlite3_io_methods *pMethods = pPager->fd->pMethods; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h557 ** for their own use. The pMethods entry is a pointer to an
563 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
575 ** If the xOpen method sets the sqlite3_file.pMethods element
579 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
825 ** the xOpen method must set the sqlite3_file.pMethods to either
827 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
H A Dsqlite3.c1094 ** for their own use. The pMethods entry is a pointer to an
1100 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
1112 ** If the xOpen method sets the sqlite3_file.pMethods element
1116 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
1362 ** the xOpen method must set the sqlite3_file.pMethods to either
1364 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
13394 if( pId->pMethods ){
13395 rc = pId->pMethods->xClose(pId);
13396 pId->pMethods = 0;
13402 return id->pMethods
26574 const sqlite3_io_methods *pMethods; /* Appropriate locking method */ member in struct:Mapping
40692 const sqlite3_io_methods *pMethods = pPager->fd->pMethods; local
[all...]

Completed in 1108 milliseconds