Searched refs:hd_req_aux (Results 1 – 5 of 5) sorted by relevance
173 if ((hd->hd_req_aux.sd) && (hd->hd_req_aux.sd->fd == sockfd)) { in httpd_sess_get()174 return hd->hd_req_aux.sd; in httpd_sess_get()267 if (hd->hd_req_aux.sd == session) { in httpd_sess_get_ctx()284 if (hd->hd_req_aux.sd == session) { in httpd_sess_set_ctx()
357 struct httpd_req_aux *ra = &hd->hd_req_aux; in httpd_create()382 struct httpd_req_aux *ra = &hd->hd_req_aux; in httpd_delete()
116 …struct httpd_req_aux hd_req_aux; /*!< Additional data about the HTTPD request kept unexpose… member
280 struct http_parser_url *res = &hd->hd_req_aux.url_parse_res; in httpd_uri()
727 init_req_aux(&hd->hd_req_aux, &hd->config); in httpd_req_new()729 r->aux = &hd->hd_req_aux; in httpd_req_new()