Home
last modified time | relevance | path

Searched refs:KMS_Agent__Key (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A DKMS_AgentStub.h197 struct KMS_Agent__Key struct
214 struct KMS_Agent__Key *__ptr; argument
348 …struct KMS_Agent__Key Key; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* require…
369 …struct KMS_Agent__Key Key; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* require…
391 …struct KMS_Agent__Key Key; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* require…
413 …struct KMS_Agent__Key Key; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* require…
485 …struct KMS_Agent__Key Key; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* require…
506 …struct KMS_Agent__Key Key; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* require…
H A DKMS_AgentH.h1397 SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__Key(struct soap*, struct KMS_Agent__Key *);
1398 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__Key(struct soap*, const struct KMS_Agent__Key
1399 …soap_out_KMS_Agent__Key(struct soap*, const char*, int, const struct KMS_Agent__Key *, const char*…
1400 SOAP_FMAC3 struct KMS_Agent__Key * SOAP_FMAC4 soap_in_KMS_Agent__Key(struct soap*, const char*, str…
1405 SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__Key(struct soap*, const struct KMS_Agent__Key *, cons…
1409 SOAP_FMAC3 struct KMS_Agent__Key * SOAP_FMAC4 soap_get_KMS_Agent__Key(struct soap*, struct KMS_Agen…
1416 SOAP_FMAC1 struct KMS_Agent__Key * SOAP_FMAC2 soap_instantiate_KMS_Agent__Key(struct soap*, int, co…
1654 …oid SOAP_FMAC4 soap_serialize_PointerToKMS_Agent__Key(struct soap*, struct KMS_Agent__Key *const*);
1655 …_out_PointerToKMS_Agent__Key(struct soap*, const char *, int, struct KMS_Agent__Key *const*, const…
1656 SOAP_FMAC3 struct KMS_Agent__Key ** SOAP_FMAC4 soap_in_PointerToKMS_Agent__Key(struct soap*, const …
[all …]
H A DKMS_AgentC.cpp791 …return soap_out_KMS_Agent__Key(soap, tag, id, (const struct KMS_Agent__Key *)ptr, "KMS-Agent:Key"); in soap_putelement()
807 …return soap_out_PointerToKMS_Agent__Key(soap, tag, id, (struct KMS_Agent__Key *const*)ptr, "KMS-Ag… in soap_putelement()
940 soap_serialize_KMS_Agent__Key(soap, (const struct KMS_Agent__Key *)ptr); in soap_markelement()
964 soap_serialize_PointerToKMS_Agent__Key(soap, (struct KMS_Agent__Key *const*)ptr); in soap_markelement()
1156 SOAP_DELETE((struct KMS_Agent__Key*)p->ptr); in soap_fdelete()
1158 SOAP_DELETE_ARRAY((struct KMS_Agent__Key*)p->ptr); in soap_fdelete()
7041 struct KMS_Agent__Key *p; in soap_in_KMS_Agent__ArrayOfKeys()
7056 …{ a->__ptr = (struct KMS_Agent__Key *)soap_malloc(soap, sizeof(struct KMS_Agent__Key) * a->__size); in soap_in_KMS_Agent__ArrayOfKeys()
7080 { p = (struct KMS_Agent__Key *)soap_push_block(soap, NULL, sizeof(struct KMS_Agent__Key)); in soap_in_KMS_Agent__ArrayOfKeys()
7092 a->__ptr = (struct KMS_Agent__Key *)soap_malloc(soap, soap->blist->size); in soap_in_KMS_Agent__ArrayOfKeys()
[all …]