Home | History | Annotate | Download | only in orig

Lines Matching defs:bGlobal

151671   int bGlobal;                    /* Set if global data is loaded */
151750 if( p->bGlobal ) memcpy(aOut, &p->aMatchinfo[1], p->nElem*sizeof(u32));
151759 p->bGlobal = 1;
152756 ** If bGlobal is true, then populate all fields of the matchinfo() output.
152767 int bGlobal, /* True to grab the global stats */
152780 if( bGlobal ) pInfo->aMatchinfo[0] = pInfo->nPhrase;
152784 if( bGlobal ) pInfo->aMatchinfo[0] = pInfo->nCol;
152788 if( bGlobal ){
152796 if( bGlobal ){
152851 if( bGlobal ){
152885 int bGlobal = 0; /* Collect 'global' stats as well as local */
152931 bGlobal = 1;
152944 rc = fts3MatchinfoValues(pCsr, bGlobal, &sInfo, zArg);
152945 if( bGlobal ){