Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dsqlite3.c187138 int iLvl; global() local
230905 int iLvl; global() local
231014 fts5StructureExtendLevel( int *pRc, Fts5Structure *pStruct, int iLvl, int nExtra, int bInsert ) global() argument
231152 int iLvl; /* Used to iterate through levels */ global() local
231183 int iLvl; /* Used to iterate through levels */ global() local
231287 fts5StructurePromote( Fts5Index *p, int iLvl, Fts5Structure *pStruct ) global() argument
231370 fts5DlidxIterNextR(Fts5Index *p, Fts5DlidxIter *pIter, int iLvl) global() argument
231490 fts5DlidxIterPrevR(Fts5Index *p, Fts5DlidxIter *pIter, int iLvl) global() argument
233662 int iLvl, iSeg; global() local
234292 fts5IndexMergeLevel( Fts5Index *p, Fts5Structure **ppStruct, int iLvl, int *pnRem ) global() argument
234452 int iLvl; /* To iterate through levels */ global() local
234528 int iLvl = 0; global() local
234782 int iLvl, iSeg; global() local
234819 int iLvl; global() local
236237 int iLvl, iSeg; global() local
236373 int iLvl, iSeg; /* Iterate through levels, segments */ global() local
[all...]
H A Dshell.c5204 int iLvl; /* Index of current entry */ member
5264 pCur->iLvl = -1; in fsdirOpen()
5275 for(i=0; i<=pCur->iLvl; i++){ in fsdirResetCursor()
5287 pCur->iLvl = -1; in fsdirResetCursor()
5324 int iNew = pCur->iLvl + 1; in fsdirNext()
5335 pCur->iLvl = iNew; in fsdirNext()
5347 while( pCur->iLvl>=0 ){ in fsdirNext()
5348 FsdirLevel *pLvl = &pCur->aLvl[pCur->iLvl]; in fsdirNext()
5368 pCur->iLvl--; in fsdirNext()

Completed in 167 milliseconds