PUBL 701 ext/pcre/pcrelib/pcre_compile.c newspace = (PUBL(malloc))(IN_UCHARS(newsize)); PUBL 706 ext/pcre/pcrelib/pcre_compile.c (PUBL(free))((void *)cd->start_workspace); PUBL 8055 ext/pcre/pcrelib/pcre_compile.c re = (REAL_PCRE *)(PUBL(malloc))(size); PUBL 8173 ext/pcre/pcrelib/pcre_compile.c (PUBL(free))((void *)cd->start_workspace); PUBL 8228 ext/pcre/pcrelib/pcre_compile.c (PUBL(free))(re); PUBL 8369 ext/pcre/pcrelib/pcre_compile.c (PUBL(free))(re); PUBL 338 ext/pcre/pcrelib/pcre_exec.c newframe = (heapframe *)(PUBL(stack_malloc))(sizeof(heapframe));\ PUBL 1275 ext/pcre/pcrelib/pcre_exec.c if (PUBL(callout) != NULL) PUBL 1277 ext/pcre/pcrelib/pcre_exec.c PUBL(callout_block) cb; PUBL 1297 ext/pcre/pcrelib/pcre_exec.c if ((rrc = (*PUBL(callout))(&cb)) > 0) RRETURN(MATCH_NOMATCH); PUBL 1700 ext/pcre/pcrelib/pcre_exec.c if (PUBL(callout) != NULL) PUBL 1702 ext/pcre/pcrelib/pcre_exec.c PUBL(callout_block) cb; PUBL 1722 ext/pcre/pcrelib/pcre_exec.c if ((rrc = (*PUBL(callout))(&cb)) > 0) RRETURN(MATCH_NOMATCH); PUBL 1781 ext/pcre/pcrelib/pcre_exec.c (int *)(PUBL(malloc))(new_recursive.saved_max * sizeof(int)); PUBL 1805 ext/pcre/pcrelib/pcre_exec.c (PUBL(free))(new_recursive.offset_save); PUBL 1824 ext/pcre/pcrelib/pcre_exec.c (PUBL(free))(new_recursive.offset_save); PUBL 1836 ext/pcre/pcrelib/pcre_exec.c (PUBL(free))(new_recursive.offset_save); PUBL 6200 ext/pcre/pcrelib/pcre_exec.c (PUBL(stack_free))(oldframe); PUBL 6539 ext/pcre/pcrelib/pcre_exec.c md->offset_vector = (int *)(PUBL(malloc))(ocount * sizeof(int)); PUBL 6948 ext/pcre/pcrelib/pcre_exec.c (PUBL(free))(md->offset_vector); PUBL 7003 ext/pcre/pcrelib/pcre_exec.c (PUBL(free))(md->offset_vector); PUBL 462 ext/pcre/pcrelib/pcre_get.c stringlist = (pcre_uchar **)(PUBL(malloc))(size); PUBL 512 ext/pcre/pcrelib/pcre_get.c (PUBL(free))((void *)pointer); PUBL 562 ext/pcre/pcrelib/pcre_get.c substring = (pcre_uchar *)(PUBL(malloc))(IN_UCHARS(yield + 1)); PUBL 659 ext/pcre/pcrelib/pcre_get.c (PUBL(free))((void *)pointer); PUBL 70 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = LocalPcreMalloc; PUBL 71 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void (*PUBL(free))(void *) = LocalPcreFree; PUBL 72 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = LocalPcreMalloc; PUBL 73 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void (*PUBL(stack_free))(void *) = LocalPcreFree; PUBL 74 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL; PUBL 77 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = malloc; PUBL 78 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void (*PUBL(free))(void *) = free; PUBL 79 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = malloc; PUBL 80 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void (*PUBL(stack_free))(void *) = free; PUBL 81 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL; PUBL 2568 ext/pcre/pcrelib/pcre_internal.h #ifndef PUBL PUBL 2575 ext/pcre/pcrelib/pcre_internal.h #ifndef PUBL PUBL 2582 ext/pcre/pcrelib/pcre_internal.h #ifndef PUBL PUBL 2699 ext/pcre/pcrelib/pcre_internal.h PUBL(extra) *, int); PUBL 2700 ext/pcre/pcrelib/pcre_internal.h extern int PRIV(jit_exec)(const PUBL(extra) *, PUBL 84 ext/pcre/pcrelib/pcre_maketables.c yield = (unsigned char*)(PUBL(malloc))(tables_length); PUBL 1342 ext/pcre/pcrelib/pcre_study.c PUBL(extra) *extra = NULL; PUBL 1448 ext/pcre/pcrelib/pcre_study.c extra = (PUBL(extra) *)(PUBL(malloc)) PUBL 1449 ext/pcre/pcrelib/pcre_study.c (sizeof(PUBL(extra)) + sizeof(pcre_study_data)); PUBL 1456 ext/pcre/pcrelib/pcre_study.c study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra))); PUBL 1559 ext/pcre/pcrelib/pcre_study.c PUBL(free)(extra); PUBL 236 ext/pcre/pcrelib/pcreposix.c (PUBL(free))(preg->re_pcre);