XMLRPC_GetValueDateTime_ISO8601  224 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c             simplestring_add(&elem_val->text, XMLRPC_GetValueDateTime_ISO8601(node));
XMLRPC_GetValueDateTime_ISO8601  238 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c             simplestring_add(&elem_val->text, XMLRPC_GetValueDateTime_ISO8601(node));
XMLRPC_GetValueDateTime_ISO8601  364 ext/xmlrpc/libxmlrpc/xmlrpc.h const char* XMLRPC_GetValueDateTime_ISO8601(XMLRPC_VALUE value);
XMLRPC_GetValueDateTime_ISO8601  637 ext/xmlrpc/xmlrpc-epi-php.c 				ZVAL_STRINGL(elem, XMLRPC_GetValueDateTime_ISO8601(el), XMLRPC_GetValueStringLen(el));
XMLRPC_GetValueDateTime_ISO8601 1287 ext/xmlrpc/xmlrpc-epi-php.c 					time_t timestamp = (time_t) php_parse_date((char *)XMLRPC_GetValueDateTime_ISO8601(v), NULL);