Home
last modified time | relevance | path

Searched defs:child (Results 26 – 38 of 38) sorted by path

12

/php-src/ext/spl/
H A Dspl_iterators.c264 zval retval, child; in spl_recursive_it_move_forward_ex() local
/php-src/ext/standard/
H A Dproc_open.c1184 php_process_id_t child; in PHP_FUNCTION() local
H A Dproc_open.h38 php_process_id_t child; member
/php-src/ext/tidy/
H A Dtidy.stub.php986 public readonly ?array $child; variable in tidyNode
/php-src/ext/xsl/
H A Dxsltprocessor.c49 static void xsl_proxy_factory(xmlNodePtr node, zval *child, dom_object *intern, xmlXPathParserConte… in xsl_proxy_factory()
/php-src/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_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_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.c222 void fpm_request_check_timed_out(struct fpm_child_s *child, struct timeval *now, int terminate_time… in fpm_request_check_timed_out()
281 int fpm_request_is_idle(struct fpm_child_s *child) /* {{{ */ in fpm_request_is_idle()
295 int fpm_request_last_activity(struct fpm_child_s *child, struct timeval *tv) /* {{{ */ in fpm_request_last_activity()
H A Dfpm_scoreboard.c223 struct fpm_scoreboard_proc_s *fpm_scoreboard_proc_get_from_child(struct fpm_child_s *child) /* {{{*/ in fpm_scoreboard_proc_get_from_child()
358 void fpm_scoreboard_child_use(struct fpm_child_s *child, pid_t pid) /* {{{ */ in fpm_scoreboard_child_use()
372 void fpm_scoreboard_proc_free(struct fpm_child_s *child) /* {{{ */ in fpm_scoreboard_proc_free()
395 int fpm_scoreboard_proc_alloc(struct fpm_child_s *child) /* {{{ */ in fpm_scoreboard_proc_alloc()
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) /* {{{ */
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c572 phpdbg_watch_element *child; local
596 phpdbg_watch_element *child; local
698 phpdbg_watch_element *child = prev; local
760 phpdbg_watch_element *child = element; local
818 phpdbg_watch_element *child; local
831 phpdbg_watch_element *parent = element->parent, *child = element->child; local
864 phpdbg_watch_element *child = element; local
895 phpdbg_watch_element *parent = element->parent, *child = element->child; local
912 phpdbg_watch_element *child = element->child; local
H A Dphpdbg_watch.h93 struct _phpdbg_watch_element *child; /* always set for implicit watches */ member

Completed in 48 milliseconds

12