PUBL 929 ext/pcre/pcrelib/pcre_compile.c newspace = (PUBL(malloc))(IN_UCHARS(newsize)); PUBL 934 ext/pcre/pcrelib/pcre_compile.c (PUBL(free))((void *)cd->start_workspace); PUBL 7160 ext/pcre/pcrelib/pcre_compile.c named_group *newspace = (PUBL(malloc)) PUBL 7172 ext/pcre/pcrelib/pcre_compile.c (PUBL(free))((void *)cd->named_groups); PUBL 8267 ext/pcre/pcrelib/pcre_compile.c if (PUBL(stack_guard) != NULL && PUBL(stack_guard)()) PUBL 9342 ext/pcre/pcrelib/pcre_compile.c re = (REAL_PCRE *)(PUBL(malloc))(size); PUBL 9409 ext/pcre/pcrelib/pcre_compile.c (PUBL(free))((void *)cd->named_groups); PUBL 9489 ext/pcre/pcrelib/pcre_compile.c (PUBL(free))((void *)cd->start_workspace); PUBL 9558 ext/pcre/pcrelib/pcre_compile.c (PUBL(free))(re); PUBL 9699 ext/pcre/pcrelib/pcre_compile.c (PUBL(free))(re); PUBL 352 ext/pcre/pcrelib/pcre_exec.c newframe = (heapframe *)(PUBL(stack_malloc))(sizeof(heapframe));\ PUBL 1294 ext/pcre/pcrelib/pcre_exec.c if (PUBL(callout) != NULL) PUBL 1296 ext/pcre/pcrelib/pcre_exec.c PUBL(callout_block) cb; PUBL 1318 ext/pcre/pcrelib/pcre_exec.c if ((rrc = (*PUBL(callout))(&cb)) > 0) RRETURN(MATCH_NOMATCH); PUBL 1704 ext/pcre/pcrelib/pcre_exec.c if (PUBL(callout) != NULL) PUBL 1706 ext/pcre/pcrelib/pcre_exec.c PUBL(callout_block) cb; PUBL 1728 ext/pcre/pcrelib/pcre_exec.c if ((rrc = (*PUBL(callout))(&cb)) > 0) RRETURN(MATCH_NOMATCH); PUBL 1788 ext/pcre/pcrelib/pcre_exec.c (int *)(PUBL(malloc))(new_recursive.saved_max * sizeof(int)); PUBL 1814 ext/pcre/pcrelib/pcre_exec.c (PUBL(free))(new_recursive.offset_save); PUBL 1832 ext/pcre/pcrelib/pcre_exec.c (PUBL(free))(new_recursive.offset_save); PUBL 1842 ext/pcre/pcrelib/pcre_exec.c (PUBL(free))(new_recursive.offset_save); PUBL 1854 ext/pcre/pcrelib/pcre_exec.c (PUBL(free))(new_recursive.offset_save); PUBL 6313 ext/pcre/pcrelib/pcre_exec.c (PUBL(stack_free))(oldframe); PUBL 6664 ext/pcre/pcrelib/pcre_exec.c md->offset_vector = (int *)(PUBL(malloc))(ocount * sizeof(int)); PUBL 7067 ext/pcre/pcrelib/pcre_exec.c (PUBL(free))(md->offset_vector); PUBL 7123 ext/pcre/pcrelib/pcre_exec.c (PUBL(free))(md->offset_vector); PUBL 460 ext/pcre/pcrelib/pcre_get.c stringlist = (pcre_uchar **)(PUBL(malloc))(size); PUBL 510 ext/pcre/pcrelib/pcre_get.c (PUBL(free))((void *)pointer); PUBL 560 ext/pcre/pcrelib/pcre_get.c substring = (pcre_uchar *)(PUBL(malloc))(IN_UCHARS(yield + 1)); PUBL 657 ext/pcre/pcrelib/pcre_get.c (PUBL(free))((void *)pointer); PUBL 68 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = LocalPcreMalloc; PUBL 69 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void (*PUBL(free))(void *) = LocalPcreFree; PUBL 70 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = LocalPcreMalloc; PUBL 71 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void (*PUBL(stack_free))(void *) = LocalPcreFree; PUBL 72 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL; PUBL 73 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN int (*PUBL(stack_guard))(void) = NULL; PUBL 76 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = malloc; PUBL 77 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void (*PUBL(free))(void *) = free; PUBL 78 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = malloc; PUBL 79 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void (*PUBL(stack_free))(void *) = free; PUBL 80 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL; PUBL 81 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN int (*PUBL(stack_guard))(void) = NULL; PUBL 2620 ext/pcre/pcrelib/pcre_internal.h #ifndef PUBL PUBL 2627 ext/pcre/pcrelib/pcre_internal.h #ifndef PUBL PUBL 2634 ext/pcre/pcrelib/pcre_internal.h #ifndef PUBL PUBL 2751 ext/pcre/pcrelib/pcre_internal.h PUBL(extra) *, int); PUBL 2752 ext/pcre/pcrelib/pcre_internal.h extern int PRIV(jit_exec)(const PUBL(extra) *, PUBL 55 ext/pcre/pcrelib/pcre_jit_compile.c #define SLJIT_MALLOC(size, allocator_data) (PUBL(malloc))(size) PUBL 56 ext/pcre/pcrelib/pcre_jit_compile.c #define SLJIT_FREE(ptr, allocator_data) (PUBL(free))(ptr) PUBL 184 ext/pcre/pcrelib/pcre_jit_compile.c PUBL(jit_callback) callback; PUBL 6359 ext/pcre/pcrelib/pcre_jit_compile.c static int SLJIT_CALL do_callout(struct jit_arguments *arguments, PUBL(callout_block) *callout_block, pcre_uchar **jit_ovector) PUBL 6366 ext/pcre/pcrelib/pcre_jit_compile.c if (PUBL(callout) == NULL) PUBL 6400 ext/pcre/pcrelib/pcre_jit_compile.c return (*PUBL(callout))(callout_block); PUBL 6405 ext/pcre/pcrelib/pcre_jit_compile.c (((int)sizeof(PUBL(callout_block)) + 7) & ~7) PUBL 6408 ext/pcre/pcrelib/pcre_jit_compile.c (-CALLOUT_ARG_SIZE + SLJIT_OFFSETOF(PUBL(callout_block), arg)) PUBL 10411 ext/pcre/pcrelib/pcre_jit_compile.c PRIV(jit_exec)(const PUBL(extra) *extra_data, const pcre_uchar *subject, PUBL 10614 ext/pcre/pcrelib/pcre_jit_compile.c return (PUBL(jit_stack)*)sljit_allocate_stack(startsize, maxsize, NULL); PUBL 82 ext/pcre/pcrelib/pcre_maketables.c yield = (unsigned char*)(PUBL(malloc))(tables_length); PUBL 1463 ext/pcre/pcrelib/pcre_study.c PUBL(extra) *extra = NULL; PUBL 1570 ext/pcre/pcrelib/pcre_study.c extra = (PUBL(extra) *)(PUBL(malloc)) PUBL 1571 ext/pcre/pcrelib/pcre_study.c (sizeof(PUBL(extra)) + sizeof(pcre_study_data)); PUBL 1578 ext/pcre/pcrelib/pcre_study.c study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra))); PUBL 1681 ext/pcre/pcrelib/pcre_study.c PUBL(free)(extra); PUBL 245 ext/pcre/pcrelib/pcreposix.c (PUBL(free))(preg->re_pcre);