Home
last modified time | relevance | path

Searched defs:end (Results 1 – 25 of 115) sorted by relevance

12345

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregext.c33 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 Dregenc.c101 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.3/ext/mysqlnd/
H A Dmysqlnd_charset.c198 static unsigned int check_mb_big5(const char *start, const char *end) in check_mb_big5()
216 static unsigned int check_mb_cp932(const char *start, const char *end) in check_mb_cp932()
233 static unsigned int check_mb_euckr(const char *start, const char *end) in check_mb_euckr()
261 static unsigned int check_mb_eucjpms(const char *start, const char *end) in check_mb_eucjpms()
298 static unsigned int check_mb_gb2312(const char *start, const char *end) in check_mb_gb2312()
316 static unsigned int check_mb_gbk(const char *start, const char *end) in check_mb_gbk()
333 static unsigned int check_mb_sjis(const char *start, const char *end) in check_mb_sjis()
365 static unsigned int check_mb_ujis(const char *start, const char *end) in check_mb_ujis()
395 static unsigned int check_mb_utf16(const char *start, const char *end) in check_mb_utf16()
690 const char *end = escapestr + escapestr_len; in mysqlnd_cset_escape_quotes() local
[all …]
/PHP-5.3/ext/mbstring/oniguruma/enc/
H A Deuc_tw.c58 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 Deuc_kr.c58 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 Dutf32_be.c39 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 Dutf32_le.c39 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 Dbig5.c58 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 Dutf16_be.c61 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 Dutf16_le.c67 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 Deuc_jp.c60 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 Dsjis.c96 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 Dgb18030.c79 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 Diso8859_1.c71 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 Diso8859_13.c108 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 Diso8859_16.c108 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 Diso8859_2.c108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_2_mbc_to_normalize()
127 const UChar** pp, const UChar* end) in iso_8859_2_is_mbc_ambiguous()
H A Diso8859_3.c108 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 Diso8859_7.c108 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 Diso8859_9.c108 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()
H A Dkoi8.c108 const OnigUChar** pp, const OnigUChar* end, OnigUChar* lower) in koi8_mbc_to_normalize()
126 koi8_is_mbc_ambiguous(OnigAmbigType flag, const OnigUChar** pp, const OnigUChar* end) in koi8_is_mbc_ambiguous()
H A Dkoi8_r.c108 const UChar** pp, const UChar* end, UChar* lower) in koi8_r_mbc_to_normalize()
126 koi8_r_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in koi8_r_is_mbc_ambiguous()
/PHP-5.3/ext/filter/
H A Dlogical_filters.c72 const char *end = str + str_len; in php_filter_parse_int() local
118 const char *end = str + str_len; in php_filter_parse_octal() local
141 const char *end = str + str_len; in php_filter_parse_hex() local
301 char *str, *end; in php_filter_float() local
555 const char *end = str + str_len; in _php_filter_validate_ipv4() local
594 char *end; in _php_filter_validate_ipv6() local
/PHP-5.3/ext/date/lib/
H A Dastro.h37 #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
/PHP-5.3/main/
H A Dfopen_wrappers.c87 char **p, *pathbuf, *ptr, *end; in ZEND_INI_MH() local
300 char *end; local
349 char *end; local
541 const char *ptr, *end, *p; local
681 char *pathbuf, *ptr, *end; local

Completed in 79 milliseconds

12345