Home
last modified time | relevance | path

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

1234567

/PHP-7.1/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.1/Zend/
H A Dzend_opcode.c159 zval *end = p + ce->default_static_members_count; in zend_cleanup_user_class_data() local
177 zval *end = p + ce->default_static_members_count; in zend_cleanup_internal_class_data() local
259 zval *end = p + ce->default_properties_count; in destroy_zend_class() local
269 zval *end = p + ce->default_static_members_count; in destroy_zend_class() local
314 zval *end = p + ce->default_properties_count; in destroy_zend_class() local
324 zval *end = p + ce->default_static_members_count; in destroy_zend_class() local
364 zval *end; in destroy_op_array() local
482 zend_op *opline = op_array->opcodes, *end=opline+op_array->last; in zend_update_extended_info() local
551 zend_op *opline, *end; in pass_two() local
H A Dzend_gc.c371 Bucket *p, *end; in gc_scan_black() local
385 zval *zv, *end; in gc_scan_black() local
479 Bucket *p, *end; in gc_mark_grey() local
495 zval *zv, *end; in gc_mark_grey() local
607 Bucket *p, *end; in gc_scan() local
623 zval *zv, *end; in gc_scan() local
765 Bucket *p, *end; local
785 zval *zv, *end; local
950 Bucket *p, *end; local
977 zval *zv, *end; local
H A Dzend_objects.c32 zval *p, *end; in zend_object_std_init() local
55 zval *p, *end; in zend_object_std_dtor() local
183 zval *end = src + old_object->ce->default_properties_count; in zend_objects_clone_members() local
H A Dzend_language_scanner.c878 char *end; in zend_scan_escape_string() local
1825 YYCTYPE *end = YYCURSOR + heredoc_label->length; in lex_scan() local
2313 char *end; in lex_scan() local
2510 char *end; in lex_scan() local
3270 const char *end; in lex_scan() local
4024 char *end; in lex_scan() local
4078 char *end; in lex_scan() local
5350 YYCTYPE *end = YYCURSOR + heredoc_label->length; in lex_scan() local
7452 YYCTYPE *end = YYCURSOR + heredoc_label->length; in lex_scan() local
7647 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.1/ext/mbstring/oniguruma/enc/
H A Dutf16_be.c58 utf16be_is_mbc_newline(const UChar* p, const UChar* end) in utf16be_is_mbc_newline()
78 utf16be_mbc_to_code(const UChar* p, const UChar* end) in utf16be_mbc_to_code()
126 const UChar** pp, const UChar* end, UChar* fold) in utf16be_mbc_case_fold()
204 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()
84 utf16le_mbc_to_code(const UChar* p, const UChar* end) in utf16le_mbc_to_code()
128 const UChar** pp, const UChar* end, UChar* fold) in utf16le_mbc_case_fold()
204 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf16le_get_case_fold_codes_by_str()
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()
87 const UChar** pp, const UChar* end, UChar* fold) in utf32be_mbc_case_fold()
162 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()
87 const UChar** pp, const UChar* end, UChar* fold) in utf32le_mbc_case_fold()
162 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf32le_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.1/ext/opcache/
H A Dzend_file_cache.c261 Bucket *p, *end; in zend_file_cache_serialize_hash() local
396 zval *p, *end; in zend_file_cache_serialize_op_array() local
409 zend_op *opline, *end; in zend_file_cache_serialize_op_array() local
457 zend_arg_info *p, *end; in zend_file_cache_serialize_op_array() local
579 zval *p, *end; in zend_file_cache_serialize_class() local
591 zval *p, *end; in zend_file_cache_serialize_class() local
896 Bucket *p, *end; in zend_file_cache_unserialize_hash() local
1024 zval *p, *end; in zend_file_cache_unserialize_op_array() local
1036 zend_op *opline, *end; in zend_file_cache_unserialize_op_array() local
1196 zval *p, *end; in zend_file_cache_unserialize_class() local
[all …]
H A Dzend_accelerator_util_funcs.c174 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 signed char *end; in zend_adler32() local
/PHP-7.1/ext/opcache/Optimizer/
H A Dblock_pass.c146 zend_op *end, *last_op = NULL; in zend_optimize_block() local
801 zend_basic_block *end = blocks + cfg->blocks_count; in assemble_code_blocks() local
833 zend_op *end = op + b->len; in assemble_code_blocks() local
938 zend_op *end = opline + len; in assemble_code_blocks() local
988 zend_op *end = opline + len; in assemble_code_blocks() local
1008 zend_op *end; in assemble_code_blocks() local
1515 zend_op *opline, *end; in zend_t_usage() local
1750 zend_op *end = op + bb->len; in zend_merge_blocks() local
1788 zend_basic_block *blocks, *end, *b; in zend_optimize_cfg() local
H A Dzend_optimizer.c89 zend_op *end = opline + op_array->last; in zend_optimizer_lookup_cv() local
396 zend_op *end = opline + op_array->last; in zend_optimizer_remove_live_range() local
420 zend_op *end = op_array->opcodes + op_array->last; in zend_optimizer_replace_by_const() local
816 zend_op *opline, *end; in zend_revert_pass_two() local
833 zend_op *opline, *end; in zend_redo_pass_two() local
852 zend_op *opline, *end; in zend_redo_pass_two_ex() local
893 zend_op *opline, *end; in zend_adjust_fcall_stack_size() local
/PHP-7.1/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.1/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
644 const char *end = str + str_len; in _php_filter_validate_ipv4() local
683 char *end; in _php_filter_validate_ipv6() local
/PHP-7.1/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.1/ext/mbstring/oniguruma/
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()
314 UChar* end; member
1499 node_new_str(const UChar* s, const UChar* end) in node_new_str()
1517 onig_node_new_str(const UChar* s, const UChar* end) in onig_node_new_str()
1523 node_new_str_raw(UChar* s, UChar* end) in node_new_str_raw()
2412 fetch_escaped_value(UChar** src, UChar* end, ScanEnv* env) in fetch_escaped_value()
2620 fetch_name(OnigCodePoint start_code, UChar** src, UChar* end, in fetch_name()
5049 UChar** src, UChar* end, ScanEnv* env) in parse_exp()
5440 UChar** src, UChar* end, ScanEnv* env) in parse_branch()
[all …]
/PHP-7.1/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 107 milliseconds

1234567