Searched defs:PRIV (Results 1 – 7 of 7) sorted by relevance
/PHP-5.5/ext/pcre/pcrelib/ |
H A D | pcre_newline.c | 76 PRIV(is_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, in PRIV() function 151 PRIV(was_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr, in PRIV() function
|
H A D | pcre_ord2utf8.c | 68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV() function
|
H A D | pcre_valid_utf8.c | 107 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) in PRIV() function
|
H A D | pcre_xclass.c | 67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) in PRIV() function
|
H A D | pcre_jit_compile.c | 9792 PRIV(jit_compile)(const REAL_PCRE *re, PUBL(extra) *extra, int mode) in PRIV() function 10411 PRIV(jit_exec)(const PUBL(extra) *extra_data, const pcre_uchar *subject, in PRIV() function 10567 PRIV(jit_free)(void *executable_funcs) in PRIV() function 10581 PRIV(jit_get_size)(void *executable_funcs) in PRIV() function 10592 PRIV(jit_get_target)(void) in PRIV() function
|
H A D | pcre_compile.c | 2080 PRIV(find_bracket)(const pcre_uchar *code, BOOL utf, int number) in PRIV() function
|
H A D | pcre_internal.h | 2628 #define PRIV(name) _pcre_##name macro 2635 #define PRIV(name) _pcre16_##name macro 2642 #define PRIV(name) _pcre32_##name macro
|
Completed in 63 milliseconds