Searched defs:soap_cookie (Results 1 – 2 of 2) sorted by relevance
1437 struct soap_cookie struct1438 { struct soap_cookie *next; argument1439 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 …]
5655 soap_cookie(struct soap *soap, const char *name, const char *domain, const char *path) in soap_cookie() function