Lines Matching refs:SOAP_ENV__Code
86 if (soap->version == 2 && !soap->fault->SOAP_ENV__Code) in soap_fault()
87 { soap->fault->SOAP_ENV__Code = soap_new_SOAP_ENV__Code(soap, -1); in soap_fault()
88 soap_default_SOAP_ENV__Code(soap, soap->fault->SOAP_ENV__Code); in soap_fault()
119 return (const char**)&soap->fault->SOAP_ENV__Code->SOAP_ENV__Value; in soap_faultcode()
127 { if (!soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode) in soap_faultsubcode()
128 { soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode = soap_new_SOAP_ENV__Code(soap, -1); in soap_faultsubcode()
129 soap_default_SOAP_ENV__Code(soap, soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode); in soap_faultsubcode()
131 return (const char**)&soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode->SOAP_ENV__Value; in soap_faultsubcode()
377 SOAP_DELETE((struct SOAP_ENV__Code*)p->ptr); in soap_fdelete()
379 SOAP_DELETE_ARRAY((struct SOAP_ENV__Code*)p->ptr); in soap_fdelete()
491 a->SOAP_ENV__Code = NULL; in soap_default_SOAP_ENV__Fault()
505 soap_serialize_PointerToSOAP_ENV__Code(soap, &a->SOAP_ENV__Code); in soap_serialize_SOAP_ENV__Fault()
525 if (soap_out_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Code", -1, &a->SOAP_ENV__Code, "")) in soap_out_SOAP_ENV__Fault()
580 if (soap_in_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Code", &a->SOAP_ENV__Code, "")) in soap_in_SOAP_ENV__Fault()
903 SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap *soap, struct SOAP_ENV__Code *a) in soap_default_SOAP_ENV__Code()
910 …C3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap *soap, const struct SOAP_ENV__Code *a) in soap_serialize_SOAP_ENV__Code()
917 …P_ENV__Code(struct soap *soap, const char *tag, int id, const struct SOAP_ENV__Code *a, const char… in soap_out_SOAP_ENV__Code()
929 SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_in_SOAP_ENV__Code(struct soap *soap, const char … in soap_in_SOAP_ENV__Code()
935 …a = (struct SOAP_ENV__Code *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_SOAP_ENV__Code, sizeof(str… in soap_in_SOAP_ENV__Code()
964 …{ a = (struct SOAP_ENV__Code *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_SOAP_ENV__… in soap_in_SOAP_ENV__Code()
971 SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Code(struct soap *soap, const struct SOAP_ENV__Code *a… in soap_put_SOAP_ENV__Code()
979 SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_get_SOAP_ENV__Code(struct soap *soap, struct SOA… in soap_get_SOAP_ENV__Code()
987 SOAP_FMAC1 struct SOAP_ENV__Code * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Code(struct soap *soap, in… in soap_instantiate_SOAP_ENV__Code()
995 { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Code); in soap_instantiate_SOAP_ENV__Code()
997 *size = sizeof(struct SOAP_ENV__Code); in soap_instantiate_SOAP_ENV__Code()
1000 { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Code[n]); in soap_instantiate_SOAP_ENV__Code()
1006 *size = n * sizeof(struct SOAP_ENV__Code); in soap_instantiate_SOAP_ENV__Code()
1009 return (struct SOAP_ENV__Code*)cp->ptr; in soap_instantiate_SOAP_ENV__Code()
1016 *(struct SOAP_ENV__Code*)p = *(struct SOAP_ENV__Code*)q; in soap_copy_SOAP_ENV__Code()
1232 …OAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap *soap, struct SOAP_ENV__Code *const*a) in soap_serialize_PointerToSOAP_ENV__Code()
1238 …rToSOAP_ENV__Code(struct soap *soap, const char *tag, int id, struct SOAP_ENV__Code *const*a, cons… in soap_out_PointerToSOAP_ENV__Code()
1246 …OAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Code(struct soap *soap, c… in soap_in_PointerToSOAP_ENV__Code()
1251 if (!(a = (struct SOAP_ENV__Code **)soap_malloc(soap, sizeof(struct SOAP_ENV__Code *)))) in soap_in_PointerToSOAP_ENV__Code()
1260 …{ a = (struct SOAP_ENV__Code **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_SOAP_ENV__Co… in soap_in_PointerToSOAP_ENV__Code()
1267 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Code(struct soap *soap, struct SOAP_ENV__Code… in soap_put_PointerToSOAP_ENV__Code()
1275 SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Code(struct soap *soap, … in soap_get_PointerToSOAP_ENV__Code()