Home
last modified time | relevance | path

Searched defs:next (Results 26 – 50 of 128) sorted by relevance

123456

/php-src/Zend/Optimizer/
H A Dblock_pass.c608 zend_basic_block *next = cfg->blocks + block->successors[1]; in zend_optimize_block() local
952 zend_basic_block *next = b + 1; in assemble_code_blocks() local
1188 int next, jmp_hitlist_count; in zend_jmp_optimization() local
H A Dzend_dfg.c25 const zend_op *next; in _zend_dfg_add_use_def_op() local
/php-src/ext/dba/libinifile/
H A Dinifile.h41 line_type next; member
/php-src/ext/dba/libcdb/
H A Dcdb_make.h34 struct cdb_hplist *next; member
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr.h46 lxb_dom_attr_t *next; member
H A Dnode.h52 lxb_dom_node_t *next; member
/php-src/ext/dom/lexbor/lexbor/core/
H A Dmem.h27 lexbor_mem_chunk_t *next; member
H A Din.h42 lexbor_in_node_t *next; member
/php-src/ext/opcache/jit/ir/
H A Dir_cfg.c62 ir_ref n, *p, ref, start, end, next; in ir_build_cfg() local
1071 uint32_t next; member
1107 uint32_t next = chains[src].head; in ir_chain_head_path_compress() local
1139 ir_chain *next = &chains[before]; in ir_insert_chain_before() local
1527 uint32_t next = chains[prev].next; in ir_schedule_blocks_bottom_up() local
/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/sapi/fpm/fpm/
H A Dfpm_children.h23 struct fpm_child_s *prev, *next; member
H A Dfpm_worker_pool.h20 struct fpm_worker_pool_s *next; member
H A Dfpm_events.h26 struct fpm_event_queue_s *next; member
/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
H A Dparentnode.c345 xmlNodePtr next; in dom_free_node_after_zval_single_node_creation() local
407 xmlNodePtr next = newNode->next; in dom_zvals_to_single_node() local
/php-src/Zend/
H A Dzend_llist.h24 struct _zend_llist_element *next; member
H A Dzend_observer.c194 …tion *function, zend_observer_fcall_begin_handler begin, zend_observer_fcall_begin_handler *next) { in zend_observer_remove_begin_handler()
210 …d_function *function, zend_observer_fcall_end_handler end, zend_observer_fcall_end_handler *next) { in zend_observer_remove_end_handler()
/php-src/ext/sysvshm/
H A Dphp_sysvshm.h45 zend_long next; member
/php-src/ext/spl/
H A Dspl_dllist.stub.php89 public function next(): void {} function in SplDoublyLinkedList
H A Dspl_directory.stub.php142 public function next(): void {} function in DirectoryIterator
304 public function next(): void {} function in SplFileObject
/php-src/ext/intl/breakiterator/
H A Dbreakiterator.stub.php101 public function next(?int $offset = null): int {} function in IntlBreakIterator
/php-src/ext/mysqli/
H A Dmysqli_warning.c127 PHP_METHOD(mysqli_warning, next) in PHP_METHOD() argument
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dselector.h96 lxb_css_selector_t *next; member
171 lxb_css_selector_list_t *next; member
/php-src/ext/intl/common/
H A Dcommon_enum.cpp239 PHP_METHOD(IntlIterator, next) in PHP_METHOD() argument
/php-src/ext/simplexml/
H A Dsimplexml.stub.php70 public function next(): void {} function in SimpleXMLElement

Completed in 61 milliseconds

123456