XMLRPC_GetValueDateTime_ISO8601  224 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c             simplestring_add(&elem_val->text, XMLRPC_GetValueDateTime_ISO8601(node));
XMLRPC_GetValueDateTime_ISO8601  239 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  666 ext/xmlrpc/xmlrpc-epi-php.c 				Z_STRVAL_P(elem) = estrndup(XMLRPC_GetValueDateTime_ISO8601(el), Z_STRLEN_P(elem));
XMLRPC_GetValueDateTime_ISO8601 1369 ext/xmlrpc/xmlrpc-epi-php.c 					time_t timestamp = (time_t) php_parse_date((char *)XMLRPC_GetValueDateTime_ISO8601(v), NULL);