Home
last modified time | relevance | path

Searched refs:pcre_malloc (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre.h489 PCRE_EXP_DECL void *(*pcre_malloc)(size_t); variable
510 PCRE_EXP_DECL void *pcre_malloc(size_t);
H A DChangeLog1360 11. JIT should use pcre_malloc/pcre_free for allocation.
1375 rewritten so that the workspace expands (via pcre_malloc) if necessary, and
2077 pcre_malloc etc. are now initialized to local functions that call the
4881 pcre_callout to its entry point. Like pcre_malloc and pcre_free, this is a
5074 pcre_malloc() when PCRE was getting memory in which to place the information
5875 7. Turn the malloc/free funtions variables into pcre_malloc and pcre_free and
/PHP-5.5/main/
H A Dphp_compat.h42 #define pcre_malloc php_pcre_malloc macro
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1126 Separate functions are provided rather than using pcre_malloc and
1680 void *(*pcre_malloc)(size_t);
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
2047 obtained via pcre_malloc is returned. This contains the compiled code
2665 obtained via pcre_malloc. It is the caller's responsibility to ensure
3001 pcre_malloc() when pcre_compile() is getting memory in which to place
3642 purpose. If the call via pcre_malloc() fails, this error is given. The
3905 obtained via pcre_malloc, and its address is returned via stringptr.
3920 single block of memory that is obtained via pcre_malloc. The address of
[all …]

Completed in 51 milliseconds