Lines Matching refs:pcre2_code_free
205 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()
9917 locking, and ensure that pcre2_code_free() cannot be called by two