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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c8850 return pFile->pMethods->xClose(pFile);
8864 return pFile->pMethods->xRead(pFile, zBuf, iAmt, paf->iPgOne+iOfst);
8888 if( SQLITE_OK==(rc = pFile->pMethods->xWrite
8913 return pFile->pMethods->xWrite(pFile, zBuf, iAmt, paf->iPgOne+iOfst);
8925 return pFile->pMethods->xTruncate(pFile, paf->iMark+APND_MARK_SIZE);
8933 return pFile->pMethods->xSync(pFile, flags);
8951 return pFile->pMethods->xLock(pFile, eLock);
8959 return pFile->pMethods->xUnlock(pFile, eLock);
8967 return pFile->pMethods->xCheckReservedLock(pFile, pResOut);
8978 rc = pFile->pMethods
15477 const sqlite3_io_methods *pMethods; member in struct:RecoverGlobal
[all...]
H A Dsqlite3.h724 ** for their own use. The pMethods entry is a pointer to an
730 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
742 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
746 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1407 ** the xOpen method must set the sqlite3_file.pMethods to either
1409 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
H A Dsqlite3.c1037 ** for their own use. The pMethods entry is a pointer to an
1043 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
1055 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1059 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1720 ** the xOpen method must set the sqlite3_file.pMethods to either
1722 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
43716 const sqlite3_io_methods *pMethods; /* Appropriate locking method */ member in struct:Mapping
64271 const sqlite3_io_methods *pMethods = pPager->fd->pMethods; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d282 const(sqlite3_io_methods)*pMethods; /* Methods for an open file */

Completed in 707 milliseconds