Home
last modified time | relevance | path

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

/external/pcre/
Dpcre.h491 PCRE_EXP_DECL void *(*pcre_stack_malloc)(size_t); variable
512 PCRE_EXP_DECL void *pcre_stack_malloc(size_t);
/external/pcre/dist/
Dpcregexp.pas298 const pcre_stack_malloc: function ( size : integer ): pointer = pcre_malloc; in size()
Dpcre.h.generic491 PCRE_EXP_DECL void *(*pcre_stack_malloc)(size_t);
512 PCRE_EXP_DECL void *pcre_stack_malloc(size_t);
Dpcre.h.in491 PCRE_EXP_DECL void *(*pcre_stack_malloc)(size_t); variable
512 PCRE_EXP_DECL void *pcre_stack_malloc(size_t);
DREADME313 obtained from the heap via the special functions pcre_stack_malloc() and
Dpcretest.c3426 pcre_stack_malloc = stack_malloc; in main()
DChangeLog4119 functions for this usage, two new functions, pcre_stack_malloc, and
/external/pcre/dist/doc/html/
DREADME.txt313 obtained from the heap via the special functions pcre_stack_malloc() and
/external/pcre/dist/doc/
Dpcre.txt1111 pcre_stack_malloc and pcre_stack_free variables to call memory manage-
1673 void *(*pcre_stack_malloc)(size_t);
1797 The global variables pcre_stack_malloc and pcre_stack_free are also
1863 pcre_malloc, pcre_free, pcre_stack_malloc, and pcre_stack_free, and the
2012 pcre_stack_malloc and pcre_stack_free are called to manage memory
3634 This error is also given if pcre_stack_malloc() fails in pcre_exec().