Searched defs:iRegion (Results 1 - 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 23929 ** This function is called to obtain a pointer to region iRegion of the 23949 int iRegion, /* Region to retrieve */ 23974 if( iRegion >= pNode->nRegion ) { 23979 pNode->apRegion, (iRegion + 1) * sizeof(apRegion[0])); 23984 while( pNode->nRegion <= iRegion ) { 24006 for( n = pNode->nRegion; n <= iRegion; n++ ) 24010 *pp = pNode->apRegion[iRegion]; 24020 *pp = pNode->apRegion[iRegion]; 24027 pFile->zFullPathCp, iRegion, szRegion, bExtend, rc)) 23947 os2ShmMap( sqlite3_file *id, int iRegion, int szRegion, int bExtend, void volatile **pp ) argument 29030 unixShmMap( sqlite3_file *fd, int iRegion, int szRegion, int bExtend, void volatile **pp ) argument 34856 winShmMap( sqlite3_file *fd, int iRegion, int szRegion, int isWrite, void volatile **pp ) argument [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 23929 ** This function is called to obtain a pointer to region iRegion of the 23949 int iRegion, /* Region to retrieve */ 23974 if( iRegion >= pNode->nRegion ) { 23979 pNode->apRegion, (iRegion + 1) * sizeof(apRegion[0])); 23984 while( pNode->nRegion <= iRegion ) { 24006 for( n = pNode->nRegion; n <= iRegion; n++ ) 24010 *pp = pNode->apRegion[iRegion]; 24020 *pp = pNode->apRegion[iRegion]; 24027 pFile->zFullPathCp, iRegion, szRegion, bExtend, rc)) 23947 os2ShmMap( sqlite3_file *id, int iRegion, int szRegion, int bExtend, void volatile **pp ) argument 29050 unixShmMap( sqlite3_file *fd, int iRegion, int szRegion, int bExtend, void volatile **pp ) argument 34884 winShmMap( sqlite3_file *fd, int iRegion, int szRegion, int isWrite, void volatile **pp ) argument [all...] |
Completed in 347 milliseconds