Lines Matching +defs:string +defs:length
351 char *string; member
352 PCRE2_SIZE length; member
959 print_match(const void *buf, int length) in print_match()
1095 print_match(const void *buf, int length) in print_match()
1154 print_match(const void *buf, int length) in print_match()
1439 read_one_line(char *buffer, PCRE2_SIZE length, FILE *f) in read_one_line()
1847 match_patterns(char *matchptr, PCRE2_SIZE length, unsigned int options, in match_patterns()
1976 decode_dollar_escape(PCRE2_SPTR begin, PCRE2_SPTR string, BOOL callout, in decode_dollar_escape()
2159 syntax_check_output_text(PCRE2_SPTR string, BOOL callout) in syntax_check_output_text()
2194 display_output_text(PCRE2_SPTR string, BOOL callout, PCRE2_SPTR subject, in display_output_text()
2303 PCRE2_SIZE length = calloutptr->callout_string_length; in pcre2grep_callout() local
2304 PCRE2_SPTR string = calloutptr->callout_string; in pcre2grep_callout() local
2539 fill_buffer(void *handle, int frtype, char *buffer, PCRE2_SIZE length, in fill_buffer()
2662 PCRE2_SIZE length, linelength; in pcre2grep() local