Home | History | Annotate | Download | only in libiberty

Lines Matching refs:re_pattern_buffer

418                                          struct re_pattern_buffer *bufp);
420 static int byte_re_match_2_internal (struct re_pattern_buffer *bufp,
426 static int byte_re_search_2 (struct re_pattern_buffer *bufp,
431 static int byte_re_compile_fastmap (struct re_pattern_buffer *bufp);
436 struct re_pattern_buffer *bufp);
439 static int wcs_re_match_2_internal (struct re_pattern_buffer *bufp,
448 static int wcs_re_search_2 (struct re_pattern_buffer *bufp,
453 static int wcs_re_compile_fastmap (struct re_pattern_buffer *bufp);
1151 PREFIX(print_compiled_pattern) (struct re_pattern_buffer *bufp)
2302 struct re_pattern_buffer *bufp)
4561 PREFIX(re_compile_fastmap) (struct re_pattern_buffer *bufp)
4880 re_compile_fastmap (struct re_pattern_buffer *bufp)
4909 re_set_registers (struct re_pattern_buffer *bufp,
4938 re_search (struct re_pattern_buffer *bufp, const char *string, int size,
4971 re_search_2 (struct re_pattern_buffer *bufp, const char *string1, int size1,
5029 PREFIX(re_search_2) (struct re_pattern_buffer *bufp, const char *string1,
5416 re_match (struct re_pattern_buffer *bufp, const char *string,
5471 re_match_2 (struct re_pattern_buffer *bufp, const char *string1, int size1,
5551 wcs_re_match_2_internal (struct re_pattern_buffer *bufp,
5566 byte_re_match_2_internal (struct re_pattern_buffer *bufp,
7797 struct re_pattern_buffer *bufp)
7835 static struct re_pattern_buffer re_comp_buf;