Home
last modified time | relevance | path

Searched refs:http_content (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.h1689 const char *http_content; /* optional custom response content type (with SOAP_FILE) */ member
H A Dstdsoap2.cpp4994 soap->http_content = NULL; in http_parse()
5147 soap->http_content = soap_strdup(soap, val); in http_parse_header()
7229 soap->http_content = NULL; in soap_dealloc()
8322 soap->http_content = NULL; in soap_init()
14815 if ((status == SOAP_FILE || soap->status == SOAP_POST_FILE) && soap->http_content) in soap_puthttphdr()
14816 s = soap->http_content; in soap_puthttphdr()