Searched defs:PRIV (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/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_internal.h | 2572 #define PRIV(name) _pcre_##name macro 2579 #define PRIV(name) _pcre16_##name macro 2586 #define PRIV(name) _pcre32_##name macro
|
H A D | pcre_compile.c | 2068 PRIV(find_bracket)(const pcre_uchar *code, BOOL utf, int number) in PRIV() function
|
Completed in 31 milliseconds