Lines Matching refs:Q_PushTail

462 				Q_PushTail(&elem_val->attrs, attr_array_type);  in SOAP_to_xml_element_worker()
487 Q_PushTail(&elem_val->children, next_el); in SOAP_to_xml_element_worker()
549 Q_PushTail(&elem_val->attrs, new_attr(TOKEN_TYPE, pAttrType)); in SOAP_to_xml_element_worker()
591 Q_PushTail(&root->attrs, new_attr("xmlns:SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/")); in SOAP_REQUEST_to_xml_element()
592 Q_PushTail(&root->attrs, new_attr("xmlns:xsi", "http://www.w3.org/1999/XMLSchema-instance")); in SOAP_REQUEST_to_xml_element()
593 Q_PushTail(&root->attrs, new_attr("xmlns:xsd", "http://www.w3.org/1999/XMLSchema")); in SOAP_REQUEST_to_xml_element()
594 Q_PushTail(&root->attrs, new_attr("xmlns:SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/")); in SOAP_REQUEST_to_xml_element()
595 Q_PushTail(&root->attrs, new_attr("xmlns:si", "http://soapinterop.org/xsd")); in SOAP_REQUEST_to_xml_element()
596 Q_PushTail(&root->attrs, new_attr("xmlns:ns6", "http://testuri.org")); in SOAP_REQUEST_to_xml_element()
597Q_PushTail(&root->attrs, new_attr("SOAP-ENV:encodingStyle", "http://schemas.xmlsoap.org/soap/encod… in SOAP_REQUEST_to_xml_element()
610 Q_PushTail(&body->children, el_serialized); in SOAP_REQUEST_to_xml_element()
645 Q_PushTail(&rpc->children, iter); in SOAP_REQUEST_to_xml_element()
651 Q_PushTail(&rpc->children, el_serialized); in SOAP_REQUEST_to_xml_element()
655 Q_PushTail(&body->children, rpc); in SOAP_REQUEST_to_xml_element()
664 Q_PushTail(&root->children, body); in SOAP_REQUEST_to_xml_element()