Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c209949 int bGlobal; /* Set if global data is loaded */ member
210033 if( p->bGlobal ) memcpy(aOut, &p->aMI[1], p->nElem*sizeof(u32));
210042 p->bGlobal = 1;
211079 int bGlobal, /* True to grab the global stats */ argument
211092 if( bGlobal ) pInfo->aMatchinfo[0] = pInfo->nPhrase;
211096 if( bGlobal ) pInfo->aMatchinfo[0] = pInfo->nCol;
211100 if( bGlobal ){
211108 if( bGlobal ){
211173 if( bGlobal ){
211207 int bGlobal = 0; /* Collect 'global' stats as well as local */ local
[all …]