Searched refs:SOAP_DELETE (Results 1 – 6 of 6) sorted by relevance
1114 SOAP_DELETE((struct xsd__hexBinary*)p->ptr); in soap_fdelete()1120 SOAP_DELETE((struct KMS_Agent__ArrayOfHexBinary*)p->ptr); in soap_fdelete()1126 SOAP_DELETE((struct KMS_Agent__FilterParameters*)p->ptr); in soap_fdelete()1132 SOAP_DELETE((struct KMS_Agent__ArrayOfFilterParameters*)p->ptr); in soap_fdelete()1138 SOAP_DELETE((struct KMS_Agent__QueryParameters*)p->ptr); in soap_fdelete()1144 SOAP_DELETE((struct KMS_Agent__KeyGroup*)p->ptr); in soap_fdelete()1150 SOAP_DELETE((struct KMS_Agent__ArrayOfKeyGroups*)p->ptr); in soap_fdelete()1156 SOAP_DELETE((struct KMS_Agent__Key*)p->ptr); in soap_fdelete()1162 SOAP_DELETE((struct KMS_Agent__ArrayOfKeys*)p->ptr); in soap_fdelete()1168 SOAP_DELETE((struct KMS_Agent__DataUnit*)p->ptr); in soap_fdelete()[all …]
549 SOAP_DELETE((struct xsd__hexBinary*)p->ptr); in soap_fdelete()555 SOAP_DELETE((struct KMS_CA__RetrieveRootCACertificateResponse*)p->ptr); in soap_fdelete()561 SOAP_DELETE((struct KMS_CA__RetrieveRootCACertificate*)p->ptr); in soap_fdelete()567 SOAP_DELETE((struct KMS_CA__RetrieveLocalClockResponse*)p->ptr); in soap_fdelete()573 SOAP_DELETE((struct KMS_CA__RetrieveLocalClock*)p->ptr); in soap_fdelete()579 SOAP_DELETE((struct SOAP_ENV__Header*)p->ptr); in soap_fdelete()585 SOAP_DELETE((struct SOAP_ENV__Code*)p->ptr); in soap_fdelete()591 SOAP_DELETE((struct SOAP_ENV__Detail*)p->ptr); in soap_fdelete()597 SOAP_DELETE((struct SOAP_ENV__Reason*)p->ptr); in soap_fdelete()603 SOAP_DELETE((struct SOAP_ENV__Fault*)p->ptr); in soap_fdelete()
371 SOAP_DELETE((struct SOAP_ENV__Header*)p->ptr); in soap_fdelete()377 SOAP_DELETE((struct SOAP_ENV__Code*)p->ptr); in soap_fdelete()383 SOAP_DELETE((struct SOAP_ENV__Detail*)p->ptr); in soap_fdelete()389 SOAP_DELETE((struct SOAP_ENV__Reason*)p->ptr); in soap_fdelete()395 SOAP_DELETE((struct SOAP_ENV__Fault*)p->ptr); in soap_fdelete()
523 SOAP_DELETE((struct xsd__hexBinary*)p->ptr); in soap_fdelete()529 SOAP_DELETE((struct KMS_Certificate__RetrieveEntityCertificateResponse*)p->ptr); in soap_fdelete()535 SOAP_DELETE((struct KMS_Certificate__RetrieveEntityCertificate*)p->ptr); in soap_fdelete()541 SOAP_DELETE((struct SOAP_ENV__Header*)p->ptr); in soap_fdelete()547 SOAP_DELETE((struct SOAP_ENV__Code*)p->ptr); in soap_fdelete()553 SOAP_DELETE((struct SOAP_ENV__Detail*)p->ptr); in soap_fdelete()559 SOAP_DELETE((struct SOAP_ENV__Reason*)p->ptr); in soap_fdelete()565 SOAP_DELETE((struct SOAP_ENV__Fault*)p->ptr); in soap_fdelete()
588 SOAP_DELETE((struct xsd__hexBinary*)p->ptr); in soap_fdelete()594 SOAP_DELETE((struct KMS_Discovery_ClusterMember*)p->ptr); in soap_fdelete()600 SOAP_DELETE((struct KMS_Discovery__ArrayOfClusterMembers*)p->ptr); in soap_fdelete()606 SOAP_DELETE((struct KMS_Discovery__DiscoverClusterResponse*)p->ptr); in soap_fdelete()612 SOAP_DELETE((struct KMS_Discovery__DiscoverCluster*)p->ptr); in soap_fdelete()618 SOAP_DELETE((struct SOAP_ENV__Header*)p->ptr); in soap_fdelete()624 SOAP_DELETE((struct SOAP_ENV__Code*)p->ptr); in soap_fdelete()630 SOAP_DELETE((struct SOAP_ENV__Detail*)p->ptr); in soap_fdelete()636 SOAP_DELETE((struct SOAP_ENV__Reason*)p->ptr); in soap_fdelete()642 SOAP_DELETE((struct SOAP_ENV__Fault*)p->ptr); in soap_fdelete()
1288 #ifndef SOAP_DELETE /* use C++ delete operator */1289 # define SOAP_DELETE(obj) delete obj macro