/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regext.c | 33 conv_ext0be32(const UChar* s, const UChar* end, UChar* conv) in conv_ext0be32() 44 conv_ext0le32(const UChar* s, const UChar* end, UChar* conv) in conv_ext0le32() 55 conv_ext0be(const UChar* s, const UChar* end, UChar* conv) in conv_ext0be() 64 conv_ext0le(const UChar* s, const UChar* end, UChar* conv) in conv_ext0le() 73 conv_swap4bytes(const UChar* s, const UChar* end, UChar* conv) in conv_swap4bytes() 85 conv_swap2bytes(const UChar* s, const UChar* end, UChar* conv) in conv_swap2bytes() 95 conv_encoding(OnigEncoding from, OnigEncoding to, const UChar* s, const UChar* end, in conv_encoding()
|
H A D | regenc.c | 101 onigenc_step(OnigEncoding enc, const UChar* p, const UChar* end, int n) in onigenc_step() 111 onigenc_strlen(OnigEncoding enc, const UChar* p, const UChar* end) in onigenc_strlen() 602 onigenc_is_mbc_newline_0x0a(const UChar* p, const UChar* end) in onigenc_is_mbc_newline_0x0a() 628 const UChar** pp, const UChar* end) in onigenc_ascii_is_mbc_ambiguous() 648 onigenc_single_byte_mbc_to_code(const UChar* p, const UChar* end) in onigenc_single_byte_mbc_to_code() 679 onigenc_always_true_is_allowed_reverse_match(const UChar* s, const UChar* end) in onigenc_always_true_is_allowed_reverse_match() 691 onigenc_mbn_mbc_to_code(OnigEncoding enc, const UChar* p, const UChar* end) in onigenc_mbn_mbc_to_code() 710 const UChar** pp, const UChar* end, UChar* lower) in onigenc_mbn_mbc_to_normalize() 740 const UChar** pp, const UChar* end) in onigenc_mbn_is_mbc_ambiguous() 983 UChar** pp, UChar* end) in onigenc_is_mbc_ambiguous() [all …]
|
/PHP-5.4/ext/mysqlnd/ |
H A D | mysqlnd_charset.c | 199 static unsigned int check_mb_big5(const char *start, const char *end) in check_mb_big5() 217 static unsigned int check_mb_cp932(const char *start, const char *end) in check_mb_cp932() 234 static unsigned int check_mb_euckr(const char *start, const char *end) in check_mb_euckr() 262 static unsigned int check_mb_eucjpms(const char *start, const char *end) in check_mb_eucjpms() 299 static unsigned int check_mb_gb2312(const char *start, const char *end) in check_mb_gb2312() 317 static unsigned int check_mb_gbk(const char *start, const char *end) in check_mb_gbk() 334 static unsigned int check_mb_sjis(const char *start, const char *end) in check_mb_sjis() 366 static unsigned int check_mb_ujis(const char *start, const char *end) in check_mb_ujis() 396 static unsigned int check_mb_utf16(const char *start, const char *end) in check_mb_utf16() 694 const char *end = escapestr + escapestr_len; in mysqlnd_cset_escape_quotes() local [all …]
|
/PHP-5.4/ext/mbstring/oniguruma/enc/ |
H A D | euc_tw.c | 58 euctw_mbc_to_code(const UChar* p, const UChar* end) in euctw_mbc_to_code() 70 euctw_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, in euctw_mbc_to_normalize() 78 euctw_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in euctw_is_mbc_ambiguous() 111 euctw_is_allowed_reverse_match(const UChar* s, const UChar* end) in euctw_is_allowed_reverse_match()
|
H A D | euc_kr.c | 58 euckr_mbc_to_code(const UChar* p, const UChar* end) in euckr_mbc_to_code() 70 euckr_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, in euckr_mbc_to_normalize() 78 euckr_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in euckr_is_mbc_ambiguous() 111 euckr_is_allowed_reverse_match(const UChar* s, const UChar* end) in euckr_is_allowed_reverse_match()
|
H A D | utf32_be.c | 39 utf32be_is_mbc_newline(const UChar* p, const UChar* end) in utf32be_is_mbc_newline() 57 utf32be_mbc_to_code(const UChar* p, const UChar* end) in utf32be_mbc_to_code() 81 utf32be_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, in utf32be_mbc_to_normalize() 118 utf32be_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in utf32be_is_mbc_ambiguous()
|
H A D | utf32_le.c | 39 utf32le_is_mbc_newline(const UChar* p, const UChar* end) in utf32le_is_mbc_newline() 57 utf32le_mbc_to_code(const UChar* p, const UChar* end) in utf32le_mbc_to_code() 81 utf32le_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, in utf32le_mbc_to_normalize() 117 utf32le_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in utf32le_is_mbc_ambiguous()
|
H A D | big5.c | 58 big5_mbc_to_code(const UChar* p, const UChar* end) in big5_mbc_to_code() 70 big5_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, in big5_mbc_to_normalize() 78 big5_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in big5_is_mbc_ambiguous() 135 big5_is_allowed_reverse_match(const UChar* s, const UChar* end) in big5_is_allowed_reverse_match()
|
H A D | utf16_be.c | 61 utf16be_is_mbc_newline(const UChar* p, const UChar* end) in utf16be_is_mbc_newline() 77 utf16be_mbc_to_code(const UChar* p, const UChar* end) in utf16be_mbc_to_code() 122 utf16be_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, in utf16be_mbc_to_normalize() 158 utf16be_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in utf16be_is_mbc_ambiguous()
|
H A D | euc_jp.c | 60 eucjp_mbc_to_code(const UChar* p, const UChar* end) in eucjp_mbc_to_code() 123 const UChar** pp, const UChar* end, UChar* lower) in eucjp_mbc_to_normalize() 153 eucjp_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in eucjp_is_mbc_ambiguous() 193 eucjp_is_allowed_reverse_match(const UChar* s, const UChar* end) in eucjp_is_allowed_reverse_match()
|
H A D | utf16_le.c | 67 utf16le_is_mbc_newline(const UChar* p, const UChar* end) in utf16le_is_mbc_newline() 83 utf16le_mbc_to_code(const UChar* p, const UChar* end) in utf16le_mbc_to_code() 125 utf16le_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, in utf16le_mbc_to_normalize() 158 utf16le_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in utf16le_is_mbc_ambiguous()
|
H A D | sjis.c | 96 sjis_mbc_to_code(const UChar* p, const UChar* end) in sjis_mbc_to_code() 131 const UChar** pp, const UChar* end, UChar* lower) in sjis_mbc_to_normalize() 161 sjis_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in sjis_is_mbc_ambiguous() 206 sjis_is_allowed_reverse_match(const UChar* s, const UChar* end) in sjis_is_allowed_reverse_match()
|
H A D | gb18030.c | 79 gb18030_mbc_to_code(const UChar* p, const UChar* end) in gb18030_mbc_to_code() 91 gb18030_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, in gb18030_mbc_to_normalize() 99 gb18030_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in gb18030_is_mbc_ambiguous() 470 gb18030_is_allowed_reverse_match(const UChar* s, const UChar* end) in gb18030_is_allowed_reverse_match()
|
H A D | iso8859_1.c | 71 iso_8859_1_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, UChar* lower) in iso_8859_1_mbc_to_normalize() 90 const UChar** pp, const UChar* end) in iso_8859_1_is_mbc_ambiguous()
|
H A D | iso8859_10.c | 108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_10_mbc_to_normalize() 127 const UChar** pp, const UChar* end) in iso_8859_10_is_mbc_ambiguous()
|
H A D | iso8859_13.c | 108 const UChar** pp, const UChar* end, UChar* lower) in mbc_to_normalize() 126 is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in is_mbc_ambiguous()
|
H A D | iso8859_14.c | 108 const UChar** pp, const UChar* end, UChar* lower) in mbc_to_normalize() 126 is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in is_mbc_ambiguous()
|
H A D | iso8859_15.c | 108 const UChar** pp, const UChar* end, UChar* lower) in mbc_to_normalize() 126 is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in is_mbc_ambiguous()
|
H A D | iso8859_3.c | 108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_3_mbc_to_normalize() 127 const UChar** pp, const UChar* end) in iso_8859_3_is_mbc_ambiguous()
|
H A D | iso8859_4.c | 108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_4_mbc_to_normalize() 127 const UChar** pp, const UChar* end) in iso_8859_4_is_mbc_ambiguous()
|
H A D | iso8859_5.c | 108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_5_mbc_to_normalize() 128 const UChar** pp, const UChar* end) in iso_8859_5_is_mbc_ambiguous()
|
H A D | iso8859_7.c | 108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_7_mbc_to_normalize() 127 const UChar** pp, const UChar* end) in iso_8859_7_is_mbc_ambiguous()
|
H A D | iso8859_9.c | 108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_9_mbc_to_normalize() 127 const UChar** pp, const UChar* end) in iso_8859_9_is_mbc_ambiguous()
|
/PHP-5.4/ext/filter/ |
H A D | logical_filters.c | 72 const char *end = str + str_len; in php_filter_parse_int() local 123 const char *end = str + str_len; in php_filter_parse_octal() local 146 const char *end = str + str_len; in php_filter_parse_hex() local 309 char *str, *end; in php_filter_float() local 559 const char *end = str + str_len; in _php_filter_validate_ipv4() local 598 char *end; in _php_filter_validate_ipv6() local
|
/PHP-5.4/ext/date/lib/ |
H A D | astro.h | 37 #define civil_twilight(ts,lon,lat,start,end) \ argument 43 #define nautical_twilight(ts,lon,lat,start,end) \ argument 49 #define astronomical_twilight(ts,lon,lat,start,end) \ argument
|