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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h522 ** for their own use. The pMethods entry is a pointer to an
528 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
540 ** If the xOpen method sets the sqlite3_file.pMethods element
544 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
767 ** the xOpen method must set the sqlite3_file.pMethods to either
769 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
H A Dsqlite3.c1046 ** for their own use. The pMethods entry is a pointer to an
1052 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
1064 ** If the xOpen method sets the sqlite3_file.pMethods element
1068 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
1291 ** the xOpen method must set the sqlite3_file.pMethods to either
1293 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
12080 if( pId->pMethods ){
12081 rc = pId->pMethods->xClose(pId);
12082 pId->pMethods = 0;
12088 return id->pMethods
24887 const sqlite3_io_methods *pMethods; /* Appropriate locking method */ member in struct:Mapping
[all...]

Completed in 303 milliseconds