Home
last modified time | relevance | path

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

123456

/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_charset.c197 static unsigned int check_mb_big5(const char * const start, const char * const end) in check_mb_big5()
215 static unsigned int check_mb_cp932(const char * const start, const char * const end) in check_mb_cp932()
232 static unsigned int check_mb_euckr(const char * const start, const char * const end) in check_mb_euckr()
297 static unsigned int check_mb_gb2312(const char * const start, const char * const end) in check_mb_gb2312()
315 static unsigned int check_mb_gbk(const char * const start, const char * const end) in check_mb_gbk()
332 static unsigned int check_mb_sjis(const char * const start, const char * const end) in check_mb_sjis()
364 static unsigned int check_mb_ujis(const char * const start, const char * const end) in check_mb_ujis()
394 static unsigned int check_mb_utf16(const char * const start, const char * const end) in check_mb_utf16()
457 static unsigned int my_ismbchar_gb18030(const char * start, const char * end) in my_ismbchar_gb18030()
779 const char *end = escapestr + escapestr_len; in mysqlnd_cset_escape_quotes() local
[all …]
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c85 Bucket *p, *end; in zend_accel_move_user_functions() local
116 Bucket *p, *end; in zend_accel_move_user_classes() local
147 Bucket *p, *end; in zend_hash_clone_constants() local
176 Bucket *p, *end; in zend_hash_clone_methods() local
216 Bucket *p, *end; in zend_hash_clone_prop_info() local
302 int i, end; in zend_class_copy_ctor() local
430 Bucket *p, *end; in zend_accel_function_hash_copy() local
482 Bucket *p, *end; in zend_accel_function_hash_copy_from_shm() local
525 Bucket *p, *end; in zend_accel_class_hash_copy() local
562 Bucket *p, *end; in zend_accel_class_hash_copy_from_shm() local
[all …]
H A Dzend_file_cache.c300 Bucket *p, *end; local
496 zval *p, *end; local
509 zend_op *opline, *end; local
576 zend_arg_info *p, *end; local
708 zval *p, *end; local
720 zval *p, *end; local
1084 Bucket *p, *end; local
1278 zval *p, *end; local
1290 zend_op *opline, *end; local
1472 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
214 zend_blacklist_entry *p = blacklist->entries, *end = blacklist->entries + blacklist->pos; in zend_accel_blacklist_shutdown() local
/PHP-8.0/Zend/
H A Dzend_opcode.c174 zval *end = p + ce->default_static_members_count; in zend_cleanup_internal_class_data() local
293 zval *end = p + ce->default_properties_count; in destroy_zend_class() local
303 zval *end = p + ce->default_static_members_count; in destroy_zend_class() local
378 zval *end = p + ce->default_properties_count; in destroy_zend_class() local
388 zval *end = p + ce->default_static_members_count; in destroy_zend_class() local
499 zval *end = literal + op_array->last_literal; in destroy_op_array() local
552 zend_op *opline = op_array->opcodes, *end=opline+op_array->last; in zend_update_extended_stmts() local
620 zend_op_array *op_array, uint32_t var_num, uint32_t kind, uint32_t start, uint32_t end) { in emit_live_range_raw()
636 zend_op_array *op_array, uint32_t var_num, uint32_t start, uint32_t end, in emit_live_range()
937 zend_op *opline, *end; in pass_two() local
H A Dzend_objects.c48 zval *p, *end; in zend_object_std_dtor() local
190 zval *end = src + old_object->ce->default_properties_count; in zend_objects_clone_members() local
266 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
813 Bucket *p, *end; in gc_mark_grey() local
825 zval *zv, *end; in gc_mark_grey() local
989 Bucket *p, *end; in gc_scan() local
1012 zval *zv, *end; in gc_scan() local
1161 Bucket *p, *end; in gc_collect_white() local
1176 zval *zv, *end; in gc_collect_white() local
1293 uint32_t idx, end; in gc_collect_roots() local
1334 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.c111 char *end = start + (nmemb * siz); in zend_insert_sort() local
257 char *end = start + (nmemb * siz); in zend_sort() local
H A Dzend_hash.c404 Bucket *p, *end, *arData; in zend_hash_discard() local
579 HashTableIterator *end = iter + EG(ht_iterators_used); in _zend_hash_iterators_remove() local
599 HashTableIterator *end = iter + EG(ht_iterators_used); in zend_hash_iterators_lower_pos() local
616 HashTableIterator *end = iter + EG(ht_iterators_used); in _zend_hash_iterators_update() local
1552 Bucket *p, *end; in zend_hash_destroy() local
1614 Bucket *p, *end; in zend_array_destroy() local
1667 Bucket *p, *end; in zend_hash_clean() local
1736 Bucket *p, *end; in zend_symtable_clean() local
2025 Bucket *end = p + source->nNumUsed; in zend_array_dup_packed_elements() local
2042 Bucket *end = p + source->nNumUsed; in zend_array_dup_elements() local
[all …]
/PHP-8.0/ext/opcache/Optimizer/
H A Dblock_pass.c138 zend_op *end, *last_op = NULL; in zend_optimize_block() local
960 zend_basic_block *end = blocks + cfg->blocks_count; in assemble_code_blocks() local
1000 zend_op *end = op + b->len; in assemble_code_blocks() local
1119 zend_op *end = opline + len; in assemble_code_blocks() local
1184 zend_basic_block *end = cfg->blocks + cfg->blocks_count; in get_next_block() local
1581 zend_op *opline, *end; in zend_t_usage() local
1807 zend_op *end = op + bb->len; in zend_merge_blocks() local
1850 zend_basic_block *blocks, *end, *b; in zend_optimize_cfg() local
H A Dzend_optimizer.c534 zend_op *end = op_array->opcodes + op_array->last; in zend_optimizer_replace_by_const() local
600 zend_op *end = op_array->opcodes + op_array->last; in zend_optimizer_replace_by_const() local
1039 zend_op *opline, *end; in zend_revert_pass_two() local
1069 zend_op *opline, *end; in zend_redo_pass_two() local
1180 zend_op *opline, *end; in zend_redo_pass_two_ex() local
1321 zend_op *opline, *end; in zend_adjust_fcall_stack_size() local
H A Dnop_removal.c36 zend_op *end, *opline; in zend_optimizer_nop_removal() local
H A Dpass3.c57 zend_op *end; in zend_optimizer_pass3() local
/PHP-8.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
H A Dparse_iso_intervals.c80 timelib_time *end; member
110 const char *begin, *end; in timelib_get_nr() local
935 timelib_time **begin, timelib_time **end, in timelib_strtointerval()
/PHP-8.0/ext/standard/
H A Dscanf.c105 char end; member
139 char *end; in BuildCharSet() local
309 char *end, *ch = NULL; in ValidateFormat() local
580 char *end, *baseString; in php_sscanf_internal() local
H A Durl.c195 char *end; in php_url_parse_ex2() local
261 char *end; in php_url_parse_ex2() local
464 unsigned char const *from, *end; in php_url_encode_impl() local
/PHP-8.0/ext/filter/
H A Dlogical_filters.c97 const char *end = str + str_len; in php_filter_parse_int() local
148 const char *end = str + str_len; in php_filter_parse_octal() local
171 const char *end = str + str_len; in php_filter_parse_hex() local
337 char *str, *end; in php_filter_float() local
715 const char *end = str + str_len; in _php_filter_validate_ipv4() local
754 char *end; in _php_filter_validate_ipv6() local
/PHP-8.0/main/
H A Dfopen_wrappers.c76 char *pathbuf, *ptr, *end; in ZEND_INI_MH() local
285 char *end; local
474 const char *ptr, *end, *p; local
625 char *pathbuf, *ptr, *end; local
/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Deaw_table.h14 int end; member
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_str.h8 char *d, *end; in str_purify_filename() local
/PHP-8.0/ext/mbstring/
H A Dphp_mbregex.c41 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument
43 #define onig_match_with_param(re, str, end, at, region, option, mp) \ argument
683 int gn, beg, end; in mb_regex_groups_iter() local
867 static int _php_mb_onig_search(regex_t* reg, const OnigUChar* str, const OnigUChar* end, const Onig… in _php_mb_onig_search()
894 int i, beg, end; in _php_mb_regex_ereg_exec() local
1216 size_t beg, end; in PHP_FUNCTION() local
1332 int beg, end; in _php_mb_regex_ereg_search_exec() local
1519 int beg, end; in PHP_FUNCTION() local
/PHP-8.0/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
/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator.stub.php37 public function transliterate(string $string, int $start = 0, int $end = -1) {}

Completed in 105 milliseconds

123456