Home
last modified time | relevance | path

Searched refs:status_type (Results 1 – 25 of 31) sorted by relevance

12

/third_party/boost/libs/asio/example/cpp11/http/server/
Dreply.hpp26 enum status_type enum
58 static reply stock_reply(status_type status);
Dreply.cpp52 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/
Dreply.hpp26 enum status_type enum
58 static reply stock_reply(status_type status);
Dreply.cpp53 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/
Dreply.hpp26 enum status_type enum
58 static reply stock_reply(status_type status);
Dreply.cpp53 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/
Dreply.hpp26 enum status_type enum
58 static reply stock_reply(status_type status);
Dreply.cpp53 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/
Dreply.hpp26 enum status_type enum
58 static reply stock_reply(status_type status);
Dreply.cpp53 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/
Dtlsv1_server_read.c53 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()
Dtlsv1_client_read.c828 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/
Dtlsv1_server_read.c53 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()
Dtlsv1_client_read.c820 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/
Dstub_gssapi.c307 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/
Dsocks4.hpp84 enum status_type enum in socks4::reply
/third_party/boost/libs/asio/example/cpp11/socks4/
Dsocks4.hpp84 enum status_type enum in socks4::reply
/third_party/boost/libs/asio/example/cpp03/socks4/
Dsocks4.hpp84 enum status_type enum in socks4::reply
/third_party/boost/doc/html/boost_asio/example/cpp03/socks4/
Dsocks4.hpp84 enum status_type enum in socks4::reply
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Daccounting.c36 int status_type) in accounting_msg() argument
54 status_type)) { in accounting_msg()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Daccounting.c36 int status_type) in accounting_msg() argument
54 status_type)) { in accounting_msg()
/third_party/curl/lib/
Dsetup-os400.h157 int status_type, gss_OID mech_type,
/third_party/openssl/ssl/statem/
Dextensions_srvr.c345 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/
Dos400sys.c773 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/
Ds3_lib.c3507 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()

12