Home | History | Annotate | Download | only in orig

Lines Matching defs:bSkip

76963 ** If argument bSkip is non-zero, it is assumed that the caller has already
76978 int bSkip /* If true, skip the first field */
76990 /* If bSkip is true, then the caller has already determined that the first
76993 if( bSkip ){
201597 int bSkip = 0;
201598 if( (rc = fts5CursorReseek(pCsr, &bSkip)) || bSkip ) return rc;