Home
last modified time | relevance | path

Searched refs:PUBL (Results 1 – 8 of 8) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_globals.c70 PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = LocalPcreMalloc;
71 PCRE_EXP_DATA_DEFN void (*PUBL(free))(void *) = LocalPcreFree;
72 PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = LocalPcreMalloc;
73 PCRE_EXP_DATA_DEFN void (*PUBL(stack_free))(void *) = LocalPcreFree;
74 PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL;
77 PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = malloc;
78 PCRE_EXP_DATA_DEFN void (*PUBL(free))(void *) = free;
79 PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = malloc;
80 PCRE_EXP_DATA_DEFN void (*PUBL(stack_free))(void *) = free;
81 PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL;
H A Dpcre_get.c462 stringlist = (pcre_uchar **)(PUBL(malloc))(size); in pcre_get_substring_list()
512 (PUBL(free))((void *)pointer); in pcre_free_substring_list()
562 substring = (pcre_uchar *)(PUBL(malloc))(IN_UCHARS(yield + 1)); in pcre_get_substring()
659 (PUBL(free))((void *)pointer); in pcre_free_substring()
H A Dpcre_maketables.c84 yield = (unsigned char*)(PUBL(malloc))(tables_length); in pcre_maketables()
H A Dpcre_study.c1342 PUBL(extra) *extra = NULL; in pcre_study()
1448 extra = (PUBL(extra) *)(PUBL(malloc)) in pcre_study()
1449 (sizeof(PUBL(extra)) + sizeof(pcre_study_data)); in pcre_study()
1456 study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra))); in pcre_study()
1559 PUBL(free)(extra); in pcre_free_study()
H A Dpcre_internal.h2568 #ifndef PUBL
2569 #define PUBL(name) pcre_##name macro
2575 #ifndef PUBL
2576 #define PUBL(name) pcre16_##name macro
2582 #ifndef PUBL
2583 #define PUBL(name) pcre32_##name macro
2699 PUBL(extra) *, int);
2700 extern int PRIV(jit_exec)(const PUBL(extra) *,
H A Dpcreposix.c236 (PUBL(free))(preg->re_pcre); in regfree()
H A Dpcre_exec.c338 newframe = (heapframe *)(PUBL(stack_malloc))(sizeof(heapframe));\
1275 if (PUBL(callout) != NULL) in match()
1277 PUBL(callout_block) cb; in match()
1700 if (PUBL(callout) != NULL) in match()
1702 PUBL(callout_block) cb; in match()
1805 (PUBL(free))(new_recursive.offset_save); in match()
1824 (PUBL(free))(new_recursive.offset_save); in match()
1836 (PUBL(free))(new_recursive.offset_save); in match()
6200 (PUBL(stack_free))(oldframe); in release_match_heapframes()
6948 (PUBL(free))(md->offset_vector); in pcre_exec()
[all …]
H A Dpcre_compile.c701 newspace = (PUBL(malloc))(IN_UCHARS(newsize)); in expand_workspace()
706 (PUBL(free))((void *)cd->start_workspace); in expand_workspace()
8055 re = (REAL_PCRE *)(PUBL(malloc))(size); in pcre_compile2()
8173 (PUBL(free))((void *)cd->start_workspace); in pcre_compile2()
8228 (PUBL(free))(re); in pcre_compile2()
8369 (PUBL(free))(re); in pcre_compile2()

Completed in 115 milliseconds