Home
last modified time | relevance | path

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

/PHP-7.2/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.c77 xml_element* fault_value = (xml_element*)Q_Head(&el->children); in xml_element_to_XMLRPC_REQUEST_worker()
81 xml_element* fault_struct = (xml_element*)Q_Head(&fault_value->children); in xml_element_to_XMLRPC_REQUEST_worker()
83 xml_element* iter = (xml_element*)Q_Head(&fault_struct->children); in xml_element_to_XMLRPC_REQUEST_worker()
97 xml_element* iter = (xml_element*)Q_Head(&el->children); in xml_element_to_XMLRPC_REQUEST_worker()
108 xml_element* iter = (xml_element*)Q_Head(&el->children); in xml_element_to_XMLRPC_REQUEST_worker()
162 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.c196 xml_element_attr* attrs = Q_Head(&root->attrs); in xml_elem_free_non_recurse()
235 xml_element* kids = Q_Head(&root->children); in xml_elem_free()
419 xml_element_attr* iter = Q_Head(&el->attrs); in xml_element_serialize()
471 xml_element *kids = Q_Head(&el->children); in xml_element_serialize()
754 xReturn = (xml_element*)Q_Head(&mydata.root->children); in xml_elem_parse_buf()
H A Dqueue.c233 void *Q_Head(queue *q) in Q_Head() function
696 d = Q_Head(q); in Q_Find()
802 d = Q_Head(q); in Q_Sort()
826 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.c250 xml_element_attr* attr_iter = Q_Head(&el->attrs); in xml_element_to_SOAP_REQUEST_worker()
371 xml_element* iter = (xml_element*)Q_Head(&el->children); in xml_element_to_SOAP_REQUEST_worker()
640 xml_element* iter = (xml_element*)Q_Head(&el_serialized->children); in SOAP_REQUEST_to_xml_element()
H A Dxmlrpc.c1461 XMLRPC_VALUE cur = (XMLRPC_VALUE)Q_Head(value->v->q); in XMLRPC_CleanupValue()
2165 xReturn = (XMLRPC_VALUE)Q_Head(value->v->q); in XMLRPC_VectorRewind()
2385 doc_method* dm = Q_Head(&server->docslist); in XMLRPC_ServerDestroy()
2386 server_method* sm = Q_Head(&server->methodlist); in XMLRPC_ServerDestroy()

Completed in 51 milliseconds