Searched refs:aSpace (Results 1 – 3 of 3) sorted by relevance
227 ReStateNumber aSpace[100]; in re_match() local253 if( pRe->nState<=(sizeof(aSpace)/(sizeof(aSpace[0])*2)) ){ in re_match()255 aStateSet[0].aState = aSpace; in re_match()
1308 ShmChunkLoc *aSpace = &aSort[nSort]; in treeRepairList() local1312 assert( aSpace[aSort[i].pShm->iShmid - iPrevShmid].pShm==0 ); in treeRepairList()1313 aSpace[aSort[i].pShm->iShmid - iPrevShmid] = aSort[i]; in treeRepairList()1317 if( aSpace[nSort-1].pShm ) aSpace[nSort-1].pShm->iNext = 0; in treeRepairList()1319 if( aSpace[i].pShm ){ in treeRepairList()1320 aSpace[i].pShm->iNext = aSpace[i+1].iLoc; in treeRepairList()
650 char *aSpace; in testBtConfigure() local654 aSpace = (char*)testMalloc(n+2); in testBtConfigure()655 while( rc==SQLITE4_OK && 0==testParseOption(&z, &zOpt, &zArg, aSpace) ){ in testBtConfigure()676 testFree(aSpace); in testBtConfigure()