Home
last modified time | relevance | path

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

/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.c224 simplestring_add(&elem_val->text, XMLRPC_GetValueDateTime_ISO8601(node)); in DANDARPC_to_xml_element_worker()
H A Dxmlrpc.h364 const char* XMLRPC_GetValueDateTime_ISO8601(XMLRPC_VALUE value);
H A Dxml_to_xmlrpc.c238 simplestring_add(&elem_val->text, XMLRPC_GetValueDateTime_ISO8601(node)); in XMLRPC_to_xml_element_worker()
H A Dxmlrpc.c2088 const char* XMLRPC_GetValueDateTime_ISO8601(XMLRPC_VALUE value) { in XMLRPC_GetValueDateTime_ISO8601() function
/PHP-7.0/ext/xmlrpc/
H A Dxmlrpc-epi-php.c638 ZVAL_STRINGL(elem, XMLRPC_GetValueDateTime_ISO8601(el), XMLRPC_GetValueStringLen(el)); in XMLRPC_to_PHP()
1288 time_t timestamp = (time_t) php_parse_date((char *)XMLRPC_GetValueDateTime_ISO8601(v), NULL); in set_zval_xmlrpc_type()

Completed in 27 milliseconds