PUBL 690 pcre/pcrelib/pcre_compile.c newspace = (PUBL(malloc))(IN_UCHARS(newsize)); PUBL 695 pcre/pcrelib/pcre_compile.c (PUBL(free))((void *)cd->start_workspace); PUBL 7895 pcre/pcrelib/pcre_compile.c re = (REAL_PCRE *)(PUBL(malloc))(size); PUBL 7998 pcre/pcrelib/pcre_compile.c (PUBL(free))((void *)cd->start_workspace); PUBL 8053 pcre/pcrelib/pcre_compile.c (PUBL(free))(re); PUBL 8192 pcre/pcrelib/pcre_compile.c (PUBL(free))(re); PUBL 320 pcre/pcrelib/pcre_exec.c newframe = (heapframe *)(PUBL(stack_malloc))(sizeof(heapframe));\ PUBL 1257 pcre/pcrelib/pcre_exec.c if (PUBL(callout) != NULL) PUBL 1259 pcre/pcrelib/pcre_exec.c PUBL(callout_block) cb; PUBL 1277 pcre/pcrelib/pcre_exec.c if ((rrc = (*PUBL(callout))(&cb)) > 0) RRETURN(MATCH_NOMATCH); PUBL 1680 pcre/pcrelib/pcre_exec.c if (PUBL(callout) != NULL) PUBL 1682 pcre/pcrelib/pcre_exec.c PUBL(callout_block) cb; PUBL 1700 pcre/pcrelib/pcre_exec.c if ((rrc = (*PUBL(callout))(&cb)) > 0) RRETURN(MATCH_NOMATCH); PUBL 1759 pcre/pcrelib/pcre_exec.c (int *)(PUBL(malloc))(new_recursive.saved_max * sizeof(int)); PUBL 1783 pcre/pcrelib/pcre_exec.c (PUBL(free))(new_recursive.offset_save); PUBL 1802 pcre/pcrelib/pcre_exec.c (PUBL(free))(new_recursive.offset_save); PUBL 1814 pcre/pcrelib/pcre_exec.c (PUBL(free))(new_recursive.offset_save); PUBL 6307 pcre/pcrelib/pcre_exec.c (PUBL(stack_free))(oldframe); PUBL 6639 pcre/pcrelib/pcre_exec.c md->offset_vector = (int *)(PUBL(malloc))(ocount * sizeof(int)); PUBL 7046 pcre/pcrelib/pcre_exec.c (PUBL(free))(md->offset_vector); PUBL 7101 pcre/pcrelib/pcre_exec.c (PUBL(free))(md->offset_vector); PUBL 406 pcre/pcrelib/pcre_get.c stringlist = (pcre_uchar **)(PUBL(malloc))(size); PUBL 451 pcre/pcrelib/pcre_get.c (PUBL(free))((void *)pointer); PUBL 497 pcre/pcrelib/pcre_get.c substring = (pcre_uchar *)(PUBL(malloc))(IN_UCHARS(yield + 1)); PUBL 582 pcre/pcrelib/pcre_get.c (PUBL(free))((void *)pointer); PUBL 68 pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = LocalPcreMalloc; PUBL 69 pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void (*PUBL(free))(void *) = LocalPcreFree; PUBL 70 pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = LocalPcreMalloc; PUBL 71 pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void (*PUBL(stack_free))(void *) = LocalPcreFree; PUBL 72 pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL; PUBL 75 pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = malloc; PUBL 76 pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void (*PUBL(free))(void *) = free; PUBL 77 pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = malloc; PUBL 78 pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN void (*PUBL(stack_free))(void *) = free; PUBL 79 pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL; PUBL 2200 pcre/pcrelib/pcre_internal.h #ifndef PUBL PUBL 2208 pcre/pcrelib/pcre_internal.h #ifndef PUBL PUBL 2307 pcre/pcrelib/pcre_internal.h PUBL(extra) *, int); PUBL 2308 pcre/pcrelib/pcre_internal.h extern int PRIV(jit_exec)(const REAL_PCRE *, const PUBL(extra) *, PUBL 79 pcre/pcrelib/pcre_maketables.c yield = (unsigned char*)(PUBL(malloc))(tables_length); PUBL 1324 pcre/pcrelib/pcre_study.c PUBL(extra) *extra = NULL; PUBL 1424 pcre/pcrelib/pcre_study.c extra = (PUBL(extra) *)(PUBL(malloc)) PUBL 1425 pcre/pcrelib/pcre_study.c (sizeof(PUBL(extra)) + sizeof(pcre_study_data)); PUBL 1432 pcre/pcrelib/pcre_study.c study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra))); PUBL 1529 pcre/pcrelib/pcre_study.c PUBL(free)(extra); PUBL 233 pcre/pcrelib/pcreposix.c (PUBL(free))(preg->re_pcre);