Searched refs:UF_USERINFO (Results 1 – 3 of 3) sorted by relevance
495 u->field_data[UF_USERINFO].off = (uint16_t)(p - buf); in http_parse_host()496 u->field_data[UF_USERINFO].len = 0; in http_parse_host()497 u->field_set |= (1 << UF_USERINFO); in http_parse_host()499 u->field_data[UF_USERINFO].len++; in http_parse_host()
62 , UF_USERINFO = 6 enumerator
3291 if (u.field_set & UF_USERINFO) { in parse_config()3292 auto uf = util::get_uri_field(optarg.c_str(), u, UF_USERINFO); in parse_config()