Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c359 char *thisHeaderEnd = NULL; in get_encoded_response() local
376 thisHeaderEnd = strstr(value, CRLF); in get_encoded_response()
377 if (thisHeaderEnd != NULL) in get_encoded_response()
378 *thisHeaderEnd = '\0'; in get_encoded_response()
386 if (thisHeaderEnd != NULL) { in get_encoded_response()
387 nextHeader = thisHeaderEnd + CRLFlen; in get_encoded_response()