Searched refs:is_child (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm.h | 58 int is_child; member
|
H A D | fpm.c | 36 .is_child = 0,
|
H A D | fpm_process_ctl.c | 442 if (fpm_globals.is_child) { in fpm_pctl_perform_idle_server_maintenance() 501 if (fpm_globals.is_child) { in fpm_pctl_perform_idle_server_maintenance_heartbeat() 549 if (fpm_globals.is_child) { in fpm_pctl_on_socket_accept()
|
H A D | fpm_children.c | 338 if (fpm_globals.is_child) { in fpm_children_bury() 460 fpm_globals.is_child = 1; in fpm_children_make()
|
H A D | fpm_events.c | 137 if (fpm_globals.is_child) { in fpm_got_signal()
|
H A D | zlog.c | 175 if (!fpm_globals.is_child) { in zlog_buf_prefix() 180 if (!fpm_globals.is_child) { in zlog_buf_prefix()
|
/PHP-8.3/sapi/cli/tests/ |
H A D | sapi_windows_set_ctrl_handler.phpt | 14 $is_child = isset($argv[1]); 17 if ($is_child) {
|
/PHP-8.3/ext/spl/ |
H A D | spl_array.c | 48 bool is_child; member 159 intern->is_child = false; in spl_array_object_new_ex() 458 if (is_child) { in spl_array_set_refcount() 493 refcount = spl_array_set_refcount(intern->is_child, ht, 1); in spl_array_write_dimension_ex() 497 spl_array_set_refcount(intern->is_child, ht, refcount); in spl_array_write_dimension_ex() 509 refcount = spl_array_set_refcount(intern->is_child, ht, 1); in spl_array_write_dimension_ex() 518 spl_array_set_refcount(intern->is_child, ht, refcount); in spl_array_write_dimension_ex() 549 uint32_t refcount = spl_array_set_refcount(intern->is_child, ht, 1); in spl_array_unset_dimension_ex() 577 spl_array_set_refcount(intern->is_child, ht, refcount); in spl_array_unset_dimension_ex() 1066 if (intern->is_child) { in spl_array_set_array() [all …]
|
Completed in 22 milliseconds