children 41 Zend/zend_ast.c static inline size_t zend_ast_size(uint32_t children) { children 42 Zend/zend_ast.c return sizeof(zend_ast) - sizeof(zend_ast *) + sizeof(zend_ast *) * children; children 45 Zend/zend_ast.c static inline size_t zend_ast_list_size(uint32_t children) { children 46 Zend/zend_ast.c return sizeof(zend_ast_list) - sizeof(zend_ast *) + sizeof(zend_ast *) * children; children 95 Zend/zend_ast.c uint32_t i, children = kind >> ZEND_AST_NUM_CHILDREN_SHIFT; children 98 Zend/zend_ast.c ast = zend_ast_alloc(zend_ast_size(children)); children 103 Zend/zend_ast.c for (i = 0; i < children; ++i) { children 151 Zend/zend_ast.c list->children = 0; children 172 Zend/zend_ast.c if (list->children >= 4 && is_power_of_two(list->children)) { children 174 Zend/zend_ast.c zend_ast_list_size(list->children), zend_ast_list_size(list->children * 2)); children 176 Zend/zend_ast.c list->child[list->children++] = op; children 363 Zend/zend_ast.c for (i = 0; i < list->children; i++) { children 426 Zend/zend_ast.c zend_ast_list *new = emalloc(zend_ast_list_size(list->children)); children 430 Zend/zend_ast.c new->children = list->children; children 431 Zend/zend_ast.c for (i = 0; i < list->children; i++) { children 436 Zend/zend_ast.c uint32_t i, children = zend_ast_get_num_children(ast); children 437 Zend/zend_ast.c zend_ast *new = emalloc(zend_ast_size(children)); children 440 Zend/zend_ast.c for (i = 0; i < children; i++) { children 481 Zend/zend_ast.c for (i = 0; i < list->children; i++) { children 485 Zend/zend_ast.c uint32_t i, children = zend_ast_get_num_children(ast); children 486 Zend/zend_ast.c for (i = 0; i < children; i++) { children 508 Zend/zend_ast.c for (i = 0; i < list->children; ++i) { children 512 Zend/zend_ast.c uint32_t i, children = zend_ast_get_num_children(ast); children 513 Zend/zend_ast.c for (i = 0; i < children; ++i) { children 716 Zend/zend_ast.c while (i < list->children) { children 730 Zend/zend_ast.c while (i < list->children) { children 739 Zend/zend_ast.c (i + 1 == list->children || children 758 Zend/zend_ast.c while (i < list->children) { children 771 Zend/zend_ast.c while (i < list->children) { children 795 Zend/zend_ast.c while (i < list->children) { children 833 Zend/zend_ast.c while (i < list->children) { children 166 Zend/zend_ast.h uint32_t children; children 2411 Zend/zend_compile.c for (i = 0; i < list->children; ++i) { children 2481 Zend/zend_compile.c for (i = 0; i < list->children; i++) { children 2683 Zend/zend_compile.c for (i = 0; i < args->children; ++i) { children 2898 Zend/zend_compile.c for (i = 0; i < args->children; ++i) { children 2912 Zend/zend_compile.c || args->children != 1 || args->child[0]->kind == ZEND_AST_UNPACK children 2934 Zend/zend_compile.c if (args->children != 1 || args->child[0]->kind == ZEND_AST_UNPACK) { children 2950 Zend/zend_compile.c if (args->children != 1 || args->child[0]->kind != ZEND_AST_ZVAL) { children 3032 Zend/zend_compile.c if (args->children != 2 || zend_args_contain_unpack(args)) { children 3050 Zend/zend_compile.c if (args->children < 1 || zend_args_contain_unpack(args)) { children 3054 Zend/zend_compile.c zend_compile_init_user_func(args->child[0], args->children - 1, lcname); children 3055 Zend/zend_compile.c for (i = 1; i < args->children; ++i) { children 3089 Zend/zend_compile.c int children = zend_ast_is_list(ast) ? zend_ast_get_list(ast)->children : zend_ast_get_num_children(ast); children 3091 Zend/zend_compile.c for (i = 0; i < children; i++) { children 3126 Zend/zend_compile.c if (args->children == 1 && children 3842 Zend/zend_compile.c for (i = 0; i < list->children; ++i) { children 3972 Zend/zend_compile.c if (list->children > 1) { children 3973 Zend/zend_compile.c jmp_opnums = safe_emalloc(sizeof(uint32_t), list->children - 1, 0); children 3976 Zend/zend_compile.c for (i = 0; i < list->children; ++i) { children 3990 Zend/zend_compile.c if (i != list->children - 1) { children 3999 Zend/zend_compile.c if (list->children > 1) { children 4000 Zend/zend_compile.c for (i = 0; i < list->children - 1; ++i) { children 4018 Zend/zend_compile.c uint32_t *jmpnz_opnums = safe_emalloc(sizeof(uint32_t), cases->children, 0); children 4028 Zend/zend_compile.c for (i = 0; i < cases->children; ++i) { children 4064 Zend/zend_compile.c for (i = 0; i < cases->children; ++i) { children 4103 Zend/zend_compile.c uint32_t *jmp_opnums = safe_emalloc(sizeof(uint32_t), catches->children, 0); children 4105 Zend/zend_compile.c if (catches->children == 0 && !finally_ast) { children 4139 Zend/zend_compile.c if (catches->children != 0) { children 4143 Zend/zend_compile.c for (i = 0; i < catches->children; ++i) { children 4149 Zend/zend_compile.c zend_bool is_last_catch = (i + 1 == catches->children); children 4184 Zend/zend_compile.c for (i = 0; i < catches->children; ++i) { children 4227 Zend/zend_compile.c for (i = 0; i < declares->children; ++i) { children 4277 Zend/zend_compile.c while (i < file_ast->children) { children 4300 Zend/zend_compile.c for (i = 0; i < declares->children; ++i) { children 4357 Zend/zend_compile.c for (i = 0; i < list->children; ++i) { children 4429 Zend/zend_compile.c arg_infos = safe_emalloc(sizeof(zend_arg_info), list->children + 1, 0); children 4442 Zend/zend_compile.c if (list->children == 0) { children 4445 Zend/zend_compile.c arg_infos = safe_emalloc(sizeof(zend_arg_info), list->children, 0); children 4448 Zend/zend_compile.c for (i = 0; i < list->children; ++i) { children 4594 Zend/zend_compile.c op_array->num_args = list->children; children 4610 Zend/zend_compile.c for (i = 0; i < list->children; ++i) { children 4817 Zend/zend_compile.c && zend_ast_get_list(params_ast)->children != 1 children 4927 Zend/zend_compile.c uint32_t i, children = list->children; children 4937 Zend/zend_compile.c for (i = 0; i < children; ++i) { children 4985 Zend/zend_compile.c for (i = 0; i < list->children; ++i) { children 5034 Zend/zend_compile.c zend_string **names = safe_emalloc(sizeof(zend_string *), list->children + 1, 0); children 5037 Zend/zend_compile.c for (i = 0; i < list->children; ++i) { children 5042 Zend/zend_compile.c names[list->children] = NULL; children 5100 Zend/zend_compile.c for (i = 0; i < traits->children; ++i) { children 5132 Zend/zend_compile.c for (i = 0; i < adaptations->children; ++i) { children 5151 Zend/zend_compile.c for (i = 0; i < list->children; ++i) { children 5449 Zend/zend_compile.c for (i = 0; i < list->children; ++i) { children 5553 Zend/zend_compile.c for (i = 0; i < list->children; i++) { children 5572 Zend/zend_compile.c for (i = 0; i < list->children; ++i) { children 5839 Zend/zend_compile.c for (i = 0; i < list->children; ++i) { children 5856 Zend/zend_compile.c array_init_size(result, list->children); children 5857 Zend/zend_compile.c for (i = 0; i < list->children; ++i) { children 6469 Zend/zend_compile.c for (i = 0; i < list->children; ++i) { children 6493 Zend/zend_compile.c opline->extended_value = list->children << ZEND_ARRAY_SIZE_SHIFT; children 6507 Zend/zend_compile.c if (!list->children) { children 6535 Zend/zend_compile.c last = list->child[list->children-1]; children 6691 Zend/zend_compile.c ZEND_ASSERT(list->children > 0); children 6695 Zend/zend_compile.c for (i = 0; i < list->children; i++) { children 6977 Zend/zend_compile.c for (i = 0; i < list->children; ++i) { children 117 Zend/zend_generators.c if (EXPECTED(generator->node.children == 0)) { children 181 Zend/zend_generators.c if (UNEXPECTED(generator->node.children > 4)) { children 217 Zend/zend_generators.c generator->node.children = 0; children 278 Zend/zend_generators.c zend_generator *root = (generator->node.children < 1 ? generator : generator->node.ptr.leaf)->node.ptr.root; children 318 Zend/zend_generators.c switch (node->children) { children 343 Zend/zend_generators.c while (node->children == 1) { children 346 Zend/zend_generators.c return node->children > 1 ? node : NULL; children 351 Zend/zend_generators.c if (node->children < 4) { children 352 Zend/zend_generators.c node->child.array[node->children].leaf = leaf; children 353 Zend/zend_generators.c node->child.array[node->children].child = child; children 354 Zend/zend_generators.c } else if (node->children > 4) { children 371 Zend/zend_generators.c node->children++; children 376 Zend/zend_generators.c if (src->children <= 4) { children 377 Zend/zend_generators.c int i = src->children; children 392 Zend/zend_generators.c zend_generator *leaf = child->node.children ? child->node.ptr.leaf : child; children 394 Zend/zend_generators.c zend_bool was_leaf = generator->node.children == 0; children 403 Zend/zend_generators.c if (next->node.children > 1) { children 404 Zend/zend_generators.c if (next->node.children > 4) { children 409 Zend/zend_generators.c switch (next->node.children) { children 432 Zend/zend_generators.c } else if (generator->node.children == 1) { children 435 Zend/zend_generators.c generator->node.children = 0; children 455 Zend/zend_generators.c if (parent->node.children > 1) { children 43 Zend/zend_generators.h uint32_t children; children 120 Zend/zend_generators.h leaf = generator->node.children ? generator->node.ptr.leaf : generator; children 166 ext/dom/attr.c if (attrp->children) { children 167 ext/dom/attr.c node_list_unlink(attrp->children); children 1698 ext/dom/document.c php_dom_remove_xinclude_nodes(cur->children); children 1708 ext/dom/document.c php_dom_remove_xinclude_nodes(cur->children); children 1744 ext/dom/document.c root = (xmlNodePtr) docp->children; children 2187 ext/dom/document.c for (node = node->children; node; node = node->next) { children 93 ext/dom/documentfragment.c if (prop->children) { children 94 ext/dom/documentfragment.c cur = prop->children; children 103 ext/dom/documentfragment.c if (tree->children != NULL) { children 104 ext/dom/documentfragment.c cur = tree->children; children 184 ext/dom/documenttype.c xmlNodePtr cur = intsubset->children; children 73 ext/dom/dom_iterators.c ret->children = NULL; children 219 ext/dom/dom_iterators.c basenode = basenode->children; children 296 ext/dom/dom_iterators.c curnode = (xmlNodePtr) nodep->children; children 302 ext/dom/dom_iterators.c nodep = nodep->children; children 219 ext/dom/domimplementation.c docp->children = (xmlNodePtr) doctype; children 230 ext/dom/domimplementation.c docp->children = NULL; children 342 ext/dom/element.c value = xmlNodeListGetString(attr->doc, attr->children, 1); children 401 ext/dom/element.c node_list_unlink(attr->children); children 459 ext/dom/element.c node_list_unlink(attrp->children); children 506 ext/dom/element.c if (attrp->children) { children 507 ext/dom/element.c curns->prefix = xmlStrdup((xmlChar *) attrp->children); children 509 ext/dom/element.c if (attrp->children) { children 510 ext/dom/element.c attrp = xmlNewDocNode(nodep->doc, NULL, (xmlChar *) attrp->children, attrp->name); children 772 ext/dom/element.c node_list_unlink(nodep->children); children 840 ext/dom/element.c node_list_unlink(attr->children); children 905 ext/dom/element.c node_list_unlink(attrp->children); children 1120 ext/dom/element.c id_val = xmlNodeListGetString(attrp->doc, attrp->children, 1); children 307 ext/dom/node.c str = (char *) xmlNodeGetContent(nodep->children); children 338 ext/dom/node.c if (nodep->children) { children 339 ext/dom/node.c node_list_unlink(nodep->children); children 461 ext/dom/node.c first = nodep->children; children 871 ext/dom/node.c newchild = fragment->children; children 875 ext/dom/node.c nodep->children = newchild; children 904 ext/dom/node.c fragment->children = NULL; children 955 ext/dom/node.c if (child->type == XML_DOCUMENT_FRAG_NODE && child->children == NULL) { children 990 ext/dom/node.c if (new_child->parent->children == refp) { children 991 ext/dom/node.c new_child->parent->children = new_child; children 1028 ext/dom/node.c if (parentp->children == NULL) { children 1029 ext/dom/node.c parentp->children = child; children 1080 ext/dom/node.c xmlNodePtr children, newchild, oldchild, nodep; children 1099 ext/dom/node.c children = nodep->children; children 1100 ext/dom/node.c if (!children) { children 1123 ext/dom/node.c while (children) { children 1124 ext/dom/node.c if (children == oldchild) { children 1128 ext/dom/node.c children = children->next; children 1168 ext/dom/node.c xmlNodePtr children, child, nodep; children 1192 ext/dom/node.c children = nodep->children; children 1193 ext/dom/node.c if (!children) { children 1198 ext/dom/node.c while (children) { children 1199 ext/dom/node.c if (children == child) { children 1204 ext/dom/node.c children = children->next; children 1253 ext/dom/node.c if (child->type == XML_DOCUMENT_FRAG_NODE && child->children == NULL) { children 1273 ext/dom/node.c if (nodep->children == NULL) { children 1274 ext/dom/node.c nodep->children = child; children 1333 ext/dom/node.c if (nodep->children) { children 73 ext/dom/nodelist.c curnode = nodep->children; children 85 ext/dom/nodelist.c nodep = nodep->children; children 144 ext/dom/nodelist.c curnode = nodep->children; children 154 ext/dom/nodelist.c nodep = nodep->children; children 985 ext/dom/php_dom.c node_list_unlink(node->children); children 1356 ext/dom/php_dom.c ret = dom_get_elements_by_tag_name_ns_raw(nodep->children, ns, local, cur, index); children 1375 ext/dom/php_dom.c child = nodep->children; children 149 ext/dom/xpath.c if (node->children) { children 150 ext/dom/xpath.c curns->prefix = xmlStrdup((xmlChar *) node->children); children 152 ext/dom/xpath.c if (node->children) { children 153 ext/dom/xpath.c node = xmlNewDocNode(node->doc, NULL, (xmlChar *) node->children, node->name); children 450 ext/dom/xpath.c if (node->children) { children 451 ext/dom/xpath.c curns->prefix = xmlStrdup((xmlChar *) node->children); children 453 ext/dom/xpath.c if (node->children) { children 454 ext/dom/xpath.c node = xmlNewDocNode(docp, NULL, (xmlChar *) node->children, node->name); children 252 ext/libxml/libxml.c php_libxml_node_free_list(node->children); children 255 ext/libxml/libxml.c php_libxml_node_free_list(node->children); children 1300 ext/libxml/libxml.c php_libxml_node_free_list((xmlNodePtr) node->children); children 201 ext/opcache/zend_accelerator_util_funcs.c sizeof(zend_ast_list) - sizeof(zend_ast *) + sizeof(zend_ast *) * list->children); children 204 ext/opcache/zend_accelerator_util_funcs.c copy->children = list->children; children 205 ext/opcache/zend_accelerator_util_funcs.c for (i = 0; i < list->children; i++) { children 214 ext/opcache/zend_accelerator_util_funcs.c uint32_t children = zend_ast_get_num_children(ast); children 215 ext/opcache/zend_accelerator_util_funcs.c zend_ast *copy = emalloc(sizeof(zend_ast) - sizeof(zend_ast *) + sizeof(zend_ast *) * children); children 218 ext/opcache/zend_accelerator_util_funcs.c for (i = 0; i < children; i++) { children 285 ext/opcache/zend_file_cache.c for (i = 0; i < list->children; i++) { children 291 ext/opcache/zend_file_cache.c uint32_t children = zend_ast_get_num_children(ast); children 292 ext/opcache/zend_file_cache.c for (i = 0; i < children; i++) { children 847 ext/opcache/zend_file_cache.c for (i = 0; i < list->children; i++) { children 853 ext/opcache/zend_file_cache.c uint32_t children = zend_ast_get_num_children(ast); children 854 ext/opcache/zend_file_cache.c for (i = 0; i < children; i++) { children 248 ext/opcache/zend_persist.c sizeof(zend_ast_list) - sizeof(zend_ast *) + sizeof(zend_ast *) * list->children); children 249 ext/opcache/zend_persist.c for (i = 0; i < list->children; i++) { children 256 ext/opcache/zend_persist.c uint32_t children = zend_ast_get_num_children(ast); children 257 ext/opcache/zend_persist.c node = zend_accel_memdup(ast, sizeof(zend_ast) - sizeof(zend_ast *) + sizeof(zend_ast *) * children); children 258 ext/opcache/zend_persist.c for (i = 0; i < children; i++) { children 104 ext/opcache/zend_persist_calc.c ADD_SIZE(sizeof(zend_ast_list) - sizeof(zend_ast *) + sizeof(zend_ast *) * list->children); children 105 ext/opcache/zend_persist_calc.c for (i = 0; i < list->children; i++) { children 111 ext/opcache/zend_persist_calc.c uint32_t children = zend_ast_get_num_children(ast); children 112 ext/opcache/zend_persist_calc.c ADD_SIZE(sizeof(zend_ast) - sizeof(zend_ast *) + sizeof(zend_ast *) * children); children 113 ext/opcache/zend_persist_calc.c for (i = 0; i < children; i++) { children 203 ext/simplexml/simplexml.c node = orgnode->children; children 592 ext/simplexml/simplexml.c node = node->children; children 612 ext/simplexml/simplexml.c while ((tempnode = (xmlNodePtr) newnode->children)) { children 778 ext/simplexml/simplexml.c (!attr->children || !attr->children->content || !attr->children->content[0] || !xmlStrcmp(attr->children->content, (const xmlChar *) "0")) ) { children 792 ext/simplexml/simplexml.c node = node->children; children 805 ext/simplexml/simplexml.c (!node->children || (node->children->type == XML_TEXT_NODE && !node->children->next && children 806 ext/simplexml/simplexml.c (!node->children->content || !node->children->content[0] || !xmlStrcmp(node->children->content, (const xmlChar *) "0")))) ) { children 920 ext/simplexml/simplexml.c node = node->children; children 983 ext/simplexml/simplexml.c if (node->children && node->children->type == XML_TEXT_NODE && !xmlIsBlankNode(node->children)) { children 984 ext/simplexml/simplexml.c contents = xmlNodeListGetString(node->doc, node->children, 1); children 1066 ext/simplexml/simplexml.c if (sxe->iter.type == SXE_ITER_NONE || !node->children || !node->parent || node->children->next || node->children->children || node->parent->children == node->parent->last) { children 1067 ext/simplexml/simplexml.c node = node->children; children 1076 ext/simplexml/simplexml.c if (node->children != NULL || node->prev != NULL || node->next != NULL) { children 1163 ext/simplexml/simplexml.c ZVAL_STR(&value, sxe_xmlNodeListGetString((xmlDocPtr) sxe->document->ptr, attr->children, 1)); children 1181 ext/simplexml/simplexml.c ZVAL_STR(&value, sxe_xmlNodeListGetString(node->doc, node->children, 1)); children 1186 ext/simplexml/simplexml.c if ( sxe->iter.type == SXE_ITER_NONE || !node->children || !node->parent || !node->next || node->children->next || node->children->children || node->parent->children == node->parent->last ) { children 1187 ext/simplexml/simplexml.c node = node->children; children 1199 ext/simplexml/simplexml.c if (node->children != NULL || node->prev != NULL || node->next != NULL) { children 1525 ext/simplexml/simplexml.c node = node->children; children 1574 ext/simplexml/simplexml.c node = node->children; children 1614 ext/simplexml/simplexml.c SXE_METHOD(children) children 1881 ext/simplexml/simplexml.c contents = xmlNodeListGetString((xmlDocPtr) sxe->document->ptr, node->children, 1); children 1891 ext/simplexml/simplexml.c if (sxe->node->node->children) { children 1892 ext/simplexml/simplexml.c contents = xmlNodeListGetString((xmlDocPtr) sxe->document->ptr, sxe->node->node->children, 1); children 2409 ext/simplexml/simplexml.c node = node->children; children 2690 ext/simplexml/simplexml.c SXE_ME(children, arginfo_simplexmlelement_children, ZEND_ACC_PUBLIC) children 150 ext/simplexml/sxe.c node = node->children; children 312 ext/soap/php_encoding.c id = (char*)attr->children->content; children 329 ext/soap/php_encoding.c id = (char*)attr->children->content; children 541 ext/soap/php_encoding.c parse_namespace(type_attr->children->content, &cptype, &ns); children 575 ext/soap/php_encoding.c encodePtr enc = get_encoder_from_prefix(SOAP_GLOBAL(sdl), data, type_attr->children->content); children 611 ext/soap/php_encoding.c if (doc && doc->children) { children 612 ext/soap/php_encoding.c ret = xmlDocCopyNode(doc->children, parent->doc, 1); children 661 ext/soap/php_encoding.c if (data && data->children) { children 662 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { children 664 ext/soap/php_encoding.c xmlBufferPtr in = xmlBufferCreateStatic(data->children->content, xmlStrlen(data->children->content)); children 671 ext/soap/php_encoding.c ZVAL_STRING(ret, (char*)data->children->content); children 676 ext/soap/php_encoding.c ZVAL_STRING(ret, (char*)data->children->content); children 678 ext/soap/php_encoding.c } else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) { children 679 ext/soap/php_encoding.c ZVAL_STRING(ret, (char*)data->children->content); children 693 ext/soap/php_encoding.c if (data && data->children) { children 694 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { children 695 ext/soap/php_encoding.c whiteSpace_replace(data->children->content); children 697 ext/soap/php_encoding.c xmlBufferPtr in = xmlBufferCreateStatic(data->children->content, xmlStrlen(data->children->content)); children 704 ext/soap/php_encoding.c ZVAL_STRING(ret, (char*)data->children->content); children 709 ext/soap/php_encoding.c ZVAL_STRING(ret, (char*)data->children->content); children 711 ext/soap/php_encoding.c } else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) { children 712 ext/soap/php_encoding.c ZVAL_STRING(ret, (char*)data->children->content); children 726 ext/soap/php_encoding.c if (data && data->children) { children 727 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { children 728 ext/soap/php_encoding.c whiteSpace_collapse(data->children->content); children 730 ext/soap/php_encoding.c xmlBufferPtr in = xmlBufferCreateStatic(data->children->content, xmlStrlen(data->children->content)); children 737 ext/soap/php_encoding.c ZVAL_STRING(ret, (char*)data->children->content); children 742 ext/soap/php_encoding.c ZVAL_STRING(ret, (char*)data->children->content); children 744 ext/soap/php_encoding.c } else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) { children 745 ext/soap/php_encoding.c ZVAL_STRING(ret, (char*)data->children->content); children 761 ext/soap/php_encoding.c if (data && data->children) { children 762 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { children 763 ext/soap/php_encoding.c whiteSpace_collapse(data->children->content); children 764 ext/soap/php_encoding.c str = php_base64_decode(data->children->content, strlen((char*)data->children->content)); children 769 ext/soap/php_encoding.c } else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) { children 770 ext/soap/php_encoding.c str = php_base64_decode(data->children->content, strlen((char*)data->children->content)); children 792 ext/soap/php_encoding.c if (data && data->children) { children 793 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { children 794 ext/soap/php_encoding.c whiteSpace_collapse(data->children->content); children 795 ext/soap/php_encoding.c } else if (data->children->type != XML_CDATA_SECTION_NODE || data->children->next != NULL) { children 799 ext/soap/php_encoding.c str = zend_string_alloc(strlen((char*)data->children->content) / 2, 0); children 801 ext/soap/php_encoding.c c = data->children->content[j++]; children 811 ext/soap/php_encoding.c c = data->children->content[j++]; children 984 ext/soap/php_encoding.c if (data && data->children) { children 985 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { children 989 ext/soap/php_encoding.c whiteSpace_collapse(data->children->content); children 990 ext/soap/php_encoding.c switch (is_numeric_string((char*)data->children->content, strlen((char*)data->children->content), &lval, &dval, 0)) { children 998 ext/soap/php_encoding.c if (strncasecmp((char*)data->children->content, "NaN", sizeof("NaN")-1) == 0) { children 1000 ext/soap/php_encoding.c } else if (strncasecmp((char*)data->children->content, "INF", sizeof("INF")-1) == 0) { children 1002 ext/soap/php_encoding.c } else if (strncasecmp((char*)data->children->content, "-INF", sizeof("-INF")-1) == 0) { children 1022 ext/soap/php_encoding.c if (data && data->children) { children 1023 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { children 1027 ext/soap/php_encoding.c whiteSpace_collapse(data->children->content); children 1030 ext/soap/php_encoding.c switch (is_numeric_string((char*)data->children->content, strlen((char*)data->children->content), &lval, &dval, 0)) { children 1102 ext/soap/php_encoding.c if (data && data->children) { children 1103 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { children 1104 ext/soap/php_encoding.c whiteSpace_collapse(data->children->content); children 1105 ext/soap/php_encoding.c if (stricmp((char*)data->children->content, "true") == 0 || children 1106 ext/soap/php_encoding.c stricmp((char*)data->children->content, "t") == 0 || children 1107 ext/soap/php_encoding.c strcmp((char*)data->children->content, "1") == 0) { children 1109 ext/soap/php_encoding.c } else if (stricmp((char*)data->children->content, "false") == 0 || children 1110 ext/soap/php_encoding.c stricmp((char*)data->children->content, "f") == 0 || children 1111 ext/soap/php_encoding.c strcmp((char*)data->children->content, "0") == 0) { children 1114 ext/soap/php_encoding.c ZVAL_STRING(ret, (char*)data->children->content); children 1315 ext/soap/php_encoding.c xmlNodePtr node = get_node(data->children, model->u.element->name); children 1323 ext/soap/php_encoding.c if (r_node && r_node->children && r_node->children->content) { children 1324 ext/soap/php_encoding.c if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)r_node->children->content) != 0) { children 1325 ext/soap/php_encoding.c soap_error3(E_ERROR, "Encoding: Element '%s' has fixed value '%s' (value '%s' is not allowed)", model->u.element->name, model->u.element->fixed, r_node->children->content); children 1347 ext/soap/php_encoding.c if (node && node->children && node->children->content) { children 1348 ext/soap/php_encoding.c if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)node->children->content) != 0) { children 1349 ext/soap/php_encoding.c soap_error3(E_ERROR, "Encoding: Element '%s' has fixed value '%s' (value '%s' is not allowed)", model->u.element->name, model->u.element->fixed, node->children->content); children 1395 ext/soap/php_encoding.c model_to_zval_any(ret, data->children); children 1521 ext/soap/php_encoding.c model_to_zval_any(ret, data->children); children 1536 ext/soap/php_encoding.c if (val && val->children && val->children->content) { children 1537 ext/soap/php_encoding.c str_val = (char*)val->children->content; children 1570 ext/soap/php_encoding.c trav = data->children; children 1649 ext/soap/php_encoding.c if (property->children && property->children->content && children 1650 ext/soap/php_encoding.c model->u.element->fixed && strcmp(model->u.element->fixed, (char*)property->children->content) != 0) { children 1651 ext/soap/php_encoding.c soap_error3(E_ERROR, "Encoding: Element '%s' has fixed value '%s' (value '%s' is not allowed)", model->u.element->name, model->u.element->fixed, property->children->content); children 1671 ext/soap/php_encoding.c if (property->children && property->children->content && children 1672 ext/soap/php_encoding.c model->u.element->fixed && strcmp(model->u.element->fixed, (char*)property->children->content) != 0) { children 1673 ext/soap/php_encoding.c soap_error3(E_ERROR, "Encoding: Element '%s' has fixed value '%s' (value '%s' is not allowed)", model->u.element->name, model->u.element->fixed, property->children->content); children 1926 ext/soap/php_encoding.c if (dummy->children && dummy->children->content) { children 1927 ext/soap/php_encoding.c if (attr->fixed && strcmp(attr->fixed, (char*)dummy->children->content) != 0) { children 1928 ext/soap/php_encoding.c soap_error3(E_ERROR, "Encoding: Attribute '%s' has fixed value '%s' (value '%s' is not allowed)", attr->name, attr->fixed, dummy->children->content); children 1938 ext/soap/php_encoding.c xmlSetNsProp(xmlParam, nsp, BAD_CAST(attr->name), dummy->children->content); children 1940 ext/soap/php_encoding.c xmlSetProp(xmlParam, BAD_CAST(attr->name), dummy->children->content); children 2482 ext/soap/php_encoding.c attr->children && attr->children->content) { children 2486 ext/soap/php_encoding.c parse_namespace(attr->children->content, &type, &ns); children 2502 ext/soap/php_encoding.c attr->children && children 2503 ext/soap/php_encoding.c attr->children->content) { children 2507 ext/soap/php_encoding.c parse_namespace(attr->children->content, &type, &ns); children 2516 ext/soap/php_encoding.c attr->children && attr->children->content) { children 2517 ext/soap/php_encoding.c dimension = calc_dimension_12((char*)attr->children->content); children 2518 ext/soap/php_encoding.c dims = get_position_12(dimension, (char*)attr->children->content); children 2525 ext/soap/php_encoding.c attr->children && attr->children->content) { children 2527 ext/soap/php_encoding.c dimension = calc_dimension_12((char*)attr->children->content); children 2528 ext/soap/php_encoding.c dims = get_position_12(dimension, (char*)attr->children->content); children 2604 ext/soap/php_encoding.c attr->children && attr->children->content) { children 2605 ext/soap/php_encoding.c char* tmp = strrchr((char*)attr->children->content,'['); children 2608 ext/soap/php_encoding.c tmp = (char*)attr->children->content; children 2614 ext/soap/php_encoding.c trav = data->children; children 2623 ext/soap/php_encoding.c if (position != NULL && position->children && position->children->content) { children 2624 ext/soap/php_encoding.c char* tmp = strrchr((char*)position->children->content, '['); children 2626 ext/soap/php_encoding.c tmp = (char*)position->children->content; children 2728 ext/soap/php_encoding.c if (data && data->children) { children 2730 ext/soap/php_encoding.c trav = data->children; children 2732 ext/soap/php_encoding.c trav = data->children; children 2734 ext/soap/php_encoding.c xmlKey = get_node(item->children, "key"); children 2739 ext/soap/php_encoding.c xmlValue = get_node(item->children, "value"); children 2800 ext/soap/php_encoding.c type_name = tmpattr->children->content; children 2801 ext/soap/php_encoding.c enc = get_encoder_from_prefix(SOAP_GLOBAL(sdl), data, tmpattr->children->content); children 2831 ext/soap/php_encoding.c trav = data->children; children 3005 ext/soap/php_encoding.c if (dummy && dummy->children && dummy->children->content) { children 3009 ext/soap/php_encoding.c smart_str_appends(&list, (char*)dummy->children->content); children 3047 ext/soap/php_encoding.c if (dummy && dummy->children && dummy->children->content) { children 3051 ext/soap/php_encoding.c smart_str_appends(&list, (char*)dummy->children->content); children 3152 ext/soap/php_encoding.c parent->children = ret; children 3308 ext/soap/php_encoding.c if (href->children->content[0] == '#') { children 3309 ext/soap/php_encoding.c xmlNodePtr ret = get_node_with_attribute_recursive(data->doc->children, NULL, "id", (char*)&href->children->content[1]); children 3311 ext/soap/php_encoding.c soap_error1(E_ERROR, "Encoding: Unresolved reference '%s'", href->children->content); children 3316 ext/soap/php_encoding.c soap_error1(E_ERROR, "Encoding: External reference '%s'", href->children->content); children 3325 ext/soap/php_encoding.c if (href->children->content[0] == '#') { children 3326 ext/soap/php_encoding.c id = href->children->content+1; children 3328 ext/soap/php_encoding.c id = href->children->content; children 3330 ext/soap/php_encoding.c ret = get_node_with_attribute_recursive_ex(data->doc->children, NULL, NULL, "id", (char*)id, SOAP_1_2_ENC_NAMESPACE); children 3332 ext/soap/php_encoding.c soap_error1(E_ERROR, "Encoding: Unresolved reference '%s'", href->children->content); children 3334 ext/soap/php_encoding.c soap_error1(E_ERROR, "Encoding: Violation of id and ref information items '%s'", href->children->content); children 3408 ext/soap/php_encoding.c xmlns = xmlNewNs(node->doc->children, BAD_CAST(ns), prefix); children 3425 ext/soap/php_encoding.c xmlns = xmlNewNs(node->doc->children, BAD_CAST(ns), BAD_CAST(prefix.s ? ZSTR_VAL(prefix.s) : "")); children 57 ext/soap/php_packet_soap.c trav = response->children; children 93 ext/soap/php_packet_soap.c } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { children 104 ext/soap/php_packet_soap.c trav = env->children; children 143 ext/soap/php_packet_soap.c } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { children 169 ext/soap/php_packet_soap.c } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { children 180 ext/soap/php_packet_soap.c fault = get_node_ex(body->children,"Fault",envelope_ns); children 189 ext/soap/php_packet_soap.c tmp = get_node(fault->children, "faultcode"); children 190 ext/soap/php_packet_soap.c if (tmp != NULL && tmp->children != NULL) { children 191 ext/soap/php_packet_soap.c faultcode = (char*)tmp->children->content; children 194 ext/soap/php_packet_soap.c tmp = get_node(fault->children, "faultstring"); children 195 ext/soap/php_packet_soap.c if (tmp != NULL && tmp->children != NULL) { children 201 ext/soap/php_packet_soap.c tmp = get_node(fault->children, "faultactor"); children 202 ext/soap/php_packet_soap.c if (tmp != NULL && tmp->children != NULL) { children 208 ext/soap/php_packet_soap.c tmp = get_node(fault->children, "detail"); children 213 ext/soap/php_packet_soap.c tmp = get_node(fault->children, "Code"); children 214 ext/soap/php_packet_soap.c if (tmp != NULL && tmp->children != NULL) { children 215 ext/soap/php_packet_soap.c tmp = get_node(tmp->children, "Value"); children 216 ext/soap/php_packet_soap.c if (tmp != NULL && tmp->children != NULL) { children 217 ext/soap/php_packet_soap.c faultcode = (char*)tmp->children->content; children 221 ext/soap/php_packet_soap.c tmp = get_node(fault->children,"Reason"); children 222 ext/soap/php_packet_soap.c if (tmp != NULL && tmp->children != NULL) { children 224 ext/soap/php_packet_soap.c tmp = get_node(tmp->children,"Text"); children 225 ext/soap/php_packet_soap.c if (tmp != NULL && tmp->children != NULL) { children 232 ext/soap/php_packet_soap.c tmp = get_node(fault->children,"Detail"); children 253 ext/soap/php_packet_soap.c resp = body->children; children 301 ext/soap/php_packet_soap.c val = get_node(cur->children, param->paramName); children 304 ext/soap/php_packet_soap.c val = get_node(cur->children, "return"); children 307 ext/soap/php_packet_soap.c val = get_node(cur->children, "result"); children 309 ext/soap/php_packet_soap.c if (val == NULL && cur->children && cur->children->next == NULL) { children 310 ext/soap/php_packet_soap.c val = cur->children; children 340 ext/soap/php_packet_soap.c val = resp->children; children 394 ext/soap/php_packet_soap.c trav = head->children; children 112 ext/soap/php_schema.c schema = get_node(doc->children, "schema"); children 119 ext/soap/php_schema.c if (ns != NULL && (new_tns == NULL || xmlStrcmp(ns->children->content, new_tns->children->content) != 0)) { children 121 ext/soap/php_schema.c soap_error2(E_ERROR, "Parsing Schema: can't import schema from '%s', unexpected 'targetNamespace'='%s'", location, ns->children->content); children 125 ext/soap/php_schema.c soap_error2(E_ERROR, "Parsing Schema: can't import schema from '%s', unexpected 'targetNamespace'='%s'", location, new_tns->children->content); children 131 ext/soap/php_schema.c xmlSetProp(schema, BAD_CAST("targetNamespace"), tns->children->content); children 133 ext/soap/php_schema.c } else if (tns != NULL && xmlStrcmp(tns->children->content, new_tns->children->content) != 0) { children 187 ext/soap/php_schema.c trav = schema->children; children 200 ext/soap/php_schema.c uri = xmlBuildURI(location->children->content, trav->doc->URL); children 202 ext/soap/php_schema.c uri = xmlBuildURI(location->children->content, base); children 220 ext/soap/php_schema.c uri = xmlBuildURI(location->children->content, trav->doc->URL); children 222 ext/soap/php_schema.c uri = xmlBuildURI(location->children->content, base); children 237 ext/soap/php_schema.c if (ns != NULL && tns != NULL && xmlStrcmp(ns->children->content, tns->children->content) == 0) { children 239 ext/soap/php_schema.c soap_error1(E_ERROR, "Parsing Schema: can't import schema from '%s', namespace must not match the enclosing schema 'targetNamespace'", location->children->content); children 248 ext/soap/php_schema.c uri = xmlBuildURI(location->children->content, trav->doc->URL); children 250 ext/soap/php_schema.c uri = xmlBuildURI(location->children->content, base); children 324 ext/soap/php_schema.c newType->name = estrdup((char*)name->children->content); children 325 ext/soap/php_schema.c newType->namens = estrdup((char*)ns->children->content); children 354 ext/soap/php_schema.c newType->name = estrdup((char*)name->children->content); children 355 ext/soap/php_schema.c newType->namens = estrdup((char*)ns->children->content); children 368 ext/soap/php_schema.c create_encoder(sdl, cur_type, ns->children->content, name->children->content); children 373 ext/soap/php_schema.c trav = simpleType->children; children 421 ext/soap/php_schema.c parse_namespace(itemType->children->content, &type, &ns); children 444 ext/soap/php_schema.c trav = listType->children; children 468 ext/soap/php_schema.c newType->namens = estrdup((char*)tns->children->content); children 505 ext/soap/php_schema.c str = estrdup((char*)memberTypes->children->content); children 544 ext/soap/php_schema.c trav = unionType->children; children 565 ext/soap/php_schema.c newType->namens = estrdup((char*)tns->children->content); children 597 ext/soap/php_schema.c trav = simpCompType->children; children 648 ext/soap/php_schema.c parse_namespace(base->children->content, &type, &ns); children 664 ext/soap/php_schema.c trav = restType->children; children 753 ext/soap/php_schema.c parse_namespace(base->children->content, &type, &ns); children 764 ext/soap/php_schema.c trav = restType->children; children 817 ext/soap/php_schema.c if (!strncmp((char*)fixed->children->content, "true", sizeof("true")) || children 818 ext/soap/php_schema.c !strncmp((char*)fixed->children->content, "1", sizeof("1"))) children 827 ext/soap/php_schema.c (*valptr)->value = atoi((char*)value->children->content); children 844 ext/soap/php_schema.c if (!strncmp((char*)fixed->children->content, "true", sizeof("true")) || children 845 ext/soap/php_schema.c !strncmp((char*)fixed->children->content, "1", sizeof("1"))) { children 855 ext/soap/php_schema.c (*valptr)->value = estrdup((char*)value->children->content); children 878 ext/soap/php_schema.c parse_namespace(base->children->content, &type, &ns); children 889 ext/soap/php_schema.c trav = extType->children; children 933 ext/soap/php_schema.c parse_namespace(base->children->content, &type, &ns); children 944 ext/soap/php_schema.c trav = extType->children; children 989 ext/soap/php_schema.c model->min_occurs = atoi((char*)attr->children->content); children 996 ext/soap/php_schema.c if (!strncmp((char*)attr->children->content, "unbounded", sizeof("unbounded"))) { children 999 ext/soap/php_schema.c model->max_occurs = atoi((char*)attr->children->content); children 1032 ext/soap/php_schema.c trav = all->children; children 1082 ext/soap/php_schema.c parse_namespace(ref->children->content, &type, &ns); children 1092 ext/soap/php_schema.c smart_str_appends(&key, (char*)ns->children->content); children 1111 ext/soap/php_schema.c smart_str_appends(&key, (char*)ns->children->content); children 1113 ext/soap/php_schema.c smart_str_appends(&key, (char*)name->children->content); children 1146 ext/soap/php_schema.c trav = groupType->children; children 1208 ext/soap/php_schema.c trav = choiceType->children; children 1258 ext/soap/php_schema.c trav = seqType->children; children 1320 ext/soap/php_schema.c trav = compCont->children; children 1379 ext/soap/php_schema.c newType->name = estrdup((char*)name->children->content); children 1380 ext/soap/php_schema.c newType->namens = estrdup((char*)ns->children->content); children 1409 ext/soap/php_schema.c newType->name = estrdup((char*)name->children->content); children 1410 ext/soap/php_schema.c newType->namens = estrdup((char*)ns->children->content); children 1415 ext/soap/php_schema.c create_encoder(sdl, cur_type, ns->children->content, name->children->content); children 1421 ext/soap/php_schema.c trav = compType->children; children 1517 ext/soap/php_schema.c parse_namespace(ref->children->content, &type, &ns); children 1528 ext/soap/php_schema.c smart_str_appends(&nscat, (char*)ns->children->content); children 1540 ext/soap/php_schema.c newType->name = estrdup((char*)name->children->content); children 1541 ext/soap/php_schema.c newType->namens = estrdup((char*)ns->children->content); children 1597 ext/soap/php_schema.c if (!stricmp((char*)attr->children->content, "true") || children 1598 ext/soap/php_schema.c !stricmp((char*)attr->children->content, "1")) { children 1612 ext/soap/php_schema.c cur_type->fixed = estrdup((char*)attr->children->content); children 1622 ext/soap/php_schema.c cur_type->def = estrdup((char*)attr->children->content); children 1628 ext/soap/php_schema.c if (strncmp((char*)attr->children->content, "qualified", sizeof("qualified")) == 0) { children 1630 ext/soap/php_schema.c } else if (strncmp((char*)attr->children->content, "unqualified", sizeof("unqualified")) == 0) { children 1644 ext/soap/php_schema.c if(def == NULL || strncmp((char*)def->children->content, "qualified", sizeof("qualified"))) { children 1667 ext/soap/php_schema.c parse_namespace(type->children->content, &cptype, &str_ns); children 1676 ext/soap/php_schema.c trav = element->children; children 1751 ext/soap/php_schema.c parse_namespace(ref->children->content, &attr_name, &ns); children 1762 ext/soap/php_schema.c smart_str_appends(&key, (char*)ns->children->content); children 1779 ext/soap/php_schema.c smart_str_appends(&key, (char*)ns->children->content); children 1781 ext/soap/php_schema.c newAttr->namens = estrdup((char*)ns->children->content); children 1783 ext/soap/php_schema.c smart_str_appends(&key, (char*)name->children->content); children 1814 ext/soap/php_schema.c parse_namespace(type->children->content, &cptype, &str_ns); children 1826 ext/soap/php_schema.c newAttr->def = estrdup((char*)attr->children->content); children 1828 ext/soap/php_schema.c newAttr->fixed = estrdup((char*)attr->children->content); children 1830 ext/soap/php_schema.c if (strncmp((char*)attr->children->content, "qualified", sizeof("qualified")) == 0) { children 1832 ext/soap/php_schema.c } else if (strncmp((char*)attr->children->content, "unqualified", sizeof("unqualified")) == 0) { children 1840 ext/soap/php_schema.c newAttr->name = estrdup((char*)attr->children->content); children 1846 ext/soap/php_schema.c if (strncmp((char*)attr->children->content, "prohibited", sizeof("prohibited")) == 0) { children 1848 ext/soap/php_schema.c } else if (strncmp((char*)attr->children->content, "required", sizeof("required")) == 0) { children 1850 ext/soap/php_schema.c } else if (strncmp((char*)attr->children->content, "optional", sizeof("optional")) == 0) { children 1866 ext/soap/php_schema.c parse_namespace(attr->children->content, &value, &ns); children 1872 ext/soap/php_schema.c ext->val = estrdup((char*)attr->children->content); children 1898 ext/soap/php_schema.c if(def == NULL || strncmp((char*)def->children->content, "qualified", sizeof("qualified"))) { children 1911 ext/soap/php_schema.c trav = attrType->children; children 1937 ext/soap/php_schema.c dummy_type->namens = estrdup((char*)tns->children->content); children 1973 ext/soap/php_schema.c newType->name = estrdup((char*)name->children->content); children 1974 ext/soap/php_schema.c newType->namens = estrdup((char*)ns->children->content); children 1999 ext/soap/php_schema.c parse_namespace(ref->children->content, &group_name, &ns); children 2019 ext/soap/php_schema.c trav = attrGroup->children; children 217 ext/soap/php_sdl.c attr->children && attr->children->content && children 218 ext/soap/php_sdl.c (strcmp((char*)attr->children->content, "1") == 0 || children 219 ext/soap/php_sdl.c strcmp((char*)attr->children->content, "true") == 0)) { children 344 ext/soap/php_sdl.c root = wsdl->children; children 360 ext/soap/php_sdl.c tmpsdl->target_ns = estrdup((char*)targetNamespace->children->content); children 364 ext/soap/php_sdl.c trav = definitions->children; children 372 ext/soap/php_sdl.c xmlNodePtr trav2 = trav->children; children 390 ext/soap/php_sdl.c uri = xmlBuildURI(tmp->children->content, trav->doc->URL); children 392 ext/soap/php_sdl.c uri = xmlBuildURI(tmp->children->content, base); children 401 ext/soap/php_sdl.c if (name && name->children && name->children->content) { children 402 ext/soap/php_sdl.c if (zend_hash_str_add_ptr(&ctx->messages, (char*)name->children->content, xmlStrlen(name->children->content), trav) == NULL) { children 403 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: <message> '%s' already defined", name->children->content); children 411 ext/soap/php_sdl.c if (name && name->children && name->children->content) { children 412 ext/soap/php_sdl.c if (zend_hash_str_add_ptr(&ctx->portTypes, (char*)name->children->content, xmlStrlen(name->children->content), trav) == NULL) { children 413 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: <portType> '%s' already defined", name->children->content); children 421 ext/soap/php_sdl.c if (name && name->children && name->children->content) { children 422 ext/soap/php_sdl.c if (zend_hash_str_add_ptr(&ctx->bindings, (char*)name->children->content, xmlStrlen(name->children->content), trav) == NULL) { children 423 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: <binding> '%s' already defined", name->children->content); children 431 ext/soap/php_sdl.c if (name && name->children && name->children->content) { children 432 ext/soap/php_sdl.c if (zend_hash_str_add_ptr(&ctx->services, (char*)name->children->content, xmlStrlen(name->children->content), trav) == NULL) { children 433 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: <service> '%s' already defined", name->children->content); children 457 ext/soap/php_sdl.c ctype = strrchr((char*)tmp->children->content,':'); children 459 ext/soap/php_sdl.c ctype = (char*)tmp->children->content; children 464 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Missing <message> with name '%s'", tmp->children->content); children 471 ext/soap/php_sdl.c part = get_node_with_attribute_ex(message->children, "part", WSDL_NAMESPACE, "name", (char*)tmp->children->content, NULL); children 473 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", tmp->children->content); children 478 ext/soap/php_sdl.c h->name = estrdup((char*)tmp->children->content); children 481 ext/soap/php_sdl.c if (tmp && !strncmp((char*)tmp->children->content, "encoded", sizeof("encoded"))) { children 489 ext/soap/php_sdl.c h->ns = estrdup((char*)tmp->children->content); children 495 ext/soap/php_sdl.c if (strncmp((char*)tmp->children->content, SOAP_1_1_ENC_NAMESPACE, sizeof(SOAP_1_1_ENC_NAMESPACE)) == 0) { children 497 ext/soap/php_sdl.c } else if (strncmp((char*)tmp->children->content, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)) == 0) { children 500 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content); children 509 ext/soap/php_sdl.c h->encode = get_encoder_from_prefix(ctx->sdl, part, tmp->children->content); children 513 ext/soap/php_sdl.c h->element = get_element(ctx->sdl, part, tmp->children->content); children 527 ext/soap/php_sdl.c xmlNodePtr trav = header->children; children 562 ext/soap/php_sdl.c trav = node->children; children 568 ext/soap/php_sdl.c if (tmp && !strncmp((char*)tmp->children->content, "literal", sizeof("literal"))) { children 576 ext/soap/php_sdl.c binding->ns = estrdup((char*)tmp->children->content); children 582 ext/soap/php_sdl.c char *parts = (char*)tmp->children->content; children 620 ext/soap/php_sdl.c if (strncmp((char*)tmp->children->content, SOAP_1_1_ENC_NAMESPACE, sizeof(SOAP_1_1_ENC_NAMESPACE)) == 0) { children 622 ext/soap/php_sdl.c } else if (strncmp((char*)tmp->children->content, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)) == 0) { children 625 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content); children 677 ext/soap/php_sdl.c trav = message->children; children 702 ext/soap/php_sdl.c param->paramName = estrdup((char*)name->children->content); children 706 ext/soap/php_sdl.c param->encode = get_encoder_from_prefix(ctx->sdl, part, type->children->content); children 710 ext/soap/php_sdl.c param->element = get_element(ctx->sdl, part, element->children->content); children 754 ext/soap/php_sdl.c trav = service->children; children 783 ext/soap/php_sdl.c trav2 = port->children; children 827 ext/soap/php_sdl.c tmpbinding->location = estrdup((char*)location->children->content); children 829 ext/soap/php_sdl.c ctype = strrchr((char*)bindingAttr->children->content,':'); children 831 ext/soap/php_sdl.c ctype = (char*)bindingAttr->children->content; children 849 ext/soap/php_sdl.c soapBindingNode = get_node_ex(binding->children, "binding", wsdl_soap_namespace); children 852 ext/soap/php_sdl.c if (tmp && !strncmp((char*)tmp->children->content, "rpc", sizeof("rpc"))) { children 858 ext/soap/php_sdl.c if (strncmp((char*)tmp->children->content, WSDL_HTTP_TRANSPORT, sizeof(WSDL_HTTP_TRANSPORT)) == 0) { children 877 ext/soap/php_sdl.c tmpbinding->name = estrdup((char*)name->children->content); children 884 ext/soap/php_sdl.c ctype = strrchr((char*)type->children->content,':'); children 886 ext/soap/php_sdl.c ctype = (char*)type->children->content; children 891 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Missing <portType> with name '%s'", name->children->content); children 895 ext/soap/php_sdl.c trav2 = binding->children; children 919 ext/soap/php_sdl.c trav3 = operation->children; children 933 ext/soap/php_sdl.c portTypeOperation = get_node_with_attribute_ex(portType->children, "operation", WSDL_NAMESPACE, "name", (char*)op_name->children->content, NULL); children 935 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Missing <portType>/<operation> with name '%s'", op_name->children->content); children 940 ext/soap/php_sdl.c function->functionName = estrdup((char*)op_name->children->content); children 953 ext/soap/php_sdl.c soapOperation = get_node_ex(operation->children, "operation", wsdl_soap_namespace); children 957 ext/soap/php_sdl.c soapFunctionBinding->soapAction = estrdup((char*)tmp->children->content); children 962 ext/soap/php_sdl.c if (!strncmp((char*)tmp->children->content, "rpc", sizeof("rpc"))) { children 975 ext/soap/php_sdl.c input = get_node_ex(portTypeOperation->children, "input", WSDL_NAMESPACE); children 981 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Missing name for <input> of '%s'", op_name->children->content); children 983 ext/soap/php_sdl.c function->requestParameters = wsdl_message(&ctx, message->children->content); children 996 ext/soap/php_sdl.c input = get_node_ex(operation->children, "input", WSDL_NAMESPACE); children 1004 ext/soap/php_sdl.c output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE); children 1010 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content); children 1012 ext/soap/php_sdl.c function->responseParameters = wsdl_message(&ctx, message->children->content); children 1030 ext/soap/php_sdl.c output = get_node_ex(operation->children, "output", WSDL_NAMESPACE); children 1043 ext/soap/php_sdl.c fault = portTypeOperation->children; children 1051 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Missing name for <fault> of '%s'", op_name->children->content); children 1055 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content); children 1061 ext/soap/php_sdl.c f->name = estrdup((char*)name->children->content); children 1062 ext/soap/php_sdl.c f->details = wsdl_message(&ctx, message->children->content); children 1064 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: The fault message '%s' must have a single part", message->children->content); children 1068 ext/soap/php_sdl.c xmlNodePtr soap_fault = get_node_with_attribute_ex(operation->children, "fault", WSDL_NAMESPACE, "name", f->name, NULL); children 1070 ext/soap/php_sdl.c xmlNodePtr trav = soap_fault->children; children 1080 ext/soap/php_sdl.c if (tmp && !strncmp((char*)tmp->children->content, "encoded", sizeof("encoded"))) { children 1088 ext/soap/php_sdl.c binding->ns = estrdup((char*)tmp->children->content); children 1094 ext/soap/php_sdl.c if (strncmp((char*)tmp->children->content, SOAP_1_1_ENC_NAMESPACE, sizeof(SOAP_1_1_ENC_NAMESPACE)) == 0) { children 1096 ext/soap/php_sdl.c } else if (strncmp((char*)tmp->children->content, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)) == 0) { children 1099 ext/soap/php_sdl.c soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content); children 1117 ext/soap/php_sdl.c soap_error2(E_ERROR, "Parsing WSDL: <fault> with name '%s' already defined in '%s'", f->name, op_name->children->content); children 47 ext/soap/php_xml.c trav = node->children; children 61 ext/soap/php_xml.c } else if (trav->children != NULL) { children 265 ext/soap/php_xml.c } else if (node->children != NULL) { children 266 ext/soap/php_xml.c xmlNodePtr tmp = get_node_recurisve_ex(node->children, name, ns); children 289 ext/soap/php_xml.c if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) { children 302 ext/soap/php_xml.c if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) { children 306 ext/soap/php_xml.c if (node->children != NULL) { children 307 ext/soap/php_xml.c xmlNodePtr tmp = get_node_with_attribute_recursive_ex(node->children, name, name_ns, attribute, value, attr_ns); children 1653 ext/soap/soap.c xmlNodePtr env = get_node(doc_request->children,"Envelope"); children 3434 ext/soap/soap.c if (func->children != NULL || children 3465 ext/soap/soap.c trav = request->children; children 3495 ext/soap/soap.c } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) { children 3504 ext/soap/soap.c trav = env->children; children 3537 ext/soap/soap.c } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) { children 3549 ext/soap/soap.c trav = body->children; children 3572 ext/soap/soap.c if (attr && strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) { children 3577 ext/soap/soap.c if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) { children 3602 ext/soap/soap.c } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) { children 3608 ext/soap/soap.c trav = head->children; children 3616 ext/soap/soap.c if (attr && strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) { children 3621 ext/soap/soap.c if (strcmp((char*)attr->children->content,SOAP_1_1_ACTOR_NEXT) != 0 && children 3622 ext/soap/soap.c (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) { children 3628 ext/soap/soap.c if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) { children 3633 ext/soap/soap.c if (strcmp((char*)attr->children->content,SOAP_1_2_ACTOR_UNLIMATERECEIVER) != 0 && children 3634 ext/soap/soap.c strcmp((char*)attr->children->content,SOAP_1_2_ACTOR_NEXT) != 0 && children 3635 ext/soap/soap.c (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) { children 3642 ext/soap/soap.c if (strcmp((char*)attr->children->content,"1") == 0 || children 3643 ext/soap/soap.c strcmp((char*)attr->children->content,"true") == 0) { children 3645 ext/soap/soap.c } else if (strcmp((char*)attr->children->content,"0") == 0 || children 3646 ext/soap/soap.c strcmp((char*)attr->children->content,"false") == 0) { children 3682 ext/soap/soap.c hdr_func = hdr_func->children; children 3703 ext/soap/soap.c func = func->children; children 3706 ext/soap/soap.c func = func->children; children 4178 ext/soap/soap.c if (head->children == NULL) { children 4205 ext/soap/soap.c body->children == NULL && head == NULL) { children 842 ext/tidy/tidy.c zval attribute, children, temp; children 894 ext/tidy/tidy.c array_init(&children); children 904 ext/tidy/tidy.c add_next_index_zval(&children, &temp); children 909 ext/tidy/tidy.c ZVAL_NULL(&children); children 912 ext/tidy/tidy.c zend_hash_str_update(obj->std.properties, "child", sizeof("child") - 1, &children); children 207 ext/xmlrpc/libxmlrpc/xml_element.c Q_Destroy(&root->children); children 238 ext/xmlrpc/libxmlrpc/xml_element.c xml_element* kids = Q_Head(&root->children); children 241 ext/xmlrpc/libxmlrpc/xml_element.c kids = Q_Next(&root->children); children 268 ext/xmlrpc/libxmlrpc/xml_element.c Q_Init(&elem->children); children 439 ext/xmlrpc/libxmlrpc/xml_element.c if(!el->text.len && !Q_Size(&el->children)) { children 474 ext/xmlrpc/libxmlrpc/xml_element.c xml_element *kids = Q_Head(&el->children); children 483 ext/xmlrpc/libxmlrpc/xml_element.c kids = Q_Next(&el->children); children 628 ext/xmlrpc/libxmlrpc/xml_element.c Q_PushTail(&mydata->current->parent->children, mydata->current); children 754 ext/xmlrpc/libxmlrpc/xml_element.c xReturn = (xml_element*)Q_Head(&mydata.root->children); children 155 ext/xmlrpc/libxmlrpc/xml_element.h queue children; /* child element list */ children 185 ext/xmlrpc/libxmlrpc/xml_element.h #define xml_elem_next_element(el) ((el) ? (xml_element *)Q_Next(&el->children) : NULL) children 186 ext/xmlrpc/libxmlrpc/xml_element.h #define xml_elem_head_element(el) ((el) ? (xml_element *)Q_Head(&el->children) : NULL) children 113 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c xml_element* iter = (xml_element*)Q_Head(&el->children); children 128 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c iter = (xml_element*)Q_Next(&el->children); children 132 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c xml_element* iter = (xml_element*)Q_Head(&el->children); children 135 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c iter = (xml_element*)Q_Next(&el->children); children 258 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c Q_PushTail(&elem_val->children, next_el); children 304 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c Q_PushTail(&root->children, wrapper); children 312 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c Q_PushTail(&wrapper->children, method); children 314 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c Q_PushTail(&wrapper->children, children 341 ext/xmlrpc/libxmlrpc/xml_to_soap.c if (!Q_Size(&el->children)) { children 374 ext/xmlrpc/libxmlrpc/xml_to_soap.c xml_element* iter = (xml_element*)Q_Head(&el->children); children 406 ext/xmlrpc/libxmlrpc/xml_to_soap.c iter = (xml_element*)Q_Next(&el->children); children 487 ext/xmlrpc/libxmlrpc/xml_to_soap.c Q_PushTail(&elem_val->children, next_el); children 610 ext/xmlrpc/libxmlrpc/xml_to_soap.c Q_PushTail(&body->children, el_serialized); children 642 ext/xmlrpc/libxmlrpc/xml_to_soap.c if(Q_Size(&el_serialized->children) && rtype == xmlrpc_request_call) { children 643 ext/xmlrpc/libxmlrpc/xml_to_soap.c xml_element* iter = (xml_element*)Q_Head(&el_serialized->children); children 645 ext/xmlrpc/libxmlrpc/xml_to_soap.c Q_PushTail(&rpc->children, iter); children 646 ext/xmlrpc/libxmlrpc/xml_to_soap.c iter = (xml_element*)Q_Next(&el_serialized->children); children 651 ext/xmlrpc/libxmlrpc/xml_to_soap.c Q_PushTail(&rpc->children, el_serialized); children 655 ext/xmlrpc/libxmlrpc/xml_to_soap.c Q_PushTail(&body->children, rpc); children 664 ext/xmlrpc/libxmlrpc/xml_to_soap.c Q_PushTail(&root->children, body); children 80 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c xml_element* fault_value = (xml_element*)Q_Head(&el->children); children 84 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c xml_element* fault_struct = (xml_element*)Q_Head(&fault_value->children); children 86 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c xml_element* iter = (xml_element*)Q_Head(&fault_struct->children); children 92 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c iter = (xml_element*)Q_Next(&fault_struct->children); children 100 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c xml_element* iter = (xml_element*)Q_Head(&el->children); children 107 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c iter = (xml_element*)Q_Next(&el->children); children 111 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c xml_element* iter = (xml_element*)Q_Head(&el->children); children 118 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c iter = (xml_element*)Q_Next(&el->children); children 122 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c (!strcmp(el->name, ELEM_VALUE) && Q_Size(&el->children) == 0)) { children 165 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c iter = (xml_element*)Q_Head(&el->children); children 169 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c iter = (xml_element*)Q_Next(&el->children); children 208 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c Q_PushTail(&elem_val->children, next_el); children 274 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c Q_PushTail(&elem_val->children, data); children 291 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c Q_PushTail(&root_vector_elem->children, next_el); children 317 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c Q_PushTail(¶m->children, value); children 321 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c Q_PushTail(&value->children, elem_val); children 334 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c Q_PushTail(&member->children, name); children 335 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c Q_PushTail(&member->children, value); children 336 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c Q_PushTail(&value->children, elem_val); children 345 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c Q_PushTail(&value->children, elem_val); children 358 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c Q_PushTail(&value->children, elem_val); children 397 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c Q_PushTail(&wrapper->children, method); children 401 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c Q_PushTail(&wrapper->children, children 408 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c Q_PushTail(&wrapper->children, params); children 351 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c if(Q_Size(&el->children) && children 356 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c xml_element* elem_iter = Q_Head(&el->children); children 360 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c elem_iter = Q_Next(&el->children); children 372 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c if(Q_Size(&el->children)) { children 373 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c xml_element* elem_iter = Q_Head(&el->children); children 380 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c elem_iter = Q_Next(&el->children); children 387 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c xml_element* elem_iter = Q_Head(&el->children); children 395 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c elem_iter = Q_Next(&el->children); children 405 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c else if(Q_Size(&el->children)) { children 406 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c xml_element* elem_iter = Q_Head(&el->children); children 412 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c elem_iter = Q_Next(&el->children); children 268 ext/xsl/xsltprocessor.c if (node->children) { children 269 ext/xsl/xsltprocessor.c curns->prefix = xmlStrdup((char *)node->children); children 271 ext/xsl/xsltprocessor.c if (node->children) { children 272 ext/xsl/xsltprocessor.c node = xmlNewDocNode(node->doc, NULL, (char *) node->children, node->name); children 451 ext/xsl/xsltprocessor.c if (nodep && (nodep = nodep->children)) { children 110 sapi/cgi/cgi_main.c static int children = 0; children 1986 sapi/cgi/cgi_main.c children = atoi(children_str); children 1987 sapi/cgi/cgi_main.c if (children < 0) { children 1999 sapi/cgi/cgi_main.c if (children) { children 2053 sapi/cgi/cgi_main.c } while (parent && (running < children)); children 96 sapi/fpm/fpm/fpm_children.c child->next = wp->children; children 101 sapi/fpm/fpm/fpm_children.c wp->children = child; children 113 sapi/fpm/fpm/fpm_children.c child->wp->children = child->next; children 129 sapi/fpm/fpm/fpm_children.c for (child = wp->children; child; child = child->next) { children 154 sapi/fpm/fpm/fpm_process_ctl.c for (child = wp->children; child; child = child->next) { children 302 sapi/fpm/fpm/fpm_process_ctl.c for (child = wp->children; child; child = child->next) { children 324 sapi/fpm/fpm/fpm_process_ctl.c for (child = wp->children; child; child = child->next) { children 522 sapi/fpm/fpm/fpm_process_ctl.c for (child = wp->children; child; child = child->next) { children 45 sapi/fpm/fpm/fpm_worker_pool.c fpm_children_free(wp->children); children 31 sapi/fpm/fpm/fpm_worker_pool.h struct fpm_child_s *children; children 915 sapi/litespeed/lsapi_main.c void start_children( int children ) children 937 sapi/litespeed/lsapi_main.c while((!s_stop )&&( running < children )) { children 162 sapi/phpdbg/phpdbg_cmd.h #define PHPDBG_COMMAND_D_EXP(name, tip, alias, handler, children, args, parent, flags) \ children 163 sapi/phpdbg/phpdbg_cmd.h {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##handler, children, args, parent, flags} children 165 sapi/phpdbg/phpdbg_cmd.h #define PHPDBG_COMMAND_D_EX(name, tip, alias, handler, children, args, flags) \ children 166 sapi/phpdbg/phpdbg_cmd.h {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##handler, children, args, NULL, flags} children 168 sapi/phpdbg/phpdbg_cmd.h #define PHPDBG_COMMAND_D(name, tip, alias, children, args, flags) \ children 169 sapi/phpdbg/phpdbg_cmd.h {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##name, children, args, NULL, flags}