Home
last modified time | relevance | path

Searched refs:pcre2_code_free (Results 1 – 13 of 13) sorted by relevance

/external/pcre/dist2/src/
Dpcre2demo.c191 pcre2_code_free(re); /* data and the compiled pattern. */ in main()
225 pcre2_code_free(re); in main()
320 pcre2_code_free(re); /* for the match data and the pattern. */ in main()
429 pcre2_code_free(re); in main()
454 pcre2_code_free(re); in main()
484 pcre2_code_free(re); in main()
Dpcre2posix.c211 pcre2_code_free(preg->re_pcre2_code); in regfree()
280 pcre2_code_free(preg->re_pcre2_code); in regcomp()
Dpcre2_fuzzsupport.c258 pcre2_code_free(code); in LLVMFuzzerTestOneInput()
Dpcre2.h.generic641 pcre2_code_free(pcre2_code *); \
822 #define pcre2_code_free PCRE2_SUFFIX(pcre2_code_free_)
Dpcre2.h.in641 pcre2_code_free(pcre2_code *); \
822 #define pcre2_code_free PCRE2_SUFFIX(pcre2_code_free_) macro
Dpcre2test.c4875 SUB1(pcre2_code_free, compiled_code); in process_command()
5618 { SUB1(pcre2_code_free, compiled_code); } in process_pattern()
5644 SUB1(pcre2_code_free, compiled_code); in process_pattern()
8643 SUB1(pcre2_code_free, compiled_code); in main()
8737 SUB1(pcre2_code_free, compiled_code); in main()
8742 SUB1(pcre2_code_free, compiled_code); in main()
Dpcre2grep.c659 if (p->compiled != NULL) pcre2_code_free(p->compiled); in free_pattern_chain()
Dpcre2_compile.c1182 pcre2_code_free(pcre2_code *code) in pcre2_code_free() function
9916 pcre2_code_free(re); in pcre2_compile()
/external/pcre/pcrecpp/
Dpcrecpp.cc71 if (re_full_ != NULL) pcre2_code_free(re_full_); in Cleanup()
72 if (re_partial_ != NULL) pcre2_code_free(re_partial_); in Cleanup()
/external/pcre/dist2/
DMakefile.am33 doc/html/pcre2_code_free.html \
126 doc/pcre2_code_free.3 \
DMakefile.in873 doc/html/pcre2_code_free.html \
966 doc/pcre2_code_free.3 \
/external/selinux/libselinux/src/
Dregex.c205 pcre2_code_free(regex->regex); in regex_data_free()
/external/pcre/dist2/doc/
Dpcre2.txt205 void pcre2_code_free(pcre2_code *code);
1247 void pcre2_code_free(pcre2_code *code);
1263 context. The caller must free the memory by calling pcre2_code_free()
1264 when it is no longer needed. If pcre2_code_free() is called with a
1286 cally freed when pcre2_code_free() is called for the new copy of the
4835 the entire compiled pattern is freed by calling pcre2_code_free().
5086 pcre2_code_free(re);
9860 freed in the usual way by calling pcre2_code_free(). When you have fin-
9909 freed by calling pcre2_code_free(). However, be aware that there is a
9915 this reference count. Therefore, if you want to call pcre2_code_free()
[all …]