Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c193932 char *aAll; /* Array containing doclist (or NULL) */ member
198212 sqlite3_free(p->doclist.aAll);
198213 p->doclist.aAll = 0;
198218 p->doclist.aAll = pList;
198222 else if( p->doclist.aAll==0 ){
198234 pLeft = p->doclist.aAll;
198240 pRight = p->doclist.aAll;
198251 p->doclist.aAll = pRight;
198579 assert( pDL->aAll!=0 || pIter==0 );
198581 pIter = pDL->aAll;
[all …]