Lines Matching refs:pcre_free
1127 pcre_free because the usage is very predictable: the block sizes
1682 void (*pcre_free)(void *);
1739 loc() and pcre_free() exported functions will be declared
1802 The global variables pcre_malloc and pcre_free initially contain the
1874 pcre_malloc, pcre_free, pcre_stack_malloc, and pcre_stack_free, and the
2050 It is up to the caller to free the memory (via pcre_free) when it is no
2569 freed with pcre_free(), just like the pattern itself. This will still
2588 pcre_free(re);
3941 pcre_free, which of course could be called directly from a C program.
3944 pcre_free directly; it is for these cases that the functions are pro-
7052 by using pcre_malloc, freeing it via pcre_free afterwards. If no memory
8394 pcre_free(study_ptr);
8663 pcre_free(re);
10161 loc() and pcre_free() exported functions will be declared