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

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c3855 return pFile->pMethods->xClose(pFile);
3869 return pFile->pMethods->xRead(pFile, zBuf, iAmt, paf->iPgOne+iOfst);
3893 if( SQLITE_OK==(rc = pFile->pMethods->xWrite
3918 return pFile->pMethods->xWrite(pFile, zBuf, iAmt, paf->iPgOne+iOfst);
3930 return pFile->pMethods->xTruncate(pFile, paf->iMark+APND_MARK_SIZE);
3938 return pFile->pMethods->xSync(pFile, flags);
3956 return pFile->pMethods->xLock(pFile, eLock);
3964 return pFile->pMethods->xUnlock(pFile, eLock);
3972 return pFile->pMethods->xCheckReservedLock(pFile, pResOut);
3983 rc = pFile->pMethods
[all...]
H A Dsqlite3.h680 ** for their own use. The pMethods entry is a pointer to an
686 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
698 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
702 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1312 ** the xOpen method must set the sqlite3_file.pMethods to either
1314 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
H A Dsqlite3.c1743 ** for their own use. The pMethods entry is a pointer to an
1749 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
1761 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1765 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
2375 ** the xOpen method must set the sqlite3_file.pMethods to either
2377 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
23328 if( pId->pMethods ){
23329 pId->pMethods->xClose(pId);
23330 pId->pMethods = 0;
23335 return id->pMethods
39340 const sqlite3_io_methods *pMethods; /* Appropriate locking method */ member in struct:Mapping
59585 const sqlite3_io_methods *pMethods = pPager->fd->pMethods; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h577 ** for their own use. The pMethods entry is a pointer to an
583 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
595 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
599 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
906 ** the xOpen method must set the sqlite3_file.pMethods to either
908 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
H A Dsqlite3.c1130 ** for their own use. The pMethods entry is a pointer to an
1136 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member in struct:sqlite3_file
1148 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1152 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1459 ** the xOpen method must set the sqlite3_file.pMethods to either
1461 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods
14391 if( pId->pMethods ){
14392 rc = pId->pMethods->xClose(pId);
14393 pId->pMethods = 0;
14399 return id->pMethods
28994 const sqlite3_io_methods *pMethods; /* Appropriate locking method */ member in struct:Mapping
44203 const sqlite3_io_methods *pMethods = pPager->fd->pMethods; local
[all...]

Completed in 1060 milliseconds