Home
last modified time | relevance | path

Searched defs:PRIV (Results 1 – 14 of 14) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_string_utils.c63 PRIV(memmove)(void *d, const void *s, size_t n) in PRIV() function
102 PRIV(strcmp)(PCRE2_SPTR str1, PCRE2_SPTR str2) in PRIV() function
130 PRIV(strcmp_c8)(PCRE2_SPTR str1, const char *str2) in PRIV() function
157 PRIV(strncmp)(PCRE2_SPTR str1, PCRE2_SPTR str2, size_t len) in PRIV() function
186 PRIV(strncmp_c8)(PCRE2_SPTR str1, const char *str2, size_t len) in PRIV() function
209 PRIV(strlen)(PCRE2_SPTR str) in PRIV() function
229 PRIV(strcpy_c8)(PCRE2_UCHAR *str1, const char *str2) in PRIV() function
H A Dpcre2_jit_misc.c53 PRIV(jit_free_rodata)(void *current, void *allocator_data) in PRIV() function
78 PRIV(jit_free)(void *executable_jit, pcre2_memctl *memctl) in PRIV() function
205 PRIV(jit_get_target)(void) in PRIV() function
220 PRIV(jit_get_size)(void *executable_jit) in PRIV() function
H A Dpcre2_newline.c79 PRIV(is_newline)(PCRE2_SPTR ptr, uint32_t type, PCRE2_SPTR endptr, in PRIV() function
169 PRIV(was_newline)(PCRE2_SPTR ptr, uint32_t type, PCRE2_SPTR startptr, in PRIV() function
H A Dpcre2_ord2utf.c59 PRIV(ord2utf)(uint32_t cvalue, PCRE2_UCHAR *buffer) in PRIV() function
81 PRIV(ord2utf)(uint32_t cvalue, PCRE2_UCHAR *buffer) in PRIV() function
H A Dpcre2_valid_utf.c63 PRIV(valid_utf)(PCRE2_SPTR string, PCRE2_SIZE length, PCRE2_SIZE *erroroffset) in PRIV() function
94 PRIV(valid_utf)(PCRE2_SPTR string, PCRE2_SIZE length, PCRE2_SIZE *erroroffset) in PRIV() function
H A Dpcre2_extuni.c60 PRIV(extuni)(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, in PRIV() function
92 PRIV(extuni)(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, in PRIV() function
H A Dpcre2_find_bracket.c70 PRIV(find_bracket)(PCRE2_SPTR code, BOOL utf, int number) in PRIV() function
H A Dpcre2_xclass.c69 PRIV(xclass)(uint32_t c, PCRE2_SPTR data, BOOL utf) in PRIV() function
H A Dpcre2_script_run.c85 PRIV(script_run)(PCRE2_SPTR ptr, PCRE2_SPTR endptr, BOOL utf) in PRIV() function
H A Dpcre2_auto_possess.c1114 PRIV(auto_possessify)(PCRE2_UCHAR *code, const compile_block *cb) in PRIV() function
H A Dpcre2_study.c1672 PRIV(study)(pcre2_real_code *re) in PRIV() function
H A Dpcre2_context.c86 PRIV(memctl_malloc)(size_t size, pcre2_memctl *memctl) in PRIV() function
H A Dpcre2_compile.c1483 PRIV(check_escape)(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *chptr, in PRIV() function
H A Dpcre2_internal.h177 #define PRIV(name) _pcre2_##name macro

Completed in 62 milliseconds