Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.c221 simplestring_add(&elem_val->text, XMLRPC_GetValueDateTime_ISO8601(node)); in DANDARPC_to_xml_element_worker()
H A Dxmlrpc.h365 const char* XMLRPC_GetValueDateTime_ISO8601(XMLRPC_VALUE value);
H A Dxml_to_xmlrpc.c233 simplestring_add(&elem_val->text, XMLRPC_GetValueDateTime_ISO8601(node)); in XMLRPC_to_xml_element_worker()
H A Dxmlrpc.c2082 const char* XMLRPC_GetValueDateTime_ISO8601(XMLRPC_VALUE value) { in XMLRPC_GetValueDateTime_ISO8601() function
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c636 ZVAL_STRINGL(elem, XMLRPC_GetValueDateTime_ISO8601(el), XMLRPC_GetValueStringLen(el)); in XMLRPC_to_PHP()
1295 time_t timestamp = (time_t) php_parse_date((char *)XMLRPC_GetValueDateTime_ISO8601(v), NULL); in set_zval_xmlrpc_type()

Completed in 26 milliseconds