Home
last modified time | relevance | path

Searched refs:response_header (Results 1 – 12 of 12) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-auth-negotiate.c59 gchar *response_header; member
125 g_free (conn->response_header); in free_connection_state_data()
213 if (conn->response_header) { in soup_auth_negotiate_get_connection_authorization()
214 header = conn->response_header; in soup_auth_negotiate_get_connection_authorization()
215 conn->response_header = NULL; in soup_auth_negotiate_get_connection_authorization()
568 g_clear_pointer (&conn->response_header, g_free); in soup_gss_client_step()
599 conn->response_header = g_strconcat ("Negotiate ", response, NULL); in soup_gss_client_step()
Dsoup-auth-ntlm.c58 char *response_header; member
293 g_free (conn->response_header); in soup_auth_ntlm_free_connection_state()
384 conn->response_header = response; in soup_auth_ntlm_update_connection()
527 if (conn->response_header) { in soup_auth_ntlm_get_connection_authorization()
528 header = conn->response_header; in soup_auth_ntlm_get_connection_authorization()
529 conn->response_header = NULL; in soup_auth_ntlm_get_connection_authorization()
/third_party/boost/libs/beast/test/doc/
Dwebsocket_2_handshaking.cpp206 [protocol](http::response_header<> &hdr) { in snippets()
/third_party/boost/libs/beast/test/beast/http/
Dfile_body.cpp174 response_header<> header; in fileBodyUnexpectedEofOnGet()
/third_party/boost/libs/beast/doc/qbk/04_http/
D02_message.qbk89 [link beast.ref.boost__beast__http__response_header `response_header`]
94 using response_header = header<false, Fields>;
/third_party/boost/libs/beast/include/boost/beast/http/
Dmessage.hpp454 using response_header = header<false, Fields>; typedef
/third_party/boost/boost/beast/http/
Dmessage.hpp454 using response_header = header<false, Fields>; typedef
/third_party/nghttp2/src/
Dshrpx_config.h758 FILE *response_header; member
Dshrpx_http2_upstream.cc1838 if (http2conf.upstream.debug.dump.response_header) { in on_downstream_header_complete()
1839 http2::dump_nv(http2conf.upstream.debug.dump.response_header, nva.data(), in on_downstream_header_complete()
Dshrpx_config.cc105 if (dumpconf.response_header) { in ~Config()
106 fclose(dumpconf.response_header); in ~Config()
Dshrpx.cc2984 dumpconf.response_header = f; in process_options()
/third_party/boost/libs/beast/doc/qbk/
Dreference.qbk46734 [section:boost__beast__http__response_header http::response_header]
46735 [indexterm1 http::response_header]
46745 using response_header = header< false, Fields >;