Home
last modified time | relevance | path

Searched refs:start (Results 101 – 125 of 688) sorted by last modified time

12345678910>>...28

/php-src/ext/opcache/jit/ir/
H A Dir_save.c53 use_list = &ctx->use_lists[succ_bb->start]; in ir_save_dessa_moves()
120 && ctx->cfg_blocks[ctx->cfg_map[i]].start == i) { in ir_save()
H A Dir_dump.c177 use_list = &ctx->use_lists[succ_bb->start]; in ir_dump_dessa_moves()
216 fprintf(f, "\tstart=%d\n", bb->start); in ir_dump_cfg_block()
387 IR_LIVE_POS_TO_REF(p->start), IR_LIVE_POS_TO_SUB_REF(p->start), in ir_dump_live_ranges()
391 if (ival->tmp_ref == IR_LIVE_POS_TO_REF(p->start)) { in ir_dump_live_ranges()
400 IR_LIVE_POS_TO_REF(p->start), IR_LIVE_POS_TO_SUB_REF(p->start), in ir_dump_live_ranges()
462 IR_LIVE_POS_TO_REF(p->start), IR_LIVE_POS_TO_SUB_REF(p->start), in ir_dump_live_ranges()
467 IR_LIVE_POS_TO_REF(p->start), IR_LIVE_POS_TO_SUB_REF(p->start), in ir_dump_live_ranges()
555 for (i = bb->start, insn = ctx->ir_base + i; i <= bb->end;) { in ir_dump_codegen()
714 if (ctx->ir_base[ctx->cfg_blocks[succ].start].op == IR_ENTRY) { in ir_dump_codegen()
719 IR_ASSERT(ctx->ir_base[ctx->cfg_blocks[fake_succ].start].op == IR_ENTRY); in ir_dump_codegen()
/php-src/Zend/
H A Dzend_gc.c2024 gc_buffer->cur = gc_buffer->start; in zend_get_gc_buffer_create()
2029 size_t old_capacity = gc_buffer->end - gc_buffer->start; in zend_get_gc_buffer_grow()
2031 gc_buffer->start = erealloc(gc_buffer->start, new_capacity * sizeof(zval)); in zend_get_gc_buffer_grow()
2032 gc_buffer->end = gc_buffer->start + new_capacity; in zend_get_gc_buffer_grow()
2033 gc_buffer->cur = gc_buffer->start + old_capacity; in zend_get_gc_buffer_grow()
2038 efree(gc_buffer->start); in zend_get_gc_buffer_release()
2039 gc_buffer->start = gc_buffer->end = gc_buffer->cur = NULL; in zend_get_gc_buffer_release()
2057 if (range->start > op_num) { in zend_gc_check_root_tmpvars()
2087 if (range->start > op_num) { in zend_gc_remove_root_tmpvars()
/php-src/
H A Dphp.ini-development1327 ; not the be-all and end-all of session hijacking defense, but it's a good start.
1336 ; https://php.net/session.auto-start
1758 ; that start with 'x'). Line starting with a ; are ignored (comments).
1835 ; start-up.
H A Dphp.ini-production1329 ; not the be-all and end-all of session hijacking defense, but it's a good start.
1338 ; https://php.net/session.auto-start
1760 ; that start with 'x'). Line starting with a ; are ignored (comments).
1837 ; start-up.
/php-src/ext/mysqlnd/
H A Dmysqlnd_charset.c260 return (valid_big5head(*(start)) && (end - start) > 1 && valid_big5tail(*(start + 1)) ? 2 : 0); in check_mb_big5()
326 if (valid_eucjpms(start[0]) && (end - start) > 1 && valid_eucjpms(start[1])) { in check_mb_eucjpms()
329 if (valid_eucjpms_ss2(start[0]) && (end - start) > 1 && valid_eucjpms_kata(start[1])) { in check_mb_eucjpms()
332 if (valid_eucjpms_ss3(start[0]) && (end - start) > 2 && valid_eucjpms(start[1]) && in check_mb_eucjpms()
378 return (valid_gbk_head(start[0]) && (end) - (start) > 1 && valid_gbk_tail(start[1])) ? 2 : 0; in check_mb_gbk()
430 if (valid_ujis(*(start)) && valid_ujis(*((start)+1))) { in check_mb_ujis()
433 if (valid_ujis_ss2(*(start)) && valid_ujis_kata(*((start)+1))) { in check_mb_ujis()
436 …if (valid_ujis_ss3(*(start)) && (end-start) > 2 && valid_ujis(*((start)+1)) && valid_ujis(*((start in check_mb_ujis()
462 return (start + 4 <= end) && UTF16_LOW_HEAD(start[2]) ? 4 : 0; in check_mb_utf16()
520 if (end - start <= 1 || !is_gb18030_odd(start[0])) { in my_ismbchar_gb18030()
[all …]
/php-src/Zend/Optimizer/
H A Dzend_dump.c834 fprintf(stderr, " lines=[%d-%d]", b->start, b->start + b->len - 1); in zend_dump_block_info()
1036 opline = op_array->opcodes + b->start; in zend_dump_op_array()
1050 op_array->live_range[i].start, in zend_dump_op_array()
1110 op_array->live_range[i].start, in zend_dump_op_array()
/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt68 die('failed to start server');
71 // Give the server time to start
/php-src/ext/opcache/
H A DZendAccelerator.h233 zend_string *start; member
329 …((char*)(str) >= (char*)ZCSG(interned_strings).start && (char*)(str) < (char*)ZCSG(interned_string…
H A Dzend_accelerator_module.c523 if (ZCSG(interned_strings).start && ZCSG(interned_strings).end) {
683 if (ZCSG(interned_strings).start && ZCSG(interned_strings).end) {
H A DZendAccelerator.c436 s = ZCSG(interned_strings).start; in accel_interned_strings_restore_state()
2875 ZCSG(interned_strings).start = in zend_accel_init_shm()
2968 memcpy(mem, start, real_size); in accel_remap_huge_pages()
2971 ret = mmap(start, size, in accel_remap_huge_pages()
2977 ret = mmap(start, size, in accel_remap_huge_pages()
3005 ZEND_ASSERT(ret == start); in accel_remap_huge_pages()
3007 memcpy(start, mem, real_size); in accel_remap_huge_pages()
3043 seg_end = start; in accel_move_code_to_huge_pages()
3068 uintptr_t end = start + s; in accel_move_code_to_huge_pages()
3069 while (start < end) { in accel_move_code_to_huge_pages()
[all …]
H A Dshared_alloc_mmap.c57 uintptr_t start, end, text_start = 0; in find_prefered_mmap_base() local
74 uintptr_t start_base = start & ~(huge_page_size - 1); in find_prefered_mmap_base()
80 if ((uintptr_t)execute_ex >= start) { in find_prefered_mmap_base()
84 if (last_free_addr + requested_size <= start) { in find_prefered_mmap_base()
86 if (last_candidate + requested_size > start) { in find_prefered_mmap_base()
99 text_start = start; in find_prefered_mmap_base()
107 if (last_free_addr + requested_size <= start) { in find_prefered_mmap_base()
126 start = (uintptr_t)addr; in find_prefered_mmap_base()
127 end = start + s; in find_prefered_mmap_base()
128 while (start < end) { in find_prefered_mmap_base()
[all …]
/php-src/ext/date/
H A Dphp_date.c1681 if (!iterator->object->start) { in date_period_it_rewind()
2268 if (old_obj->start) { in date_object_clone_period()
2269 new_obj->start = timelib_time_clone(old_obj->start); in date_object_clone_period()
2320 if (intern->start) { in date_object_free_storage_period()
5060 if (dpobj->start == NULL) { in date_period_init_iso8601_string()
5079 if (dpobj->start) { in date_period_init_iso8601_string()
5182 dateobj = Z_PHPDATE_P(start); in PHP_METHOD()
5191 dpobj->start = clone; in PHP_METHOD()
5225 *dateobj->time = *dpobj->start; in PHP_METHOD()
5226 if (dpobj->start->tz_abbr) { in PHP_METHOD()
[all …]
H A Dphp_date.stub.php722 public ?DateTimeInterface $start; variable in DatePeriod
739 * @param DateTimeInterface|string $start
744 public function __construct($start, $interval = UNKNOWN, $end = UNKNOWN, $options = UNKNOWN) {} argument
H A Dphp_date_arginfo.h488 ZEND_ARG_INFO(0, start)
H A Dphp_date.h105 timelib_time *start; member
/php-src/ext/phar/phar/
H A Dpharcommand.inc68 … 'inf' => '<bang> Hash-bang line to start the archive (e.g. #!/usr/bin/php). The hash '
/php-src/ext/pcre/
H A Dphp_pcre.c569 static zend_always_inline size_t calculate_unit_length(pcre_cache_entry *pce, const char *start) in calculate_unit_length() argument
574 const char *end = start; in calculate_unit_length()
578 unit_len = end - start; in calculate_unit_length()
/php-src/ext/dom/tests/
H A DDOMDocument_relaxNGValidateSource_error1.phpt13 <start>
19 </start>
H A DDOMDocument_relaxNGValidateSource_error2.phpt13 <start>
16 </start>
/php-src/sapi/fpm/fpm/
H A Dfpm_stdio.c176 int in_buf = 0, cmd_pos = 0, pos, start; local
226 start = 0;
231 start = cmd_pos;
237 for (pos = start; pos < in_buf; pos++) {
240 zlog_stream_str(log_stream, buf + start, pos - start);
242 start = pos + 1;
247 zlog_stream_str(log_stream, buf + start, pos - start);
250 pos = start - 1;
254 zlog_stream_str(log_stream, buf + start, pos - start);
260 if (start < pos) {
[all …]
/php-src/ext/zend_test/
H A Dfiber.c241 static ZEND_METHOD(_ZendTestFiber, start) in ZEND_METHOD() argument
/php-src/ext/standard/
H A Dstring.c221 Z_PARAM_LONG(start) in php_spn_common_handler()
226 if (start < 0) { in php_spn_common_handler()
227 start += remain_len; in php_spn_common_handler()
228 if (start < 0) { in php_spn_common_handler()
229 start = 0; in php_spn_common_handler()
232 start = remain_len; in php_spn_common_handler()
235 remain_len -= start; in php_spn_common_handler()
550 start++; in php_trim_int()
571 start++; in php_trim_int()
594 start++; in php_trim_int()
[all …]
/php-src/.github/actions/setup-caddy/
H A Daction.yml12 sudo caddy start --config ext/curl/tests/Caddyfile
/php-src/sapi/phpdbg/
H A Dphpdbg.h225 phpdbg_oplog_entry start; /* Only "next" member used. */ member

Completed in 130 milliseconds

12345678910>>...28