Home
last modified time | relevance | path

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

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