Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 39) sorted by relevance

12

/PHP-8.4/sapi/fpm/fpm/
H A Dfpm_children.c56 static void fpm_child_free(struct fpm_child_s *child) /* {{{ */ in fpm_child_free()
68 struct fpm_child_s *child = (struct fpm_child_s *) arg; in fpm_postponed_child_free() local
113 static void fpm_child_link(struct fpm_child_s *child) /* {{{ */ in fpm_child_link()
129 static void fpm_child_unlink(struct fpm_child_s *child) /* {{{ */ in fpm_child_unlink()
149 struct fpm_child_s *child = 0; in fpm_child_find() local
208 int fpm_children_free(struct fpm_child_s *child) /* {{{ */ in fpm_children_free()
225 struct fpm_child_s *child; in fpm_children_bury() local
379 static void fpm_resources_discard(struct fpm_child_s *child) /* {{{ */ in fpm_resources_discard()
387 static void fpm_child_resources_use(struct fpm_child_s *child) /* {{{ */ in fpm_child_resources_use()
403 static void fpm_parent_resources_use(struct fpm_child_s *child) /* {{{ */ in fpm_parent_resources_use()
[all …]
H A Dfpm_stdio.c173 struct fpm_child_s *child; local
288 int fpm_stdio_prepare_pipes(struct fpm_child_s *child) /* {{{ */
318 int fpm_stdio_parent_use_pipes(struct fpm_child_s *child) /* {{{ */
339 int fpm_stdio_discard_pipes(struct fpm_child_s *child) /* {{{ */
354 void fpm_stdio_child_use_pipes(struct fpm_child_s *child) /* {{{ */
H A Dfpm_process_ctl.c158 struct fpm_child_s *child; in fpm_pctl_kill_all() local
305 struct fpm_child_s *child; in fpm_pctl_check_request_timeout() local
316 static void fpm_pctl_kill_idle_child(struct fpm_child_s *child) /* {{{ */ in fpm_pctl_kill_idle_child()
332 struct fpm_child_s *child; in fpm_pctl_perform_idle_server_maintenance() local
517 struct fpm_child_s *child; in fpm_pctl_on_socket_accept() local
H A Dfpm_request.c225 void fpm_request_check_timed_out(struct fpm_child_s *child, struct timeval *now, int terminate_time… in fpm_request_check_timed_out()
284 int fpm_request_is_idle(struct fpm_child_s *child) /* {{{ */ in fpm_request_is_idle()
298 int fpm_request_last_activity(struct fpm_child_s *child, struct timeval *tv) /* {{{ */ in fpm_request_last_activity()
H A Dfpm_php_trace.c37 static int fpm_php_trace_dump(struct fpm_child_s *child, FILE *slowlog) /* {{{ */ in fpm_php_trace_dump()
190 void fpm_php_trace(struct fpm_child_s *child) /* {{{ */ in fpm_php_trace()
H A Dfpm_scoreboard.c226 struct fpm_scoreboard_proc_s *fpm_scoreboard_proc_get_from_child(struct fpm_child_s *child) /* {{{*/ in fpm_scoreboard_proc_get_from_child()
361 void fpm_scoreboard_child_use(struct fpm_child_s *child, pid_t pid) /* {{{ */ in fpm_scoreboard_child_use()
375 void fpm_scoreboard_proc_free(struct fpm_child_s *child) /* {{{ */ in fpm_scoreboard_proc_free()
398 int fpm_scoreboard_proc_alloc(struct fpm_child_s *child) /* {{{ */ in fpm_scoreboard_proc_alloc()
/PHP-8.4/ext/dom/parentnode/
H A Dtree.c121 static void dom_add_child_without_merging(xmlNodePtr parent, xmlNodePtr child) in dom_add_child_without_merging()
172 …gment_insertion_hierarchy_check_pre_insertion(xmlNodePtr parent, xmlNodePtr node, xmlNodePtr child) in php_dom_fragment_insertion_hierarchy_check_pre_insertion()
198 …om_fragment_insertion_hierarchy_check_replace(xmlNodePtr parent, xmlNodePtr node, xmlNodePtr child) in php_dom_fragment_insertion_hierarchy_check_replace()
237 …p_libxml_ref_obj *document, xmlNodePtr parentNode, xmlNodePtr node, xmlNodePtr child, xmlDocPtr do… in dom_is_pre_insert_valid_without_step_1()
331 for (xmlNodePtr child = node->children; child != NULL; child = next) { in dom_free_node_after_zval_single_node_creation() local
697 static zend_result dom_child_removal_preconditions(const xmlNode *child, const dom_object *context) in dom_child_removal_preconditions()
715 xmlNode *child = dom_object_get_node(context); in dom_child_node_remove() local
733 xmlNodePtr child = dom_object_get_node(context); in dom_child_replace_with() local
/PHP-8.4/sapi/phpdbg/
H A Dphpdbg_watch.c574 phpdbg_watch_element *child; local
598 phpdbg_watch_element *child; local
700 phpdbg_watch_element *child = prev; local
762 phpdbg_watch_element *child = element; local
820 phpdbg_watch_element *child; local
833 phpdbg_watch_element *parent = element->parent, *child = element->child; local
866 phpdbg_watch_element *child = element; local
897 phpdbg_watch_element *parent = element->parent, *child = element->child; local
914 phpdbg_watch_element *child = element->child; local
H A Dphpdbg_watch.h93 struct _phpdbg_watch_element *child; /* always set for implicit watches */ member
/PHP-8.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.h29 UResourceBundle *child; member
/PHP-8.4/ext/dom/
H A Dxml_serializer.c586 for (xmlNodePtr child = attr->children; child != NULL; child = child->next) { in dom_xml_serialize_attribute_node_value() local
884 xmlNodePtr child = element->children; in dom_xml_should_format_element() local
1144 xmlNodePtr child = NULL; in dom_xml_serialize_element_node() local
1199 xmlNodePtr child = node->children; in dom_xml_serializing_a_document_fragment_node() local
1224 xmlNodePtr child = node->children; in dom_xml_serializing_a_document_node() local
H A Dinner_html_mixin.c92 xmlNodePtr child = node->children; in dom_element_inner_html_read() local
322 xmlNodePtr child = document_element->children; in dom_xml_fragment_parsing_algorithm() local
H A Dnode.c813 static bool dom_node_check_legacy_insertion_validity(xmlNodePtr parentp, xmlNodePtr child, bool str… in dom_node_check_legacy_insertion_validity()
849 …n_value, zval *ref, dom_object *intern, dom_object *childobj, xmlNodePtr parentp, xmlNodePtr child) in dom_node_insert_before_legacy()
986 …ore_modern(zval *return_value, zval *ref, dom_object *intern, xmlNodePtr parentp, xmlNodePtr child) in dom_node_insert_before_modern()
1005 xmlNodePtr child, parentp; in dom_node_insert_before() local
1035 … zend_result dom_replace_node_validity_checks(xmlNodePtr parent, xmlNodePtr node, xmlNodePtr child) in dom_replace_node_validity_checks()
1219 xmlNodePtr child, nodep; in dom_node_remove_child() local
1263 …y(zval *return_value, dom_object *intern, dom_object *childobj, xmlNodePtr nodep, xmlNodePtr child) in dom_node_append_child_legacy()
1350 xmlNodePtr nodep, child; in PHP_METHOD() local
1366 xmlNodePtr nodep, child; in PHP_METHOD() local
H A Dhtml5_serializer.c208 for (xmlNodePtr child = attr->children; child != NULL; child = child->next) { in dom_html5_serialize_element_start() local
H A Dxpath.c57 static void dom_xpath_proxy_factory(xmlNodePtr node, zval *child, dom_object *intern, xmlXPathParse… in dom_xpath_proxy_factory()
343 zval child; in php_xpath_eval() local
H A Dphp_dom.c1791 int dom_hierarchy(xmlNodePtr parent, xmlNodePtr child) in dom_hierarchy()
1939 xmlNodePtr child = nodep->children; in php_dom_normalize_legacy() local
2640 for (xmlNodePtr child = clone->children; child != NULL; child = child->next) { in dom_clone_node() local
2660 xmlNodePtr child = node->children; in php_dom_has_child_of_type() local
/PHP-8.4/ext/standard/
H A Dproc_open.h38 php_process_id_t child; member
/PHP-8.4/Zend/
H A Dzend_generators.c175 static void zend_generator_remove_child(zend_generator_node *node, zend_generator *child) in zend_generator_remove_child()
231 zend_generator *child; in check_node_running_in_fiber() local
525 static void zend_generator_add_child(zend_generator *generator, zend_generator *child) in zend_generator_add_child()
H A Dzend_ast.h190 zend_ast *child[1]; /* Array of children (using struct hack) */ member
199 zend_ast *child[1]; member
218 zend_ast *child[5]; member
260 …s_inline zend_ast * zend_ast_create_ex_1(zend_ast_kind kind, zend_ast_attr attr, zend_ast *child) { in zend_ast_create_ex_1()
H A Dzend_inheritance.c1036 const zend_function *child, zend_class_entry *child_scope, in emit_incompatible_method_error()
1105 zend_function *child, zend_class_entry *child_scope, in do_inheritance_check_on_method()
1228 zval *child = zend_hash_find_known_hash(&ce->function_table, key); in do_inherit_method() local
1287 const zend_property_info *child, const zend_property_info *parent, prop_variance variance) { in emit_incompatible_property_error()
1299 static ZEND_COLD void emit_set_hook_type_error(const zend_property_info *child, const zend_property… in emit_set_hook_type_error()
1355 zend_function *child = child_info->hooks ? child_info->hooks[kind] : NULL; in inherit_property_hook() local
1425 zval *child = zend_hash_find_known_hash(&ce->properties_info, key); in do_inherit_property() local
1576const zend_class_constant *child, const zend_class_constant *parent, const zend_string *const_name… in emit_incompatible_class_constant_error()
1587 …lass_constant_types_compatible(const zend_class_constant *parent, const zend_class_constant *child) in class_constant_types_compatible()
H A Dzend_generators.h49 } child; member
/PHP-8.4/ext/opcache/jit/ir/
H A Dir_cfg.c714 int child = idom_bb->dom_child; in ir_build_dominators_tree() local
849 int child = idom_bb->dom_child; in ir_build_dominators_tree_iterative() local
901 int child; in ir_find_loops() local
942 int child; in ir_find_loops() local
H A Dir_ra.c505 ir_ref *p, child; in ir_add_fusion_ranges() local
867 uint32_t child; in ir_compute_live_ranges() local
1161 ir_ref *p, child; in ir_add_fusion_ranges() local
1547 static bool ir_ivals_inside(ir_live_range *parent, ir_live_range *child) in ir_ivals_inside()
1561 static bool ir_vregs_inside(ir_ctx *ctx, uint32_t parent, uint32_t child) in ir_vregs_inside()
2420 ir_live_interval *child; in ir_split_interval_at() local
3255 ir_live_interval *child, *child2; in ir_allocate_blocked_reg() local
3331 ir_live_interval *child; in ir_allocate_blocked_reg() local
H A Dir_dump.c241 int child = bb->dom_child; in ir_dump_cfg_block() local
/PHP-8.4/Zend/Optimizer/
H A Dzend_cfg.c835 int child; in zend_cfg_identify_loops() local

Completed in 162 milliseconds

12