Searched refs:pcre_free (Results 1 – 9 of 9) sorted by relevance
143 pcre_free(re); /* Release memory used for the compiled pattern */ in main()258 pcre_free(re); /* Release the memory used for the compiled pattern */ in main()361 pcre_free(re); /* Release memory used for the compiled pattern */ in main()402 pcre_free(re); /* Release memory used for the compiled pattern */ in main()
490 PCRE_EXP_DECL void (*pcre_free)(void *); variable511 PCRE_EXP_DECL void pcre_free(void *);
1360 11. JIT should use pcre_malloc/pcre_free for allocation.3800 28. Change free() to pcre_free() in pcredemo.c. Apparently this makes a4881 pcre_callout to its entry point. Like pcre_malloc and pcre_free, this is a5287 These just pass their arguments on to (pcre_free)(), but they are provided5289 but cannot call free() or pcre_free() directly.5875 7. Turn the malloc/free funtions variables into pcre_malloc and pcre_free and
210 pcre_free(it->re); in zend_accel_blacklist_shutdown()
41 #define pcre_free php_pcre_free macro
123 pcre_free(pce->re); in php_free_pcre_cache()980 pcre_free((void *) stringlist); in php_pcre_match_impl()
1127 pcre_free because the usage is very predictable: the block sizes1682 void (*pcre_free)(void *);1739 loc() and pcre_free() exported functions will be declared1802 The global variables pcre_malloc and pcre_free initially contain the1874 pcre_malloc, pcre_free, pcre_stack_malloc, and pcre_stack_free, and the2050 It is up to the caller to free the memory (via pcre_free) when it is no2569 freed with pcre_free(), just like the pattern itself. This will still2588 pcre_free(re);3941 pcre_free, which of course could be called directly from a C program.8394 pcre_free(study_ptr);[all …]
1061 pcre_free(opaque); in _php_mb_free_regex()
5787 pcre_free(re);
Completed in 103 milliseconds