Home
last modified time | relevance | path

Searched refs:pcre_stack_malloc (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre.h491 PCRE_EXP_DECL void *(*pcre_stack_malloc)(size_t); variable
512 PCRE_EXP_DECL void *pcre_stack_malloc(size_t);
H A DREADME322 obtained from the heap via the special functions pcre_stack_malloc() and
H A DChangeLog4462 functions for this usage, two new functions, pcre_stack_malloc, and
/PHP-7.1/main/
H A Dphp_compat.h61 #define pcre_stack_malloc php_pcre_stack_malloc macro
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt1122 pcre_stack_malloc and pcre_stack_free variables to call memory manage-
1684 void *(*pcre_stack_malloc)(size_t);
1808 The global variables pcre_stack_malloc and pcre_stack_free are also
1874 pcre_malloc, pcre_free, pcre_stack_malloc, and pcre_stack_free, and the
2023 pcre_stack_malloc and pcre_stack_free are called to manage memory
3645 This error is also given if pcre_stack_malloc() fails in pcre_exec().

Completed in 50 milliseconds