HomeSort by relevance Sort by last modified time
    Searched refs:pcre2_match_data_create_from_pattern (Results 1 - 9 of 9) sorted by null

  /external/pcre/dist2/src/
pcre2_match_data.c 78 pcre2_match_data_create_from_pattern(const pcre2_code *code, function
pcre2demo.c 167 match_data = pcre2_match_data_create_from_pattern(re, NULL);
209 pcre2_match_data_create_from_pattern() above. */
pcre2.h.generic 468 pcre2_match_data *pcre2_match_data_create_from_pattern(\
625 #define pcre2_match_data_create_from_pattern PCRE2_SUFFIX(pcre2_match_data_create_from_pattern_)
    [all...]
pcre2.h.in 468 pcre2_match_data *pcre2_match_data_create_from_pattern(\
625 #define pcre2_match_data_create_from_pattern PCRE2_SUFFIX(pcre2_match_data_create_from_pattern_)
    [all...]
pcre2_substitute.c 256 match_data = pcre2_match_data_create_from_pattern(code, gcontext);
  /external/selinux/libselinux/src/
regex.c 85 pcre2_match_data_create_from_pattern((*regex)->regex, NULL);
138 pcre2_match_data_create_from_pattern((*regex)->regex, NULL);
  /external/pcre/dist2/
Makefile.am 56 doc/html/pcre2_match_data_create_from_pattern.html \
137 doc/pcre2_match_data_create_from_pattern.3 \
  /external/pcre/pcrecpp/
pcrecpp.cc 331 pcre2_match_data_create_from_pattern(re, NULL),
  /system/sepolicy/tools/
check_seapp.c 357 km->regex.match_data = pcre2_match_data_create_from_pattern(

Completed in 394 milliseconds