Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c193635 char *aAll; /* Array containing doclist (or NULL) */ member
197900 sqlite3_free(p->doclist.aAll);
197901 p->doclist.aAll = 0;
197906 p->doclist.aAll = pList;
197910 else if( p->doclist.aAll==0 ){
197922 pLeft = p->doclist.aAll;
197928 pRight = p->doclist.aAll;
197939 p->doclist.aAll = pRight;
198266 assert( pDL->aAll!=0 || pIter==0 );
198268 pIter = pDL->aAll;
[all …]