Searched defs:nRegion (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c23651 int nRegion; /* Size of array apRegion */ member in struct:os2ShmNode
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 */ member in struct:unixShmNode
34406 int nRegion; /* Size of array apRegion */ member in struct:winShmNode
[all...]
/external/sqlite/dist/
H A Dsqlite3.c23651 int nRegion; /* Size of array apRegion */ member in struct:os2ShmNode
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 */ member in struct:unixShmNode
34434 int nRegion; /* Size of array apRegion */ member in struct:winShmNode
[all...]

Completed in 393 milliseconds