Searched refs:head_val (Results 1 – 1 of 1) sorted by relevance
2141 char *head_val = NULL; in web_get_file() local2159 if ((head_val = http_get_header_value(ps->hps, in web_get_file()2161 ps->data.content_length = atol(head_val); in web_get_file()2169 free(head_val); in web_get_file()2170 head_val = NULL; in web_get_file()2172 if ((head_val = http_get_header_value(ps->hps, in web_get_file()2175 if ((disp = strtok(head_val, "; \t\n\f\r")) != NULL) { in web_get_file()2186 free(head_val); in web_get_file()2187 head_val = NULL; in web_get_file()2206 if ((head_val = http_get_header_value(ps->hps, LAST_MODIFIED_HDR)) in web_get_file()[all …]