Searched refs:nRegion (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
D | os_win.c | 1280 int nRegion; /* Size of array apRegion */ member 1401 for(i=0; i<p->nRegion; i++){ in winShmPurge() 1747 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 ); in winShmMap() 1749 if( pShmNode->nRegion<=iRegion ){ in winShmMap() 1791 while( pShmNode->nRegion<=iRegion ){ in winShmMap() 1799 (int)GetCurrentProcessId(), pShmNode->nRegion, nByte, in winShmMap() 1802 int iOffset = pShmNode->nRegion*szRegion; in winShmMap() 1808 (int)GetCurrentProcessId(), pShmNode->nRegion, iOffset, szRegion, in winShmMap() 1818 pShmNode->aRegion[pShmNode->nRegion].pMap = pMap; in winShmMap() 1819 pShmNode->aRegion[pShmNode->nRegion].hMap = hMap; in winShmMap() [all …]
|
D | os_os2.c | 770 int nRegion; /* Size of array apRegion */ member 1004 while( pNode->nRegion-- ) { 1008 DosFreeMem(pNode->apRegion[pNode->nRegion]); 1011 (int)GetCurrentProcessId(), pNode->nRegion, 1093 if( iRegion >= pNode->nRegion ) { 1103 while( pNode->nRegion <= iRegion ) { 1105 pNode->shmBaseName, pNode->nRegion); 1121 apRegion[pNode->nRegion++] = pvTemp; 1125 for( n = pNode->nRegion; n <= iRegion; n++ )
|
D | os_unix.c | 3572 int nRegion; /* Size of array apRegion */ member 3701 for(i=0; i<p->nRegion; i++){ in unixShmPurge() 3908 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 ); in unixShmMap() 3913 if( pShmNode->nRegion<=iRegion ){ in unixShmMap() 3955 while(pShmNode->nRegion<=iRegion){ in unixShmMap() 3959 MAP_SHARED, pShmNode->h, pShmNode->nRegion*szRegion in unixShmMap() 3973 pShmNode->apRegion[pShmNode->nRegion] = pMem; in unixShmMap() 3974 pShmNode->nRegion++; in unixShmMap() 3979 if( pShmNode->nRegion>iRegion ){ in unixShmMap()
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 22797 int nRegion; /* Size of array apRegion */ 23031 while( pNode->nRegion-- ) { 23035 DosFreeMem(pNode->apRegion[pNode->nRegion]); 23038 (int)GetCurrentProcessId(), pNode->nRegion, 23120 if( iRegion >= pNode->nRegion ) { 23130 while( pNode->nRegion <= iRegion ) { 23132 pNode->shmBaseName, pNode->nRegion); 23148 apRegion[pNode->nRegion++] = pvTemp; 23152 for( n = pNode->nRegion; n <= iRegion; n++ ) 27728 int nRegion; /* Size of array apRegion */ [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 23651 int nRegion; /* Size of array apRegion */ 23885 while( pNode->nRegion-- ) { 23889 DosFreeMem(pNode->apRegion[pNode->nRegion]); 23892 (int)GetCurrentProcessId(), pNode->nRegion, 23974 if( iRegion >= pNode->nRegion ) { 23984 while( pNode->nRegion <= iRegion ) { 23986 pNode->shmBaseName, pNode->nRegion); 24002 apRegion[pNode->nRegion++] = pvTemp; 24006 for( n = pNode->nRegion; n <= iRegion; n++ ) 28701 u16 nRegion; /* Size of array apRegion */ [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 23651 int nRegion; /* Size of array apRegion */ 23885 while( pNode->nRegion-- ) { 23889 DosFreeMem(pNode->apRegion[pNode->nRegion]); 23892 (int)GetCurrentProcessId(), pNode->nRegion, 23974 if( iRegion >= pNode->nRegion ) { 23984 while( pNode->nRegion <= iRegion ) { 23986 pNode->shmBaseName, pNode->nRegion); 24002 apRegion[pNode->nRegion++] = pvTemp; 24006 for( n = pNode->nRegion; n <= iRegion; n++ ) 28721 u16 nRegion; /* Size of array apRegion */ [all …]
|