/PHP-7.2/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() 781 const char *end = escapestr + escapestr_len; in mysqlnd_cset_escape_quotes() local [all …]
|
/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | utf16_be.c | 58 is_valid_mbc_string(const UChar* s, const UChar* end) in is_valid_mbc_string() 64 utf16be_is_mbc_newline(const UChar* p, const UChar* end) in utf16be_is_mbc_newline() 85 utf16be_mbc_to_code(const UChar* p, const UChar* end) in utf16be_mbc_to_code() 133 const UChar** pp, const UChar* end, UChar* fold) in utf16be_mbc_case_fold() 211 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf16be_get_case_fold_codes_by_str()
|
H A D | utf16_le.c | 64 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string() 79 utf16le_is_mbc_newline(const UChar* p, const UChar* end) in utf16le_is_mbc_newline() 100 utf16le_mbc_to_code(const UChar* p, const UChar* end) in utf16le_mbc_to_code() 144 const UChar** pp, const UChar* end, UChar* fold) in utf16le_mbc_case_fold() 220 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf16le_get_case_fold_codes_by_str()
|
H A D | utf32_be.c | 39 is_valid_mbc_string(const UChar* s, const UChar* end) in is_valid_mbc_string() 45 utf32be_is_mbc_newline(const UChar* p, const UChar* end) in utf32be_is_mbc_newline() 94 const UChar** pp, const UChar* end, UChar* fold) in utf32be_mbc_case_fold() 169 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf32be_get_case_fold_codes_by_str()
|
H A D | utf32_le.c | 39 is_valid_mbc_string(const UChar* s, const UChar* end) in is_valid_mbc_string() 45 utf32le_is_mbc_newline(const UChar* p, const UChar* end) in utf32le_is_mbc_newline() 94 const UChar** pp, const UChar* end, UChar* fold) in utf32le_mbc_case_fold() 169 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf32le_get_case_fold_codes_by_str()
|
H A D | utf8.c | 70 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string() 94 is_mbc_newline(const UChar* p, const UChar* end) in is_mbc_newline() 119 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code() 223 const UChar* end, UChar* fold) in mbc_case_fold() 309 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
|
H A D | euc_tw.c | 58 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string() 97 euctw_mbc_to_code(const UChar* p, const UChar* end) in euctw_mbc_to_code() 109 euctw_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in euctw_mbc_case_fold()
|
H A D | euc_kr.c | 58 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string() 82 euckr_mbc_to_code(const UChar* p, const UChar* end) in euckr_mbc_to_code() 94 euckr_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in euckr_mbc_case_fold()
|
H A D | big5.c | 58 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string() 83 big5_mbc_to_code(const UChar* p, const UChar* end) in big5_mbc_to_code() 95 big5_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in big5_mbc_case_fold()
|
H A D | regenc.c | 126 onigenc_step(OnigEncoding enc, const UChar* p, const UChar* end, int n) in onigenc_step() 136 onigenc_strlen(OnigEncoding enc, const UChar* p, const UChar* end) in onigenc_strlen() 502 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in onigenc_get_case_fold_codes_by_str_with_map() 589 onigenc_is_mbc_newline_0x0a(const UChar* p, const UChar* end) in onigenc_is_mbc_newline_0x0a() 675 const UChar* p, const UChar* end) in onigenc_length_check_is_valid_mbc_string() 688 onigenc_is_valid_mbc_string(OnigEncoding enc, const UChar* s, const UChar* end) in onigenc_is_valid_mbc_string() 694 onigenc_mbn_mbc_to_code(OnigEncoding enc, const UChar* p, const UChar* end) in onigenc_mbn_mbc_to_code() 810 onigenc_minimum_property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) in onigenc_minimum_property_name_to_ctype() 874 onigenc_with_ascii_strncmp(OnigEncoding enc, const UChar* p, const UChar* end, in onigenc_with_ascii_strncmp()
|
H A D | euc_jp.c | 60 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string() 96 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code() 230 property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) in property_name_to_ctype()
|
H A D | sjis.c | 80 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string() 129 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code() 262 property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) in property_name_to_ctype()
|
H A D | gb18030.c | 79 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string() 119 gb18030_mbc_to_code(const UChar* p, const UChar* end) in gb18030_mbc_to_code() 131 gb18030_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in gb18030_mbc_case_fold()
|
/PHP-7.2/Zend/ |
H A D | zend_opcode.c | 175 zval *end = p + ce->default_static_members_count; in zend_cleanup_internal_class_data() local 260 zval *end = p + ce->default_properties_count; in destroy_zend_class() local 270 zval *end = p + ce->default_static_members_count; in destroy_zend_class() local 315 zval *end = p + ce->default_properties_count; in destroy_zend_class() local 325 zval *end = p + ce->default_static_members_count; in destroy_zend_class() local 374 zval *end; in destroy_op_array() local 492 zend_op *opline = op_array->opcodes, *end=opline+op_array->last; in zend_update_extended_info() local 561 zend_op *opline, *end; in pass_two() local
|
H A D | zend_gc.c | 371 Bucket *p, *end; in gc_scan_black() local 385 zval *zv, *end; in gc_scan_black() local 482 Bucket *p, *end; in gc_mark_grey() local 498 zval *zv, *end; in gc_mark_grey() local 603 Bucket *p, *end; in gc_scan() local 619 zval *zv, *end; in gc_scan() local 764 Bucket *p, *end; local 784 zval *zv, *end; local 952 Bucket *p, *end; local 987 zval *zv, *end; local
|
H A D | zend_objects.c | 45 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 249 zval *end = p + new_object->ce->default_properties_count; in zend_objects_clone_obj() local
|
H A D | zend_language_scanner.c | 879 char *end; in zend_scan_escape_string() local 1474 char *end; in lex_scan() local 1665 char *end; in lex_scan() local 2427 const char *end; in lex_scan() local 3184 char *end; in lex_scan() local 3238 char *end; in lex_scan() local 4510 YYCTYPE *end = YYCURSOR + heredoc_label->length; in lex_scan() local 6977 YYCTYPE *end = YYCURSOR + heredoc_label->length; in lex_scan() local 7423 char *end; in lex_scan() local 7749 YYCTYPE *end = YYCURSOR + heredoc_label->length; in lex_scan() local
|
H A D | zend_objects_API.c | 72 zend_object **end = objects->object_buckets + objects->top; in zend_objects_store_mark_destructed() local 87 zend_object **obj_ptr, **end, *obj; in zend_objects_store_free_object_storage() local
|
H A D | zend_sort.c | 33 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
|
/PHP-7.2/ext/opcache/ |
H A D | zend_file_cache.c | 265 Bucket *p, *end; local 400 zval *p, *end; local 413 zend_op *opline, *end; local 463 zend_arg_info *p, *end; local 592 zval *p, *end; local 604 zval *p, *end; local 923 Bucket *p, *end; local 1051 zval *p, *end; local 1063 zend_op *opline, *end; local 1229 zval *p, *end; local [all …]
|
H A D | zend_accelerator_util_funcs.c | 174 Bucket *p, *q, *end; in zend_hash_clone_constants() local 225 Bucket *p, *q, *end; in zend_hash_clone_methods() local 283 Bucket *p, *q, *end; in zend_hash_clone_prop_info() local 345 zval *src, *dst, *end; in zend_class_copy_ctor() local 476 Bucket *p, *end; in zend_accel_function_hash_copy() local 520 Bucket *p, *end; in zend_accel_function_hash_copy_from_shm() local 563 Bucket *p, *end; in zend_accel_class_hash_copy() local 609 const __m128i *end = (const __m128i*)((const char*)src + size); in fast_memcpy() local 742 unsigned char *end; in zend_adler32() local
|
/PHP-7.2/ext/opcache/Optimizer/ |
H A D | block_pass.c | 167 zend_op *end, *last_op = NULL; in zend_optimize_block() local 879 zend_basic_block *end = blocks + cfg->blocks_count; in assemble_code_blocks() local 911 zend_op *end = op + b->len; in assemble_code_blocks() local 1030 zend_op *end = opline + len; in assemble_code_blocks() local 1080 zend_op *end = opline + len; in assemble_code_blocks() local 1100 zend_op *end; in assemble_code_blocks() local 1608 zend_op *opline, *end; in zend_t_usage() local 1842 zend_op *end = op + bb->len; in zend_merge_blocks() local 1884 zend_basic_block *blocks, *end, *b; in zend_optimize_cfg() local
|
/PHP-7.2/ext/date/lib/ |
H A D | astro.h | 61 #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.2/ext/filter/ |
H A D | logical_filters.c | 89 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 644 const char *end = str + str_len; in _php_filter_validate_ipv4() local 683 char *end; in _php_filter_validate_ipv6() local
|
/PHP-7.2/ext/standard/ |
H A D | scanf.c | 111 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
|