Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c252313 int iPromote, argument
252318 Fts5StructureLevel *pOut = &pStruct->aLevel[iPromote];
252321 for(il=iPromote+1; il<pStruct->nLevel; il++){
252327 fts5StructureExtendLevel(&p->rc, pStruct, iPromote, 1, 1);
252361 int iPromote = -1; local
252385 iPromote = iTst;
252392 if( iPromote<0 ){
252393 iPromote = iLvl;
252396 fts5StructurePromoteTo(p, iPromote, szPromote, pStruct);