Home
last modified time | relevance | path

Searched refs:pcre_free (Results 1 – 9 of 9) sorted by last modified time

/PHP-7.1/main/
H A Dphp_compat.h41 #define pcre_free php_pcre_free macro
/PHP-7.1/ext/pgsql/
H A Dpgsql.c5787 pcre_free(re);
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c123 pcre_free(pce->re); in php_free_pcre_cache()
980 pcre_free((void *) stringlist); in php_pcre_match_impl()
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcredemo.c143 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()
H A Dpcre.h490 PCRE_EXP_DECL void (*pcre_free)(void *); variable
511 PCRE_EXP_DECL void pcre_free(void *);
H A DChangeLog1360 11. JIT should use pcre_malloc/pcre_free for allocation.
3800 28. Change free() to pcre_free() in pcredemo.c. Apparently this makes a
4881 pcre_callout to its entry point. Like pcre_malloc and pcre_free, this is a
5287 These just pass their arguments on to (pcre_free)(), but they are provided
5289 but cannot call free() or pcre_free() directly.
5875 7. Turn the malloc/free funtions variables into pcre_malloc and pcre_free and
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt1127 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.
8394 pcre_free(study_ptr);
[all …]
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_blacklist.c210 pcre_free(it->re); in zend_accel_blacklist_shutdown()
/PHP-7.1/ext/mbstring/
H A Dmbstring.c1061 pcre_free(opaque); in _php_mb_free_regex()

Completed in 137 milliseconds