Searched refs:SOAP_TYPE_xsd__dateTime (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/custom/
H A Dstruct_timeval.c65 { if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_xsd__dateTime), type)
92 a = (struct timeval*)soap_id_enter(soap, soap->id, a, SOAP_TYPE_xsd__dateTime, sizeof(struct timeval), 0, NULL, NULL, NULL);
94 a = (struct timeval*)soap_id_forward(soap, soap->href, a, 0, SOAP_TYPE_xsd__dateTime, 0, sizeof(struct timeval), 0, NULL);
H A Dstruct_tm.c65 { if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_xsd__dateTime), type)
86 a = (struct tm*)soap_id_enter(soap, soap->id, a, SOAP_TYPE_xsd__dateTime, sizeof(struct tm), 0, NULL, NULL, NULL);
88 a = (struct tm*)soap_id_forward(soap, soap->href, a, 0, SOAP_TYPE_xsd__dateTime, 0, sizeof(struct tm), 0, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/custom/
H A Dstruct_timeval.c65 { if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_xsd__dateTime), type)
92 a = (struct timeval*)soap_id_enter(soap, soap->id, a, SOAP_TYPE_xsd__dateTime, sizeof(struct timeval), 0, NULL, NULL, NULL);
94 a = (struct timeval*)soap_id_forward(soap, soap->href, a, 0, SOAP_TYPE_xsd__dateTime, 0, sizeof(struct timeval), 0, NULL);
H A Dstruct_tm.c65 { if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_xsd__dateTime), type)
86 a = (struct tm*)soap_id_enter(soap, soap->id, a, SOAP_TYPE_xsd__dateTime, sizeof(struct tm), 0, NULL, NULL, NULL);
88 a = (struct tm*)soap_id_forward(soap, soap->href, a, 0, SOAP_TYPE_xsd__dateTime, 0, sizeof(struct tm), 0, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/Symbian/
H A DsoapStub.h668 #ifndef SOAP_TYPE_xsd__dateTime
669 #define SOAP_TYPE_xsd__dateTime (68) macro
H A DsoapH.h969 #ifndef SOAP_TYPE_xsd__dateTime
970 #define SOAP_TYPE_xsd__dateTime (68) macro
H A DsoapC.cpp283 case SOAP_TYPE_xsd__dateTime:
568 *type = SOAP_TYPE_xsd__dateTime;
782 case SOAP_TYPE_xsd__dateTime:
980 case SOAP_TYPE_xsd__dateTime:
8759 register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_xsd__dateTime);
8767 return soap_outstring(soap, tag, id, a, type, SOAP_TYPE_xsd__dateTime);
8780 return soap_instring(soap, tag, a, type, SOAP_TYPE_xsd__dateTime, 1, -1, -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/Symbian/
H A DsoapStub.h668 #ifndef SOAP_TYPE_xsd__dateTime
669 #define SOAP_TYPE_xsd__dateTime (68) macro
H A DsoapH.h969 #ifndef SOAP_TYPE_xsd__dateTime
970 #define SOAP_TYPE_xsd__dateTime (68) macro
H A DsoapC.cpp283 case SOAP_TYPE_xsd__dateTime:
568 *type = SOAP_TYPE_xsd__dateTime;
782 case SOAP_TYPE_xsd__dateTime:
980 case SOAP_TYPE_xsd__dateTime:
8759 register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_xsd__dateTime);
8767 return soap_outstring(soap, tag, id, a, type, SOAP_TYPE_xsd__dateTime);
8780 return soap_instring(soap, tag, a, type, SOAP_TYPE_xsd__dateTime, 1, -1, -1);

Completed in 304 milliseconds