Home
last modified time | relevance | path

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

/PHP-5.3/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.c80 xml_element* fault_value = (xml_element*)Q_Head(&el->children); in xml_element_to_XMLRPC_REQUEST_worker()
84 xml_element* fault_struct = (xml_element*)Q_Head(&fault_value->children); in xml_element_to_XMLRPC_REQUEST_worker()
86 xml_element* iter = (xml_element*)Q_Head(&fault_struct->children); in xml_element_to_XMLRPC_REQUEST_worker()
100 xml_element* iter = (xml_element*)Q_Head(&el->children); in xml_element_to_XMLRPC_REQUEST_worker()
111 xml_element* iter = (xml_element*)Q_Head(&el->children); in xml_element_to_XMLRPC_REQUEST_worker()
165 iter = (xml_element*)Q_Head(&el->children); in xml_element_to_XMLRPC_REQUEST_worker()
H A Dxmlrpc_introspection.c319 xml_element_attr* attr_iter = Q_Head(&el->attrs); in xml_element_to_method_description()
356 xml_element* elem_iter = Q_Head(&el->children); in xml_element_to_method_description()
373 xml_element* elem_iter = Q_Head(&el->children); in xml_element_to_method_description()
387 xml_element* elem_iter = Q_Head(&el->children); in xml_element_to_method_description()
406 xml_element* elem_iter = Q_Head(&el->children); in xml_element_to_method_description()
H A Dxml_element.c199 xml_element_attr* attrs = Q_Head(&root->attrs); in xml_elem_free_non_recurse()
238 xml_element* kids = Q_Head(&root->children); in xml_elem_free()
422 xml_element_attr* iter = Q_Head(&el->attrs); in xml_element_serialize()
474 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.c236 void *Q_Head(queue *q) in Q_Head() function
699 d = Q_Head(q); in Q_Find()
805 d = Q_Head(q); in Q_Sort()
829 else Q_Head(q); in Q_Sort()
H A Dxml_to_dandarpc.c73 xml_element_attr* attr_iter = Q_Head(&el->attrs); in xml_element_to_DANDARPC_REQUEST_worker()
113 xml_element* iter = (xml_element*)Q_Head(&el->children); in xml_element_to_DANDARPC_REQUEST_worker()
132 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.c253 xml_element_attr* attr_iter = Q_Head(&el->attrs); in xml_element_to_SOAP_REQUEST_worker()
374 xml_element* iter = (xml_element*)Q_Head(&el->children); in xml_element_to_SOAP_REQUEST_worker()
643 xml_element* iter = (xml_element*)Q_Head(&el_serialized->children); in SOAP_REQUEST_to_xml_element()
H A Dxmlrpc.c1457 XMLRPC_VALUE cur = (XMLRPC_VALUE)Q_Head(value->v->q); in XMLRPC_CleanupValue()
2161 xReturn = (XMLRPC_VALUE)Q_Head(value->v->q); in XMLRPC_VectorRewind()
2381 doc_method* dm = Q_Head(&server->docslist); in XMLRPC_ServerDestroy()
2382 server_method* sm = Q_Head(&server->methodlist); in XMLRPC_ServerDestroy()

Completed in 27 milliseconds