Home
last modified time | relevance | path

Searched refs:next (Results 201 – 225 of 604) sorted by relevance

12345678910>>...25

/php-src/ext/opcache/jit/ir/
H A Dir_strtab.c15 uint32_t next; member
66 p->next = ((uint32_t*)strtab->data)[(int32_t)h]; in ir_strtab_resize()
129 pos = p->next; in ir_strtab_find()
148 pos = p->next; in ir_strtab_lookup()
177 p->next = ((uint32_t*)data)[(int32_t)h]; in ir_strtab_lookup()
197 pos = p->next; in ir_strtab_update()
H A Dir_cfg.c152 next = *p; in ir_build_cfg()
159 ref = next; in ir_build_cfg()
902 next: in ir_find_loops()
912 goto next; in ir_find_loops()
925 goto next; in ir_find_loops()
1071 uint32_t next; member
1109 src = next; in ir_chain_head_path_compress()
1145 next->head = c; in ir_insert_chain_before()
1149 next->prev = c; in ir_insert_chain_before()
1527 uint32_t next = chains[prev].next; in ir_schedule_blocks_bottom_up() local
[all …]
/php-src/Zend/tests/generators/
H A Dmutli_yield_from_with_exception.phpt28 $g->next();
40 #2 %s(%d): Generator->next()
H A Dreturn_from_by_ref_generator.phpt16 gen2()->next();
/php-src/ext/soap/tests/soap12/
H A DT74.phpt12 env:role="http://www.w3.org/2003/05/soap-envelope/role/next">foo</test:echoOk>
15 env:role="http://www.w3.org/2003/05/soap-envelope/role/next">
/php-src/sapi/fpm/fpm/
H A Dfpm_process_ctl.c157 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_pctl_kill_all()
160 for (child = wp->children; child; child = child->next) { in fpm_pctl_kill_all()
301 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_pctl_check_request_timeout()
308 for (child = wp->children; child; child = child->next) { in fpm_pctl_check_request_timeout()
331 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_pctl_perform_idle_server_maintenance()
361 for (child = wp->children; child; child = child->next) { in fpm_pctl_perform_idle_server_maintenance()
540 for (child = wp->children; child; child = child->next) { in fpm_pctl_on_socket_accept()
/php-src/Zend/tests/
H A Dbug71841.phpt43 Cannot add element to the array as the next element is already occupied
44 Cannot add element to the array as the next element is already occupied
45 Cannot add element to the array as the next element is already occupied
H A Dassign_dim_ref_free.phpt2 Assigning rc=1 reference to next dim
H A Dnumeric_literal_separator_006.phpt2 Invalid use: underscore next to 0x
H A Dnumeric_literal_separator_007.phpt2 Invalid use: underscore next to 0b
/php-src/ext/dom/
H A Dhtml_collection.c50 int next = cur; /* not +1, otherwise we skip the first candidate */ in dom_html_collection_named_item() local
53 …s_by_tag_name_ns_raw(basep, candidate, objmap->ns, objmap->local, objmap->local_lower, &cur, next); in dom_html_collection_named_item()
75 next = cur + 1; in dom_html_collection_named_item()
H A Delement.c227 ns = ns->next; in dom_get_attribute_or_nsdecl()
246 nsPtr = nsPtr->next; in dom_get_attribute_or_nsdecl()
517 thisp->nsDef = ns->next; in dom_remove_attribute()
520 xmlNsPtr cur = prev->next; in dom_remove_attribute()
523 prev->next = cur->next; in dom_remove_attribute()
527 cur = cur->next; in dom_remove_attribute()
537 ns->next = NULL; in dom_remove_attribute()
893 tmpnsptr = nsptr->next; in dom_set_attribute_ns_legacy()
1051 nodep->nsDef = nsptr->next; in dom_eliminate_ns()
1055 current_ns->next = nsptr->next; in dom_eliminate_ns()
[all …]
/php-src/ext/sqlite3/
H A Dphp_sqlite3_structs.h45 struct _php_sqlite3_func *next; member
57 struct _php_sqlite3_collation *next; member
/php-src/Zend/Optimizer/
H A Dblock_pass.c954 while (next < end && !(next->flags & ZEND_BB_REACHABLE)) { in assemble_code_blocks()
955 next++; in assemble_code_blocks()
957 if (next < end && next == blocks + b->successors[0]) { in assemble_code_blocks()
1188 int next, jmp_hitlist_count; in zend_jmp_optimization() local
1208 CHECK_LOOP(next); in zend_jmp_optimization()
1209 block->successors[0] = next; in zend_jmp_optimization()
1252 CHECK_LOOP(next); in zend_jmp_optimization()
1284 CHECK_LOOP(next); in zend_jmp_optimization()
1285 block->successors[0] = next; in zend_jmp_optimization()
1388 CHECK_LOOP(next); in zend_jmp_optimization()
[all …]
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Delement.c78 attr_next = attr->next; in lxb_dom_element_interface_destroy()
112 attr = attr->next; in lxb_dom_element_interface_copy()
381 element->last_attr->next = attr; in lxb_dom_element_attr_append()
434 attr = attr->next; in lxb_dom_element_attr_by_name()
451 attr = attr->next; in lxb_dom_element_attr_by_local_name_data()
468 attr = attr->next; in lxb_dom_element_attr_by_id()
489 f_attr = f_attr->next; in lxb_dom_element_compare()
490 s_attr = s_attr->next; in lxb_dom_element_compare()
508 s_attr = s_attr->next; in lxb_dom_element_compare()
515 f_attr = f_attr->next; in lxb_dom_element_compare()
[all …]
/php-src/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h66 int32_t next(void) override;
76 int32_t next(int32_t n) override;
/php-src/Zend/
H A Dzend_generators_arginfo.h31 ZEND_METHOD(Generator, next);
41 ZEND_ME(Generator, next, arginfo_class_Generator_next, ZEND_ACC_PUBLIC)
H A Dzend_generators.stub.php19 public function next(): void {} function in Generator
/php-src/ext/dba/libcdb/
H A Dcdb_make.c84 head->next = c->head; in cdb_make_addend()
151 for (x = c->head; x; x = x->next) { in cdb_make_finish()
184 for (x = c->head; x; x = x->next) { in cdb_make_finish()
223 x = x->next; in cdb_make_finish()
/php-src/ext/spl/tests/
H A Dbug76367.phpt10 $iter->next();
H A Dbug37457.phpt28 public function next(): void
31 $this->valid = (false !== next($this->array));
/php-src/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm102 ; exchange content; ECX contains address of next SEH
104 ; inspect next SEH
114 ; save ECX as next SEH item
116 ; load address of next SEH item
118 ; save next SEH
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.c47 zend_regexp_list *next; member
179 it->next = NULL; in zend_accel_blacklist_update_regexp()
199 regexp_list_it = &it->next; in zend_accel_blacklist_update_regexp()
226 it = it->next; in zend_accel_blacklist_shutdown()
371 regexp_list_it = regexp_list_it->next;
/php-src/ext/spl/
H A Dspl_iterators_arginfo.h315 ZEND_METHOD(EmptyIterator, next);
329 ZEND_METHOD(RecursiveIteratorIterator, next);
348 ZEND_METHOD(IteratorIterator, next);
351 ZEND_METHOD(FilterIterator, next);
358 ZEND_METHOD(LimitIterator, next);
364 ZEND_METHOD(CachingIterator, next);
383 ZEND_METHOD(NoRewindIterator, next);
389 ZEND_METHOD(AppendIterator, next);
393 ZEND_METHOD(InfiniteIterator, next);
417 ZEND_ME(EmptyIterator, next, arginfo_class_EmptyIterator_next, ZEND_ACC_PUBLIC)
[all …]
/php-src/ext/standard/tests/array/
H A Dbug75433.phpt2 array_values() preserves next index from source array when shallow-copying

Completed in 57 milliseconds

12345678910>>...25