Home
last modified time | relevance | path

Searched defs:soap_cookie (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.h1437 struct soap_cookie struct
1438 { struct soap_cookie *next; argument
1439 char *name;
1440 char *value;
1441 char *domain;
1442 char *path;
1443 time_t expire; /* client-side: local time to expire */
1444 long maxage; /* server-side: seconds to expire */
1445 unsigned int version;
1446 short secure;
[all …]
H A Dstdsoap2.cpp5655 soap_cookie(struct soap *soap, const char *name, const char *domain, const char *path) in soap_cookie() function