HomeSort by relevance Sort by last modified time
    Searched refs:pShm (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_vfs.c 56 TestvfsBuffer *pShm; /* Shared memory buffer */
538 pFd->pShm = 0;
732 assert( pFd->pShmId && pFd->pShm==0 && pFd->pNext==0 );
768 pFd->pShm = pBuffer;
792 if( 0==pFd->pShm ){
806 Tcl_NewStringObj(pFd->pShm->zFile, -1), pFd->pShmId, pArg
815 if( rc==SQLITE_OK && isWrite && !pFd->pShm->aPage[iPage] ){
816 tvfsAllocPage(pFd->pShm, iPage, pgsz);
818 *pp = (void volatile *)pFd->pShm->aPage[iPage];
851 Tcl_NewStringObj(pFd->pShm->zFile, -1), pFd->pShmId
    [all...]
os_win.c 109 winShm *pShm; /* Instance of shared memory on this file */
676 assert( pFile->pShm==0 );
    [all...]
os_unix.c 213 unixShm *pShm; /* Shared memory segment information */
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 66 milliseconds