Searched refs:pcre_stack_free (Results 1 – 5 of 5) sorted by relevance
492 PCRE_EXP_DECL void (*pcre_stack_free)(void *); variable513 PCRE_EXP_DECL void pcre_stack_free(void *);
323 pcre_stack_free() to save data that would otherwise be saved on the stack. To
4463 pcre_stack_free, are used. They are always called in strict stacking order,
60 #define pcre_stack_free php_pcre_stack_free macro
1122 pcre_stack_malloc and pcre_stack_free variables to call memory manage-1686 void (*pcre_stack_free)(void *);1808 The global variables pcre_stack_malloc and pcre_stack_free are also1874 pcre_malloc, pcre_free, pcre_stack_malloc, and pcre_stack_free, and the2023 pcre_stack_malloc and pcre_stack_free are called to manage memory
Completed in 62 milliseconds