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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c23590 int nRegion; /* Size of array apRegion */ member in struct:os2ShmNode
23824 while( pNode->nRegion-- ) {
23828 DosFreeMem(pNode->apRegion[pNode->nRegion]);
23831 (int)GetCurrentProcessId(), pNode->nRegion,
23913 if( iRegion >= pNode->nRegion ) {
23923 while( pNode->nRegion <= iRegion ) {
23925 pNode->shmBaseName, pNode->nRegion);
23941 apRegion[pNode->nRegion++] = pvTemp;
23945 for( n = pNode->nRegion; n <= iRegion; n++ )
28608 u16 nRegion; /* Size of array apRegion */ member in struct:unixShmNode
34290 int nRegion; /* Size of array apRegion */ member in struct:winShmNode
[all...]

Completed in 250 milliseconds