Lines Matching refs:pcre2_code_free
214 void pcre2_code_free(pcre2_code *code);
1338 void pcre2_code_free(pcre2_code *code);
1356 text. The caller must free the memory by calling pcre2_code_free() when
1357 it is no longer needed. If pcre2_code_free() is called with a NULL ar-
1379 cally freed when pcre2_code_free() is called for the new copy of the
5421 the entire compiled pattern is freed by calling pcre2_code_free().
5701 pcre2_code_free(re);
10846 freed in the usual way by calling pcre2_code_free(). When you have fin-
10894 freed by calling pcre2_code_free(). However, be aware that there is a
10900 this reference count. Therefore, if you want to call pcre2_code_free()
10902 locking, and ensure that pcre2_code_free() cannot be called by two