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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c11275 sqlite3_value *pMethod = 0; local
11313 pMethod = apVal[4];
11328 if( pMethod && SQLITE_NULL!=sqlite3_value_type(pMethod) ){
11329 iMethod = (int)sqlite3_value_int64(pMethod);
H A Dsqlite3.c38276 sqlite3_io_methods const *pMethod; /* Always the first entry */ member in struct:unixFile
46564 const sqlite3_io_methods *pMethod; /*** Must be first ***/ member in struct:winFile
46598 const sqlite3_io_methods *pMethod; /* The file I/O methods to use. */ member in struct:winVfsAppData
105548 const sqlite3_io_methods *pMethod; /* Parent class. MUST BE FIRST */ member in struct:MemJournal
[all...]

Completed in 647 milliseconds