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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c23216 int nRegion; /* Size of array apRegion */ member in struct:os2ShmNode
23450 while( pNode->nRegion-- ) {
23454 DosFreeMem(pNode->apRegion[pNode->nRegion]);
23457 (int)GetCurrentProcessId(), pNode->nRegion,
23539 if( iRegion >= pNode->nRegion ) {
23549 while( pNode->nRegion <= iRegion ) {
23551 pNode->shmBaseName, pNode->nRegion);
23567 apRegion[pNode->nRegion++] = pvTemp;
23571 for( n = pNode->nRegion; n <= iRegion; n++ )
28194 u16 nRegion; /* Size of array apRegion */ member in struct:unixShmNode
33308 int nRegion; /* Size of array apRegion */ member in struct:winShmNode
[all...]

Completed in 395 milliseconds