Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c251581 int iPromote, argument
251586 Fts5StructureLevel *pOut = &pStruct->aLevel[iPromote];
251589 for(il=iPromote+1; il<pStruct->nLevel; il++){
251595 fts5StructureExtendLevel(&p->rc, pStruct, iPromote, 1, 1);
251629 int iPromote = -1; local
251653 iPromote = iTst;
251660 if( iPromote<0 ){
251661 iPromote = iLvl;
251664 fts5StructurePromoteTo(p, iPromote, szPromote, pStruct);