Searched refs:http_header_str_val (Results 1 – 4 of 4) sorted by relevance
| /mOS-networking-stack/util/ |
| H A D | http_parsing.c | 40 http_header_str_val(const char* buf, const char *key, const int keylen, in http_header_str_val() function 81 char *temp = http_header_str_val(response, key, key_len, value, C_TYPE_LEN); in http_header_long_val()
|
| /mOS-networking-stack/util/include/ |
| H A D | http_parsing.h | 20 char* http_header_str_val(const char* buf, const char *key, const int key_len, char* value, int val…
|
| /mOS-networking-stack/samples/epserver/ |
| H A D | epserver-mp.c | 215 if (http_header_str_val(sv->request, CONN_HDR_FLD, in HandleReadEvent()
|
| H A D | epserver.c | 216 if (http_header_str_val(sv->request, CONN_HDR_FLD, in HandleReadEvent()
|