Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c361 char *thisHeaderEnd = NULL; in get_encoded_response() local
378 thisHeaderEnd = strstr(value, CRLF); in get_encoded_response()
379 if (thisHeaderEnd != NULL) in get_encoded_response()
380 *thisHeaderEnd = '\0'; in get_encoded_response()
388 if (thisHeaderEnd != NULL) { in get_encoded_response()
389 nextHeader = thisHeaderEnd + CRLFlen; in get_encoded_response()