Home
last modified time | relevance | path

Searched refs:children (Results 76 – 97 of 97) sorted by path

1234

/PHP-7.4/ext/tidy/
H A Dtidy.c881 zval attribute, children, temp; in tidy_add_default_properties() local
933 array_init(&children); in tidy_add_default_properties()
943 add_next_index_zval(&children, &temp); in tidy_add_default_properties()
948 ZVAL_NULL(&children); in tidy_add_default_properties()
951 zend_hash_str_update(obj->std.properties, "child", sizeof("child") - 1, &children); in tidy_add_default_properties()
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c200 Q_Destroy(&root->children); in xml_elem_free_non_recurse()
231 xml_element* kids = Q_Head(&root->children); in xml_elem_free()
234 kids = Q_Next(&root->children); in xml_elem_free()
261 Q_Init(&elem->children); in xml_elem_new()
432 if(!el->text.len && !Q_Size(&el->children)) { in xml_element_serialize()
467 xml_element *kids = Q_Head(&el->children); in xml_element_serialize()
476 kids = Q_Next(&el->children); in xml_element_serialize()
621 Q_PushTail(&mydata->current->parent->children, mydata->current); in _xmlrpc_endElement()
750 xReturn = (xml_element*)Q_Head(&mydata.root->children); in xml_elem_parse_buf()
H A Dxml_element.h155 queue children; /* child element list */ member
185 #define xml_elem_next_element(el) ((el) ? (xml_element *)Q_Next(&el->children) : NULL)
186 #define xml_elem_head_element(el) ((el) ? (xml_element *)Q_Head(&el->children) : NULL)
H A Dxml_to_dandarpc.c110 xml_element* iter = (xml_element*)Q_Head(&el->children); in xml_element_to_DANDARPC_REQUEST_worker()
125 iter = (xml_element*)Q_Next(&el->children); in xml_element_to_DANDARPC_REQUEST_worker()
129 xml_element* iter = (xml_element*)Q_Head(&el->children); in xml_element_to_DANDARPC_REQUEST_worker()
132 iter = (xml_element*)Q_Next(&el->children); in xml_element_to_DANDARPC_REQUEST_worker()
255 Q_PushTail(&elem_val->children, next_el); in DANDARPC_to_xml_element_worker()
301 Q_PushTail(&root->children, wrapper); in DANDARPC_REQUEST_to_xml_element()
309 Q_PushTail(&wrapper->children, method); in DANDARPC_REQUEST_to_xml_element()
311 Q_PushTail(&wrapper->children, in DANDARPC_REQUEST_to_xml_element()
H A Dxml_to_soap.c336 if (!Q_Size(&el->children)) { in xml_element_to_SOAP_REQUEST_worker()
369 xml_element* iter = (xml_element*)Q_Head(&el->children); in xml_element_to_SOAP_REQUEST_worker()
401 iter = (xml_element*)Q_Next(&el->children); in xml_element_to_SOAP_REQUEST_worker()
482 Q_PushTail(&elem_val->children, next_el); in SOAP_to_xml_element_worker()
605 Q_PushTail(&body->children, el_serialized); in SOAP_REQUEST_to_xml_element()
638 xml_element* iter = (xml_element*)Q_Head(&el_serialized->children); in SOAP_REQUEST_to_xml_element()
640 Q_PushTail(&rpc->children, iter); in SOAP_REQUEST_to_xml_element()
641 iter = (xml_element*)Q_Next(&el_serialized->children); in SOAP_REQUEST_to_xml_element()
646 Q_PushTail(&rpc->children, el_serialized); in SOAP_REQUEST_to_xml_element()
650 Q_PushTail(&body->children, rpc); in SOAP_REQUEST_to_xml_element()
[all …]
H A Dxml_to_xmlrpc.c160 iter = (xml_element*)Q_Head(&el->children); in xml_element_to_XMLRPC_REQUEST_worker()
312 Q_PushTail(&param->children, value); in XMLRPC_to_xml_element_worker()
316 Q_PushTail(&value->children, elem_val); in XMLRPC_to_xml_element_worker()
329 Q_PushTail(&member->children, name); in XMLRPC_to_xml_element_worker()
330 Q_PushTail(&member->children, value); in XMLRPC_to_xml_element_worker()
331 Q_PushTail(&value->children, elem_val); in XMLRPC_to_xml_element_worker()
340 Q_PushTail(&value->children, elem_val); in XMLRPC_to_xml_element_worker()
353 Q_PushTail(&value->children, elem_val); in XMLRPC_to_xml_element_worker()
392 Q_PushTail(&wrapper->children, method); in XMLRPC_REQUEST_to_xml_element()
396 Q_PushTail(&wrapper->children, in XMLRPC_REQUEST_to_xml_element()
[all …]
H A Dxmlrpc_introspection.c348 if(Q_Size(&el->children) && in xml_element_to_method_description()
353 xml_element* elem_iter = Q_Head(&el->children); in xml_element_to_method_description()
357 elem_iter = Q_Next(&el->children); in xml_element_to_method_description()
369 if(Q_Size(&el->children)) { in xml_element_to_method_description()
370 xml_element* elem_iter = Q_Head(&el->children); in xml_element_to_method_description()
377 elem_iter = Q_Next(&el->children); in xml_element_to_method_description()
384 xml_element* elem_iter = Q_Head(&el->children); in xml_element_to_method_description()
392 elem_iter = Q_Next(&el->children); in xml_element_to_method_description()
402 else if(Q_Size(&el->children)) { in xml_element_to_method_description()
403 xml_element* elem_iter = Q_Head(&el->children); in xml_element_to_method_description()
[all …]
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c268 if (node->children) { in xsl_ext_function_php()
269 curns->prefix = xmlStrdup((xmlChar *)node->children); in xsl_ext_function_php()
271 if (node->children) { in xsl_ext_function_php()
272 node = xmlNewDocNode(node->doc, NULL, (xmlChar *) node->children, node->name); in xsl_ext_function_php()
449 if (nodep && (nodep = nodep->children)) { in PHP_FUNCTION()
/PHP-7.4/
H A Drun-tests.php1662 function kill_children(array $children) { argument
1663 foreach ($children as $child) {
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c108 static int children = 0; variable
2010 children = atoi(children_str);
2011 if (children < 0) {
2040 if (children) {
2095 } while (parent && (running < children));
2128 if (children) {
2135 kids = children < WIN32_MAX_SPAWN_CHILDREN ? children : WIN32_MAX_SPAWN_CHILDREN;
2144 snprintf(kid_buf, 16, "%d", children);
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.c98 child->next = wp->children; in fpm_child_link()
103 wp->children = child; in fpm_child_link()
115 child->wp->children = child->next; in fpm_child_unlink()
131 for (child = wp->children; child; child = child->next) { in fpm_child_find()
H A Dfpm_process_ctl.c156 for (child = wp->children; child; child = child->next) { in fpm_pctl_kill_all()
305 for (child = wp->children; child; child = child->next) { in fpm_pctl_check_request_timeout()
327 for (child = wp->children; child; child = child->next) { in fpm_pctl_perform_idle_server_maintenance()
525 for (child = wp->children; child; child = child->next) { in fpm_pctl_on_socket_accept()
H A Dfpm_worker_pool.c55 fpm_children_free(wp->children); in fpm_worker_pool_cleanup()
H A Dfpm_worker_pool.h29 struct fpm_child_s *children; member
/PHP-7.4/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt2 FPM: bug76601 children should not ignore signals during concurrent reloads
21 ; spawn children immediately after reload
H A Dfpm_get_status_basic.phpt67 ["max-children-reached"]=>
H A Dstatus-basic.phpt29 'max children reached' => 0,
H A Dstatus.inc35 'max children reached' => '\d+',
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in84 ; always at least 1 children.
85 ; pm.max_children - the maximum number of children that can
87 ; pm.start_servers - the number of children created on startup.
88 ; pm.min_spare_servers - the minimum number of children in 'idle'
91 ; number then some children will be created.
92 ; pm.max_spare_servers - the maximum number of children in 'idle'
95 ; number then some children will be killed.
96 ; ondemand - no children are created at startup. Children will be forked when
98 ; pm.max_children - the maximum number of children that
159 ; max children reached - number of times, the process limit has been reached,
[all …]
/PHP-7.4/sapi/litespeed/
H A DREADME.md119 process will start/stop children PHP processes dynamically based on on demand.
133 start children process on demand to save system resource. This is preferred in
135 try to avoid freqently stopping and starting children process. This might be
140 `LSAPI_EXTRA_CHILDREN` controls the maximum number of extra children processes
141 can be started when some or all existing children processes are in
142 malfunctioning state. Total number of children processes will be reduced to
162 In Self Managed Mode, `LSAI_MAX_IDLE_CHILDREN` controls how many idle children
163 processes are allowed. Excessive idle children processes will be killed by the
H A Dlsapi_main.c1390 void start_children( int children ) in start_children() argument
1413 while((!s_stop )&&( running < children )) { in start_children()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_cmd.h164 #define PHPDBG_COMMAND_D_EXP(name, tip, alias, handler, children, args, parent, flags) \ argument
165 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##handler, children, args, parent, flags}
167 #define PHPDBG_COMMAND_D_EX(name, tip, alias, handler, children, args, flags) \ argument
168 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##handler, children, args, NULL, flags}
170 #define PHPDBG_COMMAND_D(name, tip, alias, children, args, flags) \ argument
171 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##name, children, args, NULL, flags}

Completed in 100 milliseconds

1234