/external/chromium_org/third_party/sqlite/src/src/ |
D | os_os2.c | 768 int szRegion; /* Size of shared-memory regions */ member 881 static int os2OpenSharedMemory( os2File *fd, int szRegion ) { argument 916 pNode->szRegion = szRegion; 949 } else if( pNode->szRegion != szRegion ) { 1069 int szRegion, /* Size of regions */ argument 1083 rc = os2OpenSharedMemory( pFile, szRegion ); 1090 assert( szRegion==pNode->szRegion ); 1112 if( DosAllocSharedMem(&pvTemp, (PSZ)shmName, szRegion, 1114 DosAllocSharedMem(&pvTemp, (PSZ)shmName, szRegion, 1146 pFile->zFullPathCp, iRegion, szRegion, bExtend, rc))
|
D | os_win.c | 1279 int szRegion; /* Size of shared-memory regions */ member 1730 int szRegion, /* Size of regions */ in winShmMap() argument 1747 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 ); in winShmMap() 1751 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ in winShmMap() 1754 pShmNode->szRegion = szRegion; in winShmMap() 1802 int iOffset = pShmNode->nRegion*szRegion; in winShmMap() 1805 0, iOffset - iOffsetShift, szRegion + iOffsetShift in winShmMap() 1808 (int)GetCurrentProcessId(), pShmNode->nRegion, iOffset, szRegion, in winShmMap() 1826 int iOffset = iRegion*szRegion; in winShmMap()
|
D | test_devsym.c | 245 int szRegion, in devsymShmMap() argument 250 return sqlite3OsShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in devsymShmMap()
|
D | test_vfstrace.c | 447 int szRegion, in vfstraceShmMap() argument 455 pInfo->zVfsName, p->zFName, iRegion, szRegion, isWrite); in vfstraceShmMap() 456 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in vfstraceShmMap()
|
D | os_unix.c | 3571 int szRegion; /* Size of shared-memory regions */ member 3703 munmap(p->apRegion[i], p->szRegion); in unixShmPurge() 3890 int szRegion, /* Size of regions */ in unixShmMap() argument 3908 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 ); in unixShmMap() 3915 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ in unixShmMap() 3918 pShmNode->szRegion = szRegion; in unixShmMap() 3958 pMem = mmap(0, szRegion, PROT_READ|PROT_WRITE, in unixShmMap() 3959 MAP_SHARED, pShmNode->h, pShmNode->nRegion*szRegion in unixShmMap() 3966 pMem = sqlite3_malloc(szRegion); in unixShmMap() 3971 memset(pMem, 0, szRegion); in unixShmMap()
|
D | test_quota.c | 529 int szRegion, /* Size of regions */ in quotaShmMap() argument 534 return pSubOpen->pMethods->xShmMap(pSubOpen, iRegion, szRegion, bExtend, pp); in quotaShmMap()
|
D | test_multiplex.c | 834 int szRegion, /* Size of regions */ in multiplexShmMap() argument 842 return pSubOpen->pMethods->xShmMap(pSubOpen, iRegion, szRegion, bExtend, pp); in multiplexShmMap()
|
D | test_osinst.c | 436 int szRegion, in vfslogShmMap() argument 444 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in vfslogShmMap()
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 22795 int szRegion; /* Size of shared-memory regions */ 22908 static int os2OpenSharedMemory( os2File *fd, int szRegion ) { 22943 pNode->szRegion = szRegion; 22976 } else if( pNode->szRegion != szRegion ) { 23096 int szRegion, /* Size of regions */ 23110 rc = os2OpenSharedMemory( pFile, szRegion ); 23117 assert( szRegion==pNode->szRegion ); 23139 if( DosAllocSharedMem(&pvTemp, (PSZ)shmName, szRegion, 23141 DosAllocSharedMem(&pvTemp, (PSZ)shmName, szRegion, 23173 pFile->zFullPathCp, iRegion, szRegion, bExtend, rc)) [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 23649 int szRegion; /* Size of shared-memory regions */ 23762 static int os2OpenSharedMemory( os2File *fd, int szRegion ) { 23797 pNode->szRegion = szRegion; 23830 } else if( pNode->szRegion != szRegion ) { 23950 int szRegion, /* Size of regions */ 23964 rc = os2OpenSharedMemory( pFile, szRegion ); 23971 assert( szRegion==pNode->szRegion ); 23993 if( DosAllocSharedMem(&pvTemp, (PSZ)shmName, szRegion, 23995 DosAllocSharedMem(&pvTemp, (PSZ)shmName, szRegion, 24027 pFile->zFullPathCp, iRegion, szRegion, bExtend, rc)) [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 23649 int szRegion; /* Size of shared-memory regions */ 23762 static int os2OpenSharedMemory( os2File *fd, int szRegion ) { 23797 pNode->szRegion = szRegion; 23830 } else if( pNode->szRegion != szRegion ) { 23950 int szRegion, /* Size of regions */ 23964 rc = os2OpenSharedMemory( pFile, szRegion ); 23971 assert( szRegion==pNode->szRegion ); 23993 if( DosAllocSharedMem(&pvTemp, (PSZ)shmName, szRegion, 23995 DosAllocSharedMem(&pvTemp, (PSZ)shmName, szRegion, 24027 pFile->zFullPathCp, iRegion, szRegion, bExtend, rc)) [all …]
|