Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_globals.c68 PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = LocalPcreMalloc;
69 PCRE_EXP_DATA_DEFN void (*PUBL(free))(void *) = LocalPcreFree;
71 PCRE_EXP_DATA_DEFN void (*PUBL(stack_free))(void *) = LocalPcreFree;
72 PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL;
73 PCRE_EXP_DATA_DEFN int (*PUBL(stack_guard))(void) = NULL;
76 PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = malloc;
77 PCRE_EXP_DATA_DEFN void (*PUBL(free))(void *) = free;
78 PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = malloc;
79 PCRE_EXP_DATA_DEFN void (*PUBL(stack_free))(void *) = free;
80 PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL;
[all …]
H A Dpcre_get.c460 stringlist = (pcre_uchar **)(PUBL(malloc))(size); in pcre_get_substring_list()
510 (PUBL(free))((void *)pointer); in pcre_free_substring_list()
560 substring = (pcre_uchar *)(PUBL(malloc))(IN_UCHARS(yield + 1)); in pcre_get_substring()
657 (PUBL(free))((void *)pointer); in pcre_free_substring()
H A Dpcre_maketables.c82 yield = (unsigned char*)(PUBL(malloc))(tables_length); in pcre_maketables()
H A Dpcre_study.c1463 PUBL(extra) *extra = NULL; in pcre_study()
1570 extra = (PUBL(extra) *)(PUBL(malloc)) in pcre_study()
1571 (sizeof(PUBL(extra)) + sizeof(pcre_study_data)); in pcre_study()
1578 study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra))); in pcre_study()
1681 PUBL(free)(extra); in pcre_free_study()
H A Dpcre_internal.h2620 #ifndef PUBL
2621 #define PUBL(name) pcre_##name macro
2627 #ifndef PUBL
2628 #define PUBL(name) pcre16_##name macro
2634 #ifndef PUBL
2635 #define PUBL(name) pcre32_##name macro
2751 PUBL(extra) *, int);
2752 extern int PRIV(jit_exec)(const PUBL(extra) *,
H A Dpcreposix.c245 (PUBL(free))(preg->re_pcre); in regfree()
H A Dpcre_exec.c1294 if (PUBL(callout) != NULL) in match()
1296 PUBL(callout_block) cb; in match()
1704 if (PUBL(callout) != NULL) in match()
1706 PUBL(callout_block) cb; in match()
1814 (PUBL(free))(new_recursive.offset_save); in match()
1832 (PUBL(free))(new_recursive.offset_save); in match()
1842 (PUBL(free))(new_recursive.offset_save); in match()
1854 (PUBL(free))(new_recursive.offset_save); in match()
6313 (PUBL(stack_free))(oldframe); in release_match_heapframes()
7067 (PUBL(free))(md->offset_vector); in pcre_exec()
[all …]
H A Dpcre_compile.c929 newspace = (PUBL(malloc))(IN_UCHARS(newsize)); in expand_workspace()
934 (PUBL(free))((void *)cd->start_workspace); in expand_workspace()
7160 named_group *newspace = (PUBL(malloc)) in compile_branch()
7172 (PUBL(free))((void *)cd->named_groups); in compile_branch()
8272 if (PUBL(stack_guard) != NULL && PUBL(stack_guard)()) in compile_regex()
9347 re = (REAL_PCRE *)(PUBL(malloc))(size); in pcre_compile2()
9414 (PUBL(free))((void *)cd->named_groups); in pcre_compile2()
9494 (PUBL(free))((void *)cd->start_workspace); in pcre_compile2()
9563 (PUBL(free))(re); in pcre_compile2()
9704 (PUBL(free))(re); in pcre_compile2()
H A Dpcre_jit_compile.c55 #define SLJIT_MALLOC(size, allocator_data) (PUBL(malloc))(size)
56 #define SLJIT_FREE(ptr, allocator_data) (PUBL(free))(ptr)
184 PUBL(jit_callback) callback;
6359 static int SLJIT_CALL do_callout(struct jit_arguments *arguments, PUBL(callout_block) *callout_bloc… in do_callout()
6366 if (PUBL(callout) == NULL) in do_callout()
6400 return (*PUBL(callout))(callout_block); in do_callout()
6405 (((int)sizeof(PUBL(callout_block)) + 7) & ~7)
6408 (-CALLOUT_ARG_SIZE + SLJIT_OFFSETOF(PUBL(callout_block), arg))
9792 PRIV(jit_compile)(const REAL_PCRE *re, PUBL(extra) *extra, int mode) in PRIV()
10411 PRIV(jit_exec)(const PUBL(extra) *extra_data, const pcre_uchar *subject, in PRIV()
[all …]

Completed in 96 milliseconds