Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2demo.c191 pcre2_code_free(re); /* data and the compiled pattern. */ in main()
305 pcre2_code_free(re); /* for the match data and the pattern. */ in main()
391 pcre2_code_free(re); in main()
431 pcre2_code_free(re); in main()
Dpcre2posix.c210 pcre2_code_free(preg->re_pcre2_code); in regfree()
274 pcre2_code_free(preg->re_pcre2_code); in regcomp()
Dpcre2.h.generic446 PCRE2_EXP_DECL void pcre2_code_free(pcre2_code *); \
598 #define pcre2_code_free PCRE2_SUFFIX(pcre2_code_free_)
Dpcre2.h.in446 PCRE2_EXP_DECL void pcre2_code_free(pcre2_code *); \
598 #define pcre2_code_free PCRE2_SUFFIX(pcre2_code_free_) macro
Dpcre2test.c4385 SUB1(pcre2_code_free, compiled_code); in process_command()
4939 { SUB1(pcre2_code_free, compiled_code); } in process_pattern()
4998 SUB1(pcre2_code_free, compiled_code); in process_pattern()
7584 SUB1(pcre2_code_free, compiled_code);
7667 SUB1(pcre2_code_free, compiled_code);
7672 SUB1(pcre2_code_free, compiled_code);
Dpcre2grep.c543 if (p->compiled != NULL) pcre2_code_free(p->compiled); in free_pattern_chain()
Dpcre2_compile.c770 pcre2_code_free(pcre2_code *code) in pcre2_code_free() function
8943 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.am29 doc/html/pcre2_code_free.html \
110 doc/pcre2_code_free.3 \
DMakefile.in835 doc/html/pcre2_code_free.html \
916 doc/pcre2_code_free.3 \
/external/selinux/libselinux/src/
Dregex.c199 pcre2_code_free(regex->regex); in regex_data_free()
/external/pcre/dist2/doc/
Dpcre2.txt194 void pcre2_code_free(pcre2_code *code);
1101 void pcre2_code_free(pcre2_code *code);
1115 context. The caller must free the memory by calling pcre2_code_free()
4293 the entire compiled pattern is freed by calling pcre2_code_free().
4544 pcre2_code_free(re);
9011 freed in the usual way by calling pcre2_code_free(). When you have fin-
9059 freed by calling pcre2_code_free(). However, be aware that there is a
9065 this reference count. Therefore, if you want to call pcre2_code_free()
9067 locking, and ensure that pcre2_code_free() cannot be called by two