Searched refs:doclist (Results 1 – 1 of 1) sorted by relevance
193963 Fts3Doclist doclist; member198212 sqlite3_free(p->doclist.aAll);198213 p->doclist.aAll = 0;198214 p->doclist.nAll = 0;198218 p->doclist.aAll = pList;198219 p->doclist.nAll = nList;198222 else if( p->doclist.aAll==0 ){198234 pLeft = p->doclist.aAll;198235 nLeft = p->doclist.nAll;198240 pRight = p->doclist.aAll;[all …]