Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp259 static int http_send_header(struct soap*, const char*);
5474 http_send_header(struct soap *soap, const char *s) in http_send_header() function
5495 { if (http_send_header(soap, key)) in http_post_header()
5497 if (val && (soap_send_raw(soap, ": ", 2) || http_send_header(soap, val))) in http_post_header()