/third_party/boost/libs/asio/example/cpp11/http/server/ |
D | reply.hpp | 26 enum status_type enum 58 static reply stock_reply(status_type status);
|
D | reply.cpp | 52 boost::asio::const_buffer to_buffer(reply::status_type status) in to_buffer() 198 std::string to_string(reply::status_type status) in to_string() 241 reply reply::stock_reply(reply::status_type status) in stock_reply()
|
/third_party/boost/libs/asio/example/cpp03/http/server3/ |
D | reply.hpp | 26 enum status_type enum 58 static reply stock_reply(status_type status);
|
D | reply.cpp | 53 boost::asio::const_buffer to_buffer(reply::status_type status) in to_buffer() 199 std::string to_string(reply::status_type status) in to_string() 242 reply reply::stock_reply(reply::status_type status) in stock_reply()
|
/third_party/boost/libs/asio/example/cpp03/http/server4/ |
D | reply.hpp | 26 enum status_type enum 58 static reply stock_reply(status_type status);
|
D | reply.cpp | 53 boost::asio::const_buffer to_buffer(reply::status_type status) in to_buffer() 199 std::string to_string(reply::status_type status) in to_string() 242 reply reply::stock_reply(reply::status_type status) in stock_reply()
|
/third_party/boost/libs/asio/example/cpp03/http/server/ |
D | reply.hpp | 26 enum status_type enum 58 static reply stock_reply(status_type status);
|
D | reply.cpp | 53 boost::asio::const_buffer to_buffer(reply::status_type status) in to_buffer() 199 std::string to_string(reply::status_type status) in to_string() 242 reply reply::stock_reply(reply::status_type status) in stock_reply()
|
/third_party/boost/libs/asio/example/cpp03/http/server2/ |
D | reply.hpp | 26 enum status_type enum 58 static reply stock_reply(status_type status);
|
D | reply.cpp | 53 boost::asio::const_buffer to_buffer(reply::status_type status) in to_buffer() 199 std::string to_string(reply::status_type status) in to_string() 242 reply reply::stock_reply(reply::status_type status) in stock_reply()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | tlsv1_server_read.c | 53 u8 status_type; in tls_process_status_request_item() local 75 status_type = *pos++; in tls_process_status_request_item() 76 wpa_printf(MSG_DEBUG, "TLSv1: CertificateStatusType %u", status_type); in tls_process_status_request_item() 77 if (status_type != 1 && status_type != 2) in tls_process_status_request_item() 85 if (status_type == 2) in tls_process_status_request_item()
|
D | tlsv1_client_read.c | 828 u8 type, status_type; in tls_process_certificate_status() local 893 status_type = *pos++; in tls_process_certificate_status() 895 status_type); in tls_process_certificate_status() 897 if (status_type == 1 /* ocsp */) { in tls_process_certificate_status() 900 } else if (status_type == 2 /* ocsp_multi */) { in tls_process_certificate_status()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | tlsv1_server_read.c | 53 u8 status_type; in tls_process_status_request_item() local 75 status_type = *pos++; in tls_process_status_request_item() 76 wpa_printf(MSG_DEBUG, "TLSv1: CertificateStatusType %u", status_type); in tls_process_status_request_item() 77 if (status_type != 1 && status_type != 2) in tls_process_status_request_item() 85 if (status_type == 2) in tls_process_status_request_item()
|
D | tlsv1_client_read.c | 820 u8 type, status_type; in tls_process_certificate_status() local 885 status_type = *pos++; in tls_process_certificate_status() 887 status_type); in tls_process_certificate_status() 889 if (status_type == 1 /* ocsp */) { in tls_process_certificate_status() 892 } else if (status_type == 2 /* ocsp_multi */) { in tls_process_certificate_status()
|
/third_party/curl/tests/libtest/ |
D | stub_gssapi.c | 307 int status_type, in gss_display_status() argument 327 switch(status_type) { in gss_display_status()
|
/third_party/boost/doc/html/boost_asio/example/cpp11/socks4/ |
D | socks4.hpp | 84 enum status_type enum in socks4::reply
|
/third_party/boost/libs/asio/example/cpp11/socks4/ |
D | socks4.hpp | 84 enum status_type enum in socks4::reply
|
/third_party/boost/libs/asio/example/cpp03/socks4/ |
D | socks4.hpp | 84 enum status_type enum in socks4::reply
|
/third_party/boost/doc/html/boost_asio/example/cpp03/socks4/ |
D | socks4.hpp | 84 enum status_type enum in socks4::reply
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | accounting.c | 36 int status_type) in accounting_msg() argument 54 status_type)) { in accounting_msg()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | accounting.c | 36 int status_type) in accounting_msg() argument 54 status_type)) { in accounting_msg()
|
/third_party/curl/lib/ |
D | setup-os400.h | 157 int status_type, gss_OID mech_type,
|
/third_party/openssl/ssl/statem/ |
D | extensions_srvr.c | 345 if (!PACKET_get_1(pkt, (unsigned int *)&s->ext.status_type)) { in tls_parse_ctos_status_request() 351 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) { in tls_parse_ctos_status_request() 355 s->ext.status_type = TLSEXT_STATUSTYPE_nothing; in tls_parse_ctos_status_request()
|
/third_party/curl/packages/OS400/ |
D | os400sys.c | 773 int status_type, gss_OID mech_type, in Curl_gss_display_status_a() argument 779 rc = gss_display_status(minor_status, status_value, status_type, in Curl_gss_display_status_a()
|
/third_party/openssl/ssl/ |
D | s3_lib.c | 3507 ret = s->ext.status_type; in ssl3_ctrl() 3511 s->ext.status_type = larg; in ssl3_ctrl() 3863 return ctx->ext.status_type; in ssl3_ctx_ctrl() 3866 ctx->ext.status_type = larg; in ssl3_ctx_ctrl()
|