Home
last modified time | relevance | path

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

1234567

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_charset.c199 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.3/Zend/
H A Dzend_opcode.c146 zval *end = p + ce->default_static_members_count; in zend_cleanup_internal_class_data() local
219 zval *end = p + ce->default_properties_count; in destroy_zend_class() local
229 zval *end = p + ce->default_static_members_count; in destroy_zend_class() local
275 zval *end = p + ce->default_properties_count; in destroy_zend_class() local
285 zval *end = p + ce->default_static_members_count; in destroy_zend_class() local
371 zval *end = literal + op_array->last_literal; in destroy_op_array() local
425 zend_op *opline = op_array->opcodes, *end=opline+op_array->last; in zend_update_extended_info() local
508 zend_op *opline, *end; in pass_two() local
H A Dzend_objects.c42 zval *p, *end; in zend_object_std_dtor() local
188 zval *end = src + old_object->ce->default_properties_count; in zend_objects_clone_members() local
279 zval *end = p + new_object->ce->default_properties_count; in zend_objects_clone_obj() local
H A Dzend_gc.c686 Bucket *p, *end; in gc_scan_black() local
698 zval *zv, *end; in gc_scan_black() local
806 Bucket *p, *end; in gc_mark_grey() local
820 zval *zv, *end; in gc_mark_grey() local
988 Bucket *p, *end; in gc_scan() local
1013 zval *zv, *end; in gc_scan() local
1161 Bucket *p, *end; in gc_collect_white() local
1178 zval *zv, *end; in gc_collect_white() local
1308 uint32_t idx, end; in gc_collect_roots() local
1349 Bucket *p, *end; in gc_remove_nested_data_from_buffer() local
[all …]
H A Dzend_objects_API.c70 zend_object **end = objects->object_buckets + objects->top; in zend_objects_store_mark_destructed() local
85 zend_object **obj_ptr, **end, *obj; in zend_objects_store_free_object_storage() local
H A Dzend_sort.c31 register char *end; in zend_qsort() local
178 char *end = start + (nmemb * siz); in zend_insert_sort() local
324 char *end = start + (nmemb * siz); in zend_sort() local
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dutf32_be.c39 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()
93 const UChar** pp, const UChar* end, UChar* fold) in utf32be_mbc_case_fold()
135 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf32be_get_case_fold_codes_by_str()
H A Dutf32_le.c39 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()
93 const UChar** pp, const UChar* end, UChar* fold) in utf32le_mbc_case_fold()
136 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf32le_get_case_fold_codes_by_str()
H A Dutf16_be.c104 is_valid_mbc_string(const UChar* s, const UChar* end) in is_valid_mbc_string()
128 utf16be_is_mbc_newline(const UChar* p, const UChar* end) in utf16be_is_mbc_newline()
203 const UChar** pp, const UChar* end, UChar* fold) in utf16be_mbc_case_fold()
248 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf16be_get_case_fold_codes_by_str()
H A Dutf16_le.c116 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string()
140 utf16le_is_mbc_newline(const UChar* p, const UChar* end) in utf16le_is_mbc_newline()
204 const UChar** pp, const UChar* end, UChar* fold) in utf16le_mbc_case_fold()
248 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf16le_get_case_fold_codes_by_str()
H A Dutf8.c77 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string()
101 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code()
209 const UChar* end, UChar* fold) in mbc_case_fold()
258 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Deuc_tw.c72 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string()
111 euctw_mbc_to_code(const UChar* p, const UChar* end) in euctw_mbc_to_code()
123 euctw_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in euctw_mbc_case_fold()
H A Deuc_kr.c68 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string()
92 euckr_mbc_to_code(const UChar* p, const UChar* end) in euckr_mbc_to_code()
104 euckr_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in euckr_mbc_case_fold()
H A Dregenc.c146 onigenc_strdup(OnigEncoding enc, const UChar* s, const UChar* end) in onigenc_strdup()
213 onigenc_step(OnigEncoding enc, const UChar* p, const UChar* end, int n) in onigenc_step()
223 onigenc_strlen(OnigEncoding enc, const UChar* p, const UChar* end) in onigenc_strlen()
589 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in onigenc_get_case_fold_codes_by_str_with_map()
676 onigenc_is_mbc_newline_0x0a(const UChar* p, const UChar* end) in onigenc_is_mbc_newline_0x0a()
750 const UChar* p, const UChar* end) in onigenc_length_check_is_valid_mbc_string()
763 onigenc_is_valid_mbc_string(OnigEncoding enc, const UChar* s, const UChar* end) in onigenc_is_valid_mbc_string()
769 onigenc_mbn_mbc_to_code(OnigEncoding enc, const UChar* p, const UChar* end) in onigenc_mbn_mbc_to_code()
852 onigenc_minimum_property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) in onigenc_minimum_property_name_to_ctype()
886 onigenc_is_mbc_word_ascii(OnigEncoding enc, UChar* s, const UChar* end) in onigenc_is_mbc_word_ascii()
[all …]
H A Dbig5.c68 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string()
93 big5_mbc_to_code(const UChar* p, const UChar* end) in big5_mbc_to_code()
105 big5_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in big5_mbc_case_fold()
H A Dsjis.c80 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string()
126 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code()
229 property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) in property_name_to_ctype()
H A Deuc_jp.c60 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()
211 property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) in property_name_to_ctype()
H A Dgb18030.c94 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string()
134 gb18030_mbc_to_code(const UChar* p, const UChar* end) in gb18030_mbc_to_code()
146 gb18030_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in gb18030_mbc_case_fold()
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c173 Bucket *p, *q, *end; in zend_hash_clone_constants() local
224 Bucket *p, *q, *end; in zend_hash_clone_methods() local
282 Bucket *p, *q, *end; in zend_hash_clone_prop_info() local
344 zval *src, *dst, *end; in zend_class_copy_ctor() local
368 int i, end; in zend_class_copy_ctor() local
468 Bucket *p, *end; in zend_accel_function_hash_copy() local
512 Bucket *p, *end; in zend_accel_function_hash_copy_from_shm() local
555 Bucket *p, *end; in zend_accel_class_hash_copy() local
592 Bucket *p, *end; in zend_accel_class_hash_copy_from_shm() local
677 const __m256 *end = (const __m256*)((const char*)src + size); in fast_memcpy() local
[all …]
H A Dzend_file_cache.c273 Bucket *p, *end; local
406 zval *p, *end; local
419 zend_op *opline, *end; local
486 zend_arg_info *p, *end; local
615 zval *p, *end; local
627 zval *table, *p, *end; local
922 Bucket *p, *end; local
1043 zval *p, *end; local
1055 zend_op *opline, *end; local
1234 zval *p, *end; local
[all …]
/PHP-7.3/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.3/ext/opcache/Optimizer/
H A Dblock_pass.c169 zend_op *end, *last_op = NULL; in zend_optimize_block() local
910 zend_basic_block *end = blocks + cfg->blocks_count; in assemble_code_blocks() local
942 zend_op *end = op + b->len; in assemble_code_blocks() local
1061 zend_op *end = opline + len; in assemble_code_blocks() local
1643 zend_op *opline, *end; in zend_t_usage() local
1879 zend_op *end = op + bb->len; in zend_merge_blocks() local
1922 zend_basic_block *blocks, *end, *b; in zend_optimize_cfg() local
/PHP-7.3/ext/standard/
H A Dscanf.c109 char end; member
143 char *end; in BuildCharSet() local
313 char *end, *ch = NULL; in ValidateFormat() local
584 char *end, *baseString; in php_sscanf_internal() local
/PHP-7.3/ext/filter/
H A Dlogical_filters.c87 const char *end = str + str_len; in php_filter_parse_int() local
138 const char *end = str + str_len; in php_filter_parse_octal() local
161 const char *end = str + str_len; in php_filter_parse_hex() local
324 char *str, *end; in php_filter_float() local
696 const char *end = str + str_len; in _php_filter_validate_ipv4() local
735 char *end; in _php_filter_validate_ipv6() local
/PHP-7.3/main/
H A Dfopen_wrappers.c78 char **p, *pathbuf, *ptr, *end; in ZEND_INI_MH() local
286 char *end; local
477 const char *ptr, *end, *p; local
622 char *pathbuf, *ptr, *end; local

Completed in 102 milliseconds

1234567