Home
last modified time | relevance | path

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

/mOS-networking-stack/util/include/
H A Dhttp_parsing.h21 long int http_header_long_val(const char* buf, const char *key, int key_len);
/mOS-networking-stack/util/
H A Dhttp_parsing.c76 http_header_long_val(const char * response, const char* key, int key_len) in http_header_long_val() function
/mOS-networking-stack/samples/epwget/
H A Depwget.c399 wv->file_len = http_header_long_val(wv->response, in HandleReadEvent()
H A Depwget-mp.c398 wv->file_len = http_header_long_val(wv->response, in HandleReadEvent()