Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_newline.c76 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 Dpcre_ord2utf8.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV() function
H A Dpcre_valid_utf8.c107 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) in PRIV() function
H A Dpcre_xclass.c67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) in PRIV() function
H A Dpcre_jit_compile.c9792 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 Dpcre_compile.c2080 PRIV(find_bracket)(const pcre_uchar *code, BOOL utf, int number) in PRIV() function
H A Dpcre_internal.h2628 #define PRIV(name) _pcre_##name macro
2635 #define PRIV(name) _pcre16_##name macro
2642 #define PRIV(name) _pcre32_##name macro

Completed in 73 milliseconds