Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c345 XMLRPC_VALUE xSubList = NULL; in xml_element_to_method_description() local
350 xSubList = XMLRPC_CreateVector("member", xmlrpc_vector_array); in xml_element_to_method_description()
352 if(xSubList) { in xml_element_to_method_description()
355 XMLRPC_AddValueToVector(xSubList, in xml_element_to_method_description()
361 …scribeValue_worker(ptype, name, (desc ? desc : (xSubList ? NULL : el->text.str)), optional, def, x… in xml_element_to_method_description()

Completed in 6 milliseconds