Home
last modified time | relevance | path

Searched refs:Q_Head (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.h186 #define xml_elem_head_element(el) ((el) ? (xml_element *)Q_Head(&el->children) : NULL)
188 #define xml_elem_head_attr(el) ((el) ? (xml_element_attr *)Q_Head(&el->attrs) : NULL)
H A Dxml_to_xmlrpc.c75 xml_element* fault_value = (xml_element*)Q_Head(&el->children); in xml_element_to_XMLRPC_REQUEST_worker()
79 xml_element* fault_struct = (xml_element*)Q_Head(&fault_value->children); in xml_element_to_XMLRPC_REQUEST_worker()
81 xml_element* iter = (xml_element*)Q_Head(&fault_struct->children); in xml_element_to_XMLRPC_REQUEST_worker()
95 xml_element* iter = (xml_element*)Q_Head(&el->children); in xml_element_to_XMLRPC_REQUEST_worker()
106 xml_element* iter = (xml_element*)Q_Head(&el->children); in xml_element_to_XMLRPC_REQUEST_worker()
160 iter = (xml_element*)Q_Head(&el->children); in xml_element_to_XMLRPC_REQUEST_worker()
H A Dxmlrpc_introspection.c316 xml_element_attr* attr_iter = Q_Head(&el->attrs); in xml_element_to_method_description()
353 xml_element* elem_iter = Q_Head(&el->children); in xml_element_to_method_description()
370 xml_element* elem_iter = Q_Head(&el->children); in xml_element_to_method_description()
384 xml_element* elem_iter = Q_Head(&el->children); in xml_element_to_method_description()
403 xml_element* elem_iter = Q_Head(&el->children); in xml_element_to_method_description()
H A Dxml_element.c192 xml_element_attr* attrs = Q_Head(&root->attrs); in xml_elem_free_non_recurse()
231 xml_element* kids = Q_Head(&root->children); in xml_elem_free()
415 xml_element_attr* iter = Q_Head(&el->attrs); in xml_element_serialize()
467 xml_element *kids = Q_Head(&el->children); in xml_element_serialize()
750 xReturn = (xml_element*)Q_Head(&mydata.root->children); in xml_elem_parse_buf()
H A Dqueue.c231 void *Q_Head(queue *q) in Q_Head() function
694 d = Q_Head(q); in Q_Find()
800 d = Q_Head(q); in Q_Sort()
824 else Q_Head(q); in Q_Sort()
H A Dxml_to_dandarpc.c70 xml_element_attr* attr_iter = Q_Head(&el->attrs); in xml_element_to_DANDARPC_REQUEST_worker()
110 xml_element* iter = (xml_element*)Q_Head(&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()
H A Dqueue.h56 void *Q_Head(queue *q);
H A Dxml_to_soap.c248 xml_element_attr* attr_iter = Q_Head(&el->attrs); in xml_element_to_SOAP_REQUEST_worker()
369 xml_element* iter = (xml_element*)Q_Head(&el->children); in xml_element_to_SOAP_REQUEST_worker()
638 xml_element* iter = (xml_element*)Q_Head(&el_serialized->children); in SOAP_REQUEST_to_xml_element()
H A Dxmlrpc.c1458 XMLRPC_VALUE cur = (XMLRPC_VALUE)Q_Head(value->v->q); in XMLRPC_CleanupValue()
2162 xReturn = (XMLRPC_VALUE)Q_Head(value->v->q); in XMLRPC_VectorRewind()
2382 doc_method* dm = Q_Head(&server->docslist); in XMLRPC_ServerDestroy()
2383 server_method* sm = Q_Head(&server->methodlist); in XMLRPC_ServerDestroy()

Completed in 46 milliseconds