Searched refs:pShm (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_vfs.c56 TestvfsBuffer *pShm; /* Shared memory buffer */ member in struct:TestvfsFd
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
[all...]
H A Dos_win.c109 winShm *pShm; /* Instance of shared memory on this file */ member in struct:winFile
676 assert( pFile->pShm==0 );
1444 assert( pDbFd->pShm==0 ); /* Not previously opened */
1519 pDbFd->pShm = p;
1559 p = pDbFd->pShm;
1571 pDbFd->pShm = 0;
1597 winShm *p = pDbFd->pShm; /* The shared memory being locked */
1735 winShm *p = pDbFd->pShm;
1742 p = pDbFd->pShm;
2230 pFile->pShm
[all...]
H A Dos_unix.c213 unixShm *pShm; /* Shared memory segment information */ member in struct:unixFile
3765 assert( pDbFd->pShm==0 );
3844 pDbFd->pShm = p;
3900 if( pDbFd->pShm==0 ){
3905 p = pDbFd->pShm;
4003 unixShm *p = pDbFd->pShm; /* The shared memory being locked */
4133 p = pDbFd->pShm;
4148 pDbFd->pShm = 0;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24149 unixShm *pShm; /* Shared memory segment information */ member in struct:unixFile
27906 assert( pDbFd->pShm==0 );
27985 pDbFd->pShm = p;
28041 if( pDbFd->pShm==0 ){
28046 p = pDbFd->pShm;
31229 winShm *pShm; /* Instance of shared memory on this file */ member in struct:winFile
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24255 unixShm *pShm; /* Shared memory segment information */ member in struct:unixFile
32230 winShm *pShm; /* Instance of shared memory on this file */ member in struct:winFile
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24262 unixShm *pShm; /* Shared memory segment information */ member in struct:unixFile
32250 winShm *pShm; /* Instance of shared memory on this file */ member in struct:winFile
[all...]

Completed in 1980 milliseconds