Home
last modified time | relevance | path

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

/PHP-5.5/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.c239 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-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c675 Z_STRVAL_P(elem) = estrndup(XMLRPC_GetValueDateTime_ISO8601(el), Z_STRLEN_P(elem)); in XMLRPC_to_PHP()
1378 time_t timestamp = (time_t) php_parse_date((char *)XMLRPC_GetValueDateTime_ISO8601(v), NULL); in set_zval_xmlrpc_type()

Completed in 18 milliseconds