Lines Matching defs:bSkip
87051 ** If argument bSkip is non-zero, it is assumed that the caller has already
87066 int bSkip /* If true, skip the first field */
87078 /* If bSkip is true, then the caller has already determined that the first
87081 if( bSkip ){
237736 int bSkip = 0;
237737 if( (rc = fts5CursorReseek(pCsr, &bSkip)) || bSkip ) return rc;