Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h361 int XMLRPC_GetValueBoolean(XMLRPC_VALUE value);
443 #define XMLRPC_VectorGetBooleanWithID(vector, id) XMLRPC_GetValueBoolean(XMLRPC_VectorGetValueWithI…
H A Dxml_to_dandarpc.c211 snprintf(buf, BUF_SIZE, "%i", XMLRPC_GetValueBoolean(node)); in DANDARPC_to_xml_element_worker()
H A Dxml_to_xmlrpc.c221 snprintf(buf, BUF_SIZE, "%i", XMLRPC_GetValueBoolean(node)); in XMLRPC_to_xml_element_worker()
H A Dxml_to_soap.c505 snprintf(buf, BUF_SIZE, "%i", XMLRPC_GetValueBoolean(node)); in SOAP_to_xml_element_worker()
H A Dxmlrpc.c1985 int XMLRPC_GetValueBoolean(XMLRPC_VALUE value) { in XMLRPC_GetValueBoolean() function
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c630 ZVAL_BOOL(elem, XMLRPC_GetValueBoolean(el)); in XMLRPC_to_PHP()

Completed in 41 milliseconds