Home
last modified time | relevance | path

Searched refs:aSpace (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dregexp.c227 ReStateNumber aSpace[100]; in re_match() local
253 if( pRe->nState<=(sizeof(aSpace)/(sizeof(aSpace[0])*2)) ){ in re_match()
255 aStateSet[0].aState = aSpace; in re_match()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_tree.c1308 ShmChunkLoc *aSpace = &aSort[nSort]; in treeRepairList() local
1312 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()
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb4.c650 char *aSpace; in testBtConfigure() local
654 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()