Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/nghttp/port/include/
Dhttp_parser.h277 , UF_USERINFO = 6 enumerator
/hal_espressif-3.4.0/components/esp_websocket_client/
Desp_websocket_client.c514 if (puri.field_data[UF_USERINFO].len) { in esp_websocket_client_set_uri()
516 …asprintf(&user_info, "%.*s", puri.field_data[UF_USERINFO].len, uri + puri.field_data[UF_USERINFO].… in esp_websocket_client_set_uri()
/hal_espressif-3.4.0/components/nghttp/port/
Dhttp_parser.c2330 u->field_data[UF_USERINFO].off = p - buf ; in http_parse_host()
2331 u->field_data[UF_USERINFO].len = 0; in http_parse_host()
2332 u->field_set |= (1 << UF_USERINFO); in http_parse_host()
2334 u->field_data[UF_USERINFO].len++; in http_parse_host()
/hal_espressif-3.4.0/components/esp_http_client/
Desp_http_client.c904 if (purl.field_data[UF_USERINFO].len) { in esp_http_client_set_url()
906 …utils_assign_string(&user_info, url + purl.field_data[UF_USERINFO].off, purl.field_data[UF_USERINF… in esp_http_client_set_url()