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