Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_charset.c199 static unsigned int check_mb_big5(const char * const start, const char * const end) in check_mb_big5()
217 static unsigned int check_mb_cp932(const char * const start, const char * const end) in check_mb_cp932()
234 static unsigned int check_mb_euckr(const char * const start, const char * const end) in check_mb_euckr()
299 static unsigned int check_mb_gb2312(const char * const start, const char * const end) in check_mb_gb2312()
317 static unsigned int check_mb_gbk(const char * const start, const char * const end) in check_mb_gbk()
334 static unsigned int check_mb_sjis(const char * const start, const char * const end) in check_mb_sjis()
366 static unsigned int check_mb_ujis(const char * const start, const char * const end) in check_mb_ujis()
396 static unsigned int check_mb_utf16(const char * const start, const char * const end) in check_mb_utf16()
459 static unsigned int my_ismbchar_gb18030(const char * start, const char * end) in my_ismbchar_gb18030()
781 const char *end = escapestr + escapestr_len; in mysqlnd_cset_escape_quotes() local
[all …]
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c81 Bucket *p, *end; in zend_accel_move_user_functions() local
112 Bucket *p, *end; in zend_accel_move_user_classes() local
143 Bucket *p, *end; in zend_hash_clone_constants() local
172 Bucket *p, *end; in zend_hash_clone_methods() local
212 Bucket *p, *end; in zend_hash_clone_prop_info() local
281 int i, end; in zend_class_copy_ctor() local
413 Bucket *p, *end; in zend_accel_function_hash_copy() local
465 Bucket *p, *end; in zend_accel_function_hash_copy_from_shm() local
508 Bucket *p, *end; in zend_accel_class_hash_copy() local
545 Bucket *p, *end; in zend_accel_class_hash_copy_from_shm() local
[all …]
H A Dzend_file_cache.c275 Bucket *p, *end; local
448 zval *p, *end; local
461 zend_op *opline, *end; local
526 zend_arg_info *p, *end; local
654 zval *p, *end; local
666 zval *p, *end; local
1001 Bucket *p, *end; local
1168 zval *p, *end; local
1180 zend_op *opline, *end; local
1358 zval *p, *end; local
[all …]
H A Dzend_accelerator_blacklist.c80 char regexp[12*1024], *p, *end, *c, *backtrack = NULL; in zend_accel_blacklist_update_regexp() local
210 zend_blacklist_entry *p = blacklist->entries, *end = blacklist->entries + blacklist->pos; in zend_accel_blacklist_shutdown() local
H A Dzend_persist.c372 zval *p, *end; in zend_persist_op_array_ex() local
391 zend_op *end = new_opcodes + op_array->last; in zend_persist_op_array_ex() local
880 int i, end; in zend_update_parent_ce() local
/PHP-7.4/Zend/
H A Dzend_opcode.c154 zval *end = p + ce->default_static_members_count; in zend_cleanup_internal_class_data() local
273 zval *end = p + ce->default_properties_count; in destroy_zend_class() local
283 zval *end = p + ce->default_static_members_count; in destroy_zend_class() local
350 zval *end = p + ce->default_properties_count; in destroy_zend_class() local
360 zval *end = p + ce->default_static_members_count; in destroy_zend_class() local
455 zval *end = literal + op_array->last_literal; in destroy_op_array() local
509 zend_op *opline = op_array->opcodes, *end=opline+op_array->last; in zend_update_extended_stmts() local
577 zend_op_array *op_array, uint32_t var_num, uint32_t kind, uint32_t start, uint32_t end) { in emit_live_range_raw()
593 zend_op_array *op_array, uint32_t var_num, uint32_t start, uint32_t end, in emit_live_range()
881 zend_op *opline, *end; in pass_two() local
H A Dzend_objects.c48 zval *p, *end; in zend_object_std_dtor() local
208 zval *end = src + old_object->ce->default_properties_count; in zend_objects_clone_members() local
306 zval *end = p + new_object->ce->default_properties_count; in zend_objects_clone_obj() local
H A Dzend_gc.c694 Bucket *p, *end; in gc_scan_black() local
704 zval *zv, *end; in gc_scan_black() local
812 Bucket *p, *end; in gc_mark_grey() local
824 zval *zv, *end; in gc_mark_grey() local
987 Bucket *p, *end; in gc_scan() local
1010 zval *zv, *end; in gc_scan() local
1158 Bucket *p, *end; in gc_collect_white() local
1173 zval *zv, *end; in gc_collect_white() local
1289 uint32_t idx, end; in gc_collect_roots() local
1330 Bucket *p, *end; in gc_remove_nested_data_from_buffer() local
[all …]
H A Dzend_objects_API.c69 zend_object **end = objects->object_buckets + objects->top; in zend_objects_store_mark_destructed() local
84 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
H A Dzend_hash.c382 Bucket *p, *end, *arData; in zend_hash_discard() local
557 HashTableIterator *end = iter + EG(ht_iterators_used); in _zend_hash_iterators_remove() local
577 HashTableIterator *end = iter + EG(ht_iterators_used); in zend_hash_iterators_lower_pos() local
594 HashTableIterator *end = iter + EG(ht_iterators_used); in _zend_hash_iterators_update() local
1527 Bucket *p, *end; in zend_hash_destroy() local
1589 Bucket *p, *end; in zend_array_destroy() local
1642 Bucket *p, *end; in zend_hash_clean() local
1711 Bucket *p, *end; in zend_symtable_clean() local
2000 Bucket *end = p + source->nNumUsed; in zend_array_dup_packed_elements() local
2017 Bucket *end = p + source->nNumUsed; in zend_array_dup_elements() local
[all …]
/PHP-7.4/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
H A Dparse_iso_intervals.c80 timelib_time *end; member
110 char *begin, *end, *str; in timelib_get_nr() local
933 timelib_time **begin, timelib_time **end, in timelib_strtointerval()
/PHP-7.4/ext/opcache/Optimizer/
H A Dblock_pass.c169 zend_op *end, *last_op = NULL; in zend_optimize_block() local
913 zend_basic_block *end = blocks + cfg->blocks_count; in assemble_code_blocks() local
953 zend_op *end = op + b->len; in assemble_code_blocks() local
1070 zend_op *end = opline + len; in assemble_code_blocks() local
1615 zend_op *opline, *end; in zend_t_usage() local
1846 zend_op *end = op + bb->len; in zend_merge_blocks() local
1889 zend_basic_block *blocks, *end, *b; in zend_optimize_cfg() local
H A Dzend_optimizer.c559 zend_op *end = op_array->opcodes + op_array->last; in zend_optimizer_replace_by_const() local
623 zend_op *end = op_array->opcodes + op_array->last; in zend_optimizer_replace_by_const() local
1067 zend_op *opline, *end; in zend_revert_pass_two() local
1091 zend_op *opline, *end; in zend_redo_pass_two() local
1166 zend_op *opline, *end; in zend_redo_pass_two_ex() local
1276 zend_op *opline, *end; in zend_adjust_fcall_stack_size() local
H A Dpass2.c38 zend_op *end = op_array->opcodes + op_array->last; in zend_optimizer_pass2() local
H A Dnop_removal.c36 zend_op *end, *opline; in zend_optimizer_nop_removal() local
/PHP-7.4/ext/standard/
H A Dscanf.c107 char end; member
141 char *end; in BuildCharSet() local
311 char *end, *ch = NULL; in ValidateFormat() local
582 char *end, *baseString; in php_sscanf_internal() local
H A Durl.c202 char *end; in php_url_parse_ex2() local
268 char *end; in php_url_parse_ex2() local
472 unsigned char const *from, *end; in php_url_encode() local
/PHP-7.4/ext/filter/
H A Dlogical_filters.c99 const char *end = str + str_len; in php_filter_parse_int() local
150 const char *end = str + str_len; in php_filter_parse_octal() local
173 const char *end = str + str_len; in php_filter_parse_hex() local
336 char *str, *end; in php_filter_float() local
719 const char *end = str + str_len; in _php_filter_validate_ipv4() local
758 char *end; in _php_filter_validate_ipv6() local
/PHP-7.4/main/
H A Dfopen_wrappers.c78 char **p, *pathbuf, *ptr, *end; in ZEND_INI_MH() local
295 char *end; local
486 const char *ptr, *end, *p; local
637 char *pathbuf, *ptr, *end; local
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Deaw_table.h3 int end; member
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_str.h8 char *d, *end; in str_purify_filename() local
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c44 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument
46 #define onig_match_with_param(re, str, end, at, region, option, mp) \ argument
682 int gn, beg, end; in mb_regex_groups_iter() local
871 static int _php_mb_onig_search(regex_t* reg, const OnigUChar* str, const OnigUChar* end, const Onig… in _php_mb_onig_search()
898 int i, match_len, beg, end; in _php_mb_regex_ereg_exec() local
1314 size_t beg, end; in PHP_FUNCTION() local
1428 size_t n, i, pos, len, beg, end; in _php_mb_regex_ereg_search_exec() local
1623 size_t n, i, len, beg, end; in PHP_FUNCTION() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c313 PCRE2_SPTR end; in get_chr_property_list() local
1117 PCRE2_SPTR end; in PRIV() local

Completed in 194 milliseconds

12345