Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c226 const char *httpprotocol = "HTTP/"; in get_encoded_response() local
229 const int httplen = strlen(httpprotocol); in get_encoded_response()
330 (strncasecmp((const char *)buf, httpprotocol, httplen) != 0)) { in get_encoded_response()