XMLRPC_CreateValueDateTime_ISO8601  327 ext/xmlrpc/libxmlrpc/xmlrpc.h XMLRPC_VALUE XMLRPC_CreateValueDateTime_ISO8601(const char* id, const char *s);
XMLRPC_CreateValueDateTime_ISO8601  430 ext/xmlrpc/libxmlrpc/xmlrpc.h #define XMLRPC_VectorAppendDateTime_ISO8601(vector, id, s) XMLRPC_AddValueToVector(vector, XMLRPC_CreateValueDateTime_ISO8601(id, s))
XMLRPC_CreateValueDateTime_ISO8601  531 ext/xmlrpc/xmlrpc-epi-php.c 					xReturn = XMLRPC_CreateValueDateTime_ISO8601(key, Z_STRVAL(val));
XMLRPC_CreateValueDateTime_ISO8601 1285 ext/xmlrpc/xmlrpc-epi-php.c 				XMLRPC_VALUE v = XMLRPC_CreateValueDateTime_ISO8601(NULL, Z_STRVAL_P(value));