Lines Matching defs:bClear
12878 ** xGetAuxdata(pFts5, bClear)
12883 ** If the bClear argument is non-zero, then the auxiliary data is cleared
12986 void *(*xGetAuxdata)(Fts5Context*, int bClear);
221539 ** xGetAuxdata(pFts5, bClear)
221544 ** If the bClear argument is non-zero, then the auxiliary data is cleared
221647 void *(*xGetAuxdata)(Fts5Context*, int bClear);
238961 static void *fts5ApiGetAuxdata(Fts5Context *pCtx, int bClear){
238972 if( bClear ){