Searched refs:thisHeaderEnd (Results 1 – 1 of 1) sorted by relevance
361 char *thisHeaderEnd = NULL; in get_encoded_response() local378 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()