HomeSort by: relevance | last modified time | path
    Searched refs:pFd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 22884 static int recoverVfsUnfetch(sqlite3_file *pFd, sqlite3_int64 iOff, void *p);
22908 static int recoverVfsClose(sqlite3_file *pFd){
22909 assert( pFd->pMethods!=&recover_methods );
22910 return pFd->pMethods->xClose(pFd);
22932 ** Detect the page-size of the database opened by file-handle pFd by
22947 sqlite3_file *pFd, /* File-handle open on input database */
22972 rc = pFd->pMethods->xRead(pFd, aPg, nByte, iBlk*nMax);
23003 static int recoverVfsRead(sqlite3_file *pFd, void *aBuf, int nByte, i64 iOff)
    [all...]
sqlite3.c 16904 #define isOpen(pFd) ((pFd)->pMethods!=0)
    [all...]

Completed in 192 milliseconds