Home
last modified time | relevance | path

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

123456

/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_charset.c200 static unsigned int check_mb_big5(const char *start, const char *end) in check_mb_big5()
218 static unsigned int check_mb_cp932(const char *start, const char *end) in check_mb_cp932()
235 static unsigned int check_mb_euckr(const char *start, const char *end) in check_mb_euckr()
263 static unsigned int check_mb_eucjpms(const char *start, const char *end) in check_mb_eucjpms()
300 static unsigned int check_mb_gb2312(const char *start, const char *end) in check_mb_gb2312()
318 static unsigned int check_mb_gbk(const char *start, const char *end) in check_mb_gbk()
335 static unsigned int check_mb_sjis(const char *start, const char *end) in check_mb_sjis()
367 static unsigned int check_mb_ujis(const char *start, const char *end) in check_mb_ujis()
397 static unsigned int check_mb_utf16(const char *start, const char *end) in check_mb_utf16()
782 const char *end = escapestr + escapestr_len; in mysqlnd_cset_escape_quotes() local
[all …]
/PHP-7.0/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()
477 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in onigenc_get_case_fold_codes_by_str_with_map()
564 onigenc_is_mbc_newline_0x0a(const UChar* p, const UChar* end) in onigenc_is_mbc_newline_0x0a()
642 onigenc_mbn_mbc_to_code(OnigEncoding enc, const UChar* p, const UChar* end) in onigenc_mbn_mbc_to_code()
758 onigenc_minimum_property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) in onigenc_minimum_property_name_to_ctype()
822 onigenc_with_ascii_strncmp(OnigEncoding enc, const UChar* p, const UChar* end, in onigenc_with_ascii_strncmp()
H A Dregparse.c219 onig_strcpy(UChar* dest, const UChar* src, const UChar* end) in onig_strcpy()
230 strdup_with_null(OnigEncoding enc, UChar* s, UChar* end) in strdup_with_null()
311 UChar* end; member
1496 node_new_str(const UChar* s, const UChar* end) in node_new_str()
1514 onig_node_new_str(const UChar* s, const UChar* end) in onig_node_new_str()
1520 node_new_str_raw(UChar* s, UChar* end) in node_new_str_raw()
2409 fetch_escaped_value(UChar** src, UChar* end, ScanEnv* env) in fetch_escaped_value()
2617 fetch_name(OnigCodePoint start_code, UChar** src, UChar* end, in fetch_name()
5044 UChar** src, UChar* end, ScanEnv* env) in parse_exp()
5435 UChar** src, UChar* end, ScanEnv* env) in parse_branch()
[all …]
/PHP-7.0/Zend/
H A Dzend_opcode.c161 zval *end = p + ce->default_static_members_count; in zend_cleanup_user_class_data() local
179 zval *end = p + ce->default_static_members_count; in zend_cleanup_internal_class_data() local
261 zval *end = p + ce->default_properties_count; in destroy_zend_class() local
271 zval *end = p + ce->default_static_members_count; in destroy_zend_class() local
304 zval *end = p + ce->default_properties_count; in destroy_zend_class() local
314 zval *end = p + ce->default_static_members_count; in destroy_zend_class() local
344 zval *end; in destroy_op_array() local
462 zend_op *opline = op_array->opcodes, *end=opline+op_array->last; in zend_update_extended_info() local
579 zend_op *opline, *end; in pass_two() local
H A Dzend_gc.c321 Bucket *p, *end; in gc_scan_black() local
335 zval *zv, *end; in gc_scan_black() local
429 Bucket *p, *end; in gc_mark_grey() local
445 zval *zv, *end; in gc_mark_grey() local
557 Bucket *p, *end; in gc_scan() local
573 zval *zv, *end; in gc_scan() local
716 Bucket *p, *end; local
736 zval *zv, *end; local
902 Bucket *p, *end; local
930 zval *zv, *end; local
H A Dzend_objects.c32 zval *p, *end; in zend_object_std_init() local
56 zval *p, *end; in zend_object_std_dtor() local
174 zval *end = src + old_object->ce->default_properties_count; in zend_objects_clone_members() local
H A Dzend_language_scanner.c899 char *end; in zend_scan_escape_string() local
1838 YYCTYPE *end = YYCURSOR + heredoc_label->length; in lex_scan() local
2325 char *end; in lex_scan() local
2522 char *end; in lex_scan() local
3282 const char *end; in lex_scan() local
4036 char *end; in lex_scan() local
4090 char *end; in lex_scan() local
5362 YYCTYPE *end = YYCURSOR + heredoc_label->length; in lex_scan() local
7463 YYCTYPE *end = YYCURSOR + heredoc_label->length; in lex_scan() local
7659 char *end; in lex_scan() local
H A Dzend_sort.c33 register char *end; in zend_qsort() local
180 char *end = start + (nmemb * siz); in zend_insert_sort() local
326 char *end = start + (nmemb * siz); in zend_sort() local
H A Dzend_objects_API.c66 zend_object **end = objects->object_buckets + objects->top; in zend_objects_store_mark_destructed() local
81 zend_object **obj_ptr, **end, *obj; in zend_objects_store_free_object_storage() local
/PHP-7.0/ext/opcache/
H A Dzend_file_cache.c256 Bucket *p, *end; in zend_file_cache_serialize_hash() local
391 zval *p, *end; in zend_file_cache_serialize_op_array() local
405 zend_op *opline, *end; in zend_file_cache_serialize_op_array() local
456 zend_arg_info *p, *end; in zend_file_cache_serialize_op_array() local
554 zval *p, *end; in zend_file_cache_serialize_class() local
566 zval *p, *end; in zend_file_cache_serialize_class() local
843 Bucket *p, *end; in zend_file_cache_unserialize_hash() local
967 zval *p, *end; in zend_file_cache_unserialize_op_array() local
979 zend_op *opline, *end; in zend_file_cache_unserialize_op_array() local
1118 zval *p, *end; in zend_file_cache_unserialize_class() local
[all …]
H A Dzend_accelerator_util_funcs.c231 Bucket *p, *q, *end; in zend_hash_clone_constants() local
275 Bucket *p, *q, *end; in zend_hash_clone_methods() local
333 Bucket *p, *q, *end; in zend_hash_clone_prop_info() local
395 zval *src, *dst, *end; in zend_class_copy_ctor() local
526 Bucket *p, *end; in zend_accel_function_hash_copy() local
570 Bucket *p, *end; in zend_accel_function_hash_copy_from_shm() local
613 Bucket *p, *end; in zend_accel_class_hash_copy() local
659 const __m128i *end = (const __m128i*)((const char*)src + size); in fast_memcpy() local
792 signed char *end; in zend_adler32() local
/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Dutf8.c69 is_mbc_newline(const UChar* p, const UChar* end) in is_mbc_newline()
94 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code()
198 const UChar* end, UChar* fold) in mbc_case_fold()
284 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Dutf32_be.c39 utf32be_is_mbc_newline(const UChar* p, const UChar* end) in utf32be_is_mbc_newline()
86 const UChar** pp, const UChar* end, UChar* fold) in utf32be_mbc_case_fold()
161 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf32be_get_case_fold_codes_by_str()
H A Dutf32_le.c39 utf32le_is_mbc_newline(const UChar* p, const UChar* end) in utf32le_is_mbc_newline()
86 const UChar** pp, const UChar* end, UChar* fold) in utf32le_mbc_case_fold()
161 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf32le_get_case_fold_codes_by_str()
H A Dutf16_be.c58 utf16be_is_mbc_newline(const UChar* p, const UChar* end) in utf16be_is_mbc_newline()
124 const UChar** pp, const UChar* end, UChar* fold) in utf16be_mbc_case_fold()
202 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf16be_get_case_fold_codes_by_str()
H A Dutf16_le.c64 utf16le_is_mbc_newline(const UChar* p, const UChar* end) in utf16le_is_mbc_newline()
127 const UChar** pp, const UChar* end, UChar* fold) in utf16le_mbc_case_fold()
203 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf16le_get_case_fold_codes_by_str()
H A Deuc_tw.c58 euctw_mbc_to_code(const UChar* p, const UChar* end) in euctw_mbc_to_code()
70 euctw_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in euctw_mbc_case_fold()
H A Deuc_kr.c58 euckr_mbc_to_code(const UChar* p, const UChar* end) in euckr_mbc_to_code()
70 euckr_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in euckr_mbc_case_fold()
H A Dbig5.c58 big5_mbc_to_code(const UChar* p, const UChar* end) in big5_mbc_to_code()
70 big5_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in big5_mbc_case_fold()
/PHP-7.0/ext/date/lib/
H A Dastro.h61 #define civil_twilight(ts,lon,lat,start,end) \ argument
67 #define nautical_twilight(ts,lon,lat,start,end) \ argument
73 #define astronomical_twilight(ts,lon,lat,start,end) \ argument
/PHP-7.0/ext/filter/
H A Dlogical_filters.c89 const char *end = str + str_len; in php_filter_parse_int() local
140 const char *end = str + str_len; in php_filter_parse_octal() local
163 const char *end = str + str_len; in php_filter_parse_hex() local
326 char *str, *end; in php_filter_float() local
634 const char *end = str + str_len; in _php_filter_validate_ipv4() local
673 char *end; in _php_filter_validate_ipv6() local
/PHP-7.0/ext/standard/
H A Dscanf.c111 char end; member
145 char *end; in BuildCharSet() local
315 char *end, *ch = NULL; in ValidateFormat() local
586 char *end, *baseString; in php_sscanf_internal() local
/PHP-7.0/ext/opcache/Optimizer/
H A Dzend_optimizer.c80 zend_op *end = opline + op_array->last; in zend_optimizer_lookup_cv() local
368 zend_op *end = op_array->opcodes + op_array->last; in zend_optimizer_replace_by_const() local
574 zend_op *opline, *end; in zend_accel_optimize() local
666 zend_op *opline, *end; in zend_accel_adjust_fcall_stack_size() local
/PHP-7.0/main/
H A Dfopen_wrappers.c82 char **p, *pathbuf, *ptr, *end; in ZEND_INI_MH() local
290 char *end; local
483 const char *ptr, *end, *p; local
628 char *pathbuf, *ptr, *end; local

Completed in 178 milliseconds

123456