Searched refs:pcre_stack_malloc (Results 1 – 9 of 9) sorted by relevance
491 PCRE_EXP_DECL void *(*pcre_stack_malloc)(size_t); variable512 PCRE_EXP_DECL void *pcre_stack_malloc(size_t);
298 const pcre_stack_malloc: function ( size : integer ): pointer = pcre_malloc; in size()
491 PCRE_EXP_DECL void *(*pcre_stack_malloc)(size_t);512 PCRE_EXP_DECL void *pcre_stack_malloc(size_t);
313 obtained from the heap via the special functions pcre_stack_malloc() and
3426 pcre_stack_malloc = stack_malloc; in main()
4119 functions for this usage, two new functions, pcre_stack_malloc, and
1111 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 also1863 pcre_malloc, pcre_free, pcre_stack_malloc, and pcre_stack_free, and the2012 pcre_stack_malloc and pcre_stack_free are called to manage memory3634 This error is also given if pcre_stack_malloc() fails in pcre_exec().