Searched refs:method (Results 201 - 225 of 388) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/serf/auth/
H A Dauth_basic.c160 const char *method,
156 serf__setup_request_basic_auth(peer_t peer, int code, serf_connection_t *conn, serf_request_t *request, const char *method, const char *uri, serf_bucket_t *hdrs_bkt) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dmergeinfo.c223 handler->method = "REPORT";
H A Dgetlocationsegments.c193 handler->method = "REPORT";
H A Dgetlocations.c191 handler->method = "REPORT";
H A Dutil.c814 const char *method, const char *url,
849 *req_bkt = serf_request_bucket_request_create(request, method, url,
1310 handler->method, handler->path);
1379 if (strcmp(handler->method, "HEAD") != 0
1604 handler->session, handler->method, handler->path,
1640 if (strcmp(handler->method, "HEAD") == 0)
1866 _("HTTP method is not allowed on '%s'"),
1924 _("The HTTP method '%s' is not allowed"
1926 handler->method, handler->path);
1932 handler->method, handle
809 setup_serf_req(serf_request_t *request, serf_bucket_t **req_bkt, serf_bucket_t **hdrs_bkt, svn_ra_serf__session_t *session, const char *method, const char *url, serf_bucket_t *body_bkt, const char *content_type, const char *accept_encoding, svn_boolean_t dav_headers, apr_pool_t *request_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa.c396 if (p_resp_sa_mad->method == IB_MAD_METHOD_SET)
397 p_resp_sa_mad->method = IB_MAD_METHOD_GET;
398 else if (p_resp_sa_mad->method == IB_MAD_METHOD_GETTABLE)
401 p_resp_sa_mad->method |= IB_MAD_METHOD_RESP_MASK;
443 if (sa_mad->method == IB_MAD_METHOD_GET && num_rec > 1) {
466 if (sa_mad->method == IB_MAD_METHOD_GET && num_rec == 0) {
493 if (resp_sa_mad->method == IB_MAD_METHOD_SET)
494 resp_sa_mad->method = IB_MAD_METHOD_GET;
495 resp_sa_mad->method |= IB_MAD_METHOD_RESP_MASK;
507 if (resp_sa_mad->method
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server.c42 static Boolean eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method);
227 * Need to allow internal Identity method to be used instead
248 * This is not defined in RFC 4137, but method state needs to be
291 "initialize EAP method %d",
303 "method=%u", sm->currentMethod);
394 wpa_printf(MSG_DEBUG, "EAP: method not initialized");
564 "method %d", sm->currentMethod);
571 wpa_printf(MSG_DEBUG, "EAP: Could not find suitable EAP method");
572 eap_log_msg(sm, "Could not find suitable EAP method");
583 "vendor=%u method
1786 eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method) argument
[all...]
H A Dikev2.c589 u8 method, const u8 *auth, size_t auth_len)
591 if (method != AUTH_RSA_SIGN) {
593 "method %d", method);
603 u8 method, const u8 *auth,
609 if (method != AUTH_SHARED_KEY_MIC) {
611 "method %d", method);
588 ikev2_process_auth_cert(struct ikev2_initiator_data *data, u8 method, const u8 *auth, size_t auth_len) argument
602 ikev2_process_auth_secret(struct ikev2_initiator_data *data, u8 method, const u8 *auth, size_t auth_len) argument
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibsysstat.c97 rpc.method = IB_MAD_METHOD_GET | IB_MAD_RESPONSE;
231 rpc.method = IB_MAD_METHOD_GET;
H A Dibsendtrap.c132 n->data_details.ntc_256.method = 1;
198 trap_rpc.method = IB_MAD_METHOD_TRAP;
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_sim.c101 "method:0x%02x attr:0x%04x status:0x%04x "
106 p_mad->header.method,
290 "method:0x%02x attr:0x%04x status:0x%04x "
295 mad_msg.header.method,
/freebsd-11-stable/sys/netipsec/
H A Dsubr_ipsec.c176 #define IPSEC_KMOD_METHOD(type, name, sc, method, decl, args) \
181 ret = (*sc->methods->method)(args); \
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_sa.h340 u8 method,
453 ib_sa_comp_mask comp_mask, u8 method,
/freebsd-11-stable/sys/security/mac/
H A Dmac_framework.c321 #define MPC_FLAG(method, flag) \
322 if (mpc->mpc_ops->mpo_ ## method != NULL) \
438 * exclusive lock, so policies must not sleep in their init method.
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dauthsrv.c70 user->methods[i].method = eap_user->methods[i].method;
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_peap.c2 * EAP peer method: EAP-PEAP (draft-josefsson-pppext-eap-tls-eap-10.txt)
157 data->phase2_type.method = EAP_TYPE_NONE;
670 data->phase2_type.method == EAP_TYPE_NONE) {
675 data->phase2_types[i].method != *pos)
680 data->phase2_type.method =
681 data->phase2_types[i].method;
683 "Phase 2 EAP vendor %d method %d",
685 data->phase2_type.method);
689 if (*pos != data->phase2_type.method ||
701 data->phase2_type.method);
[all...]
H A Dikev2.c521 u8 method, const u8 *auth, size_t auth_len)
523 if (method != AUTH_RSA_SIGN) {
525 "method %d", method);
535 u8 method, const u8 *auth,
541 if (method != AUTH_SHARED_KEY_MIC) {
543 "method %d", method);
520 ikev2_process_auth_cert(struct ikev2_responder_data *data, u8 method, const u8 *auth, size_t auth_len) argument
534 ikev2_process_auth_secret(struct ikev2_responder_data *data, u8 method, const u8 *auth, size_t auth_len) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc103 // Windows also has modal pop-up message boxes. As this method is used by
/freebsd-11-stable/contrib/serf/
H A Dserf_bucket_types.h50 const char *method,
66 const char *method,
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsymtab.c310 /* Mangle a GDB method stub type. This actually reassembles the pieces of the
311 full method name, which consist of the class name (from T), the unadorned
312 method name from METHOD_ID, and the signature for the specific overload,
321 struct fn_field *method = &f[signature_id];
333 char *const_prefix = method->is_const ? "C" : "";
334 char *volatile_prefix = method->is_volatile ? "V" : "";
3099 {"variable", "function", "type", "method"};
3283 char *method, *category, *selector;
3286 method = SYMBOL_NATURAL_NAME (msymbol);
3288 /* Is it a method
320 struct fn_field *method = &f[signature_id]; local
3274 char *method, *category, *selector; local
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_ciph.c489 comp->method = COMP_zlib();
490 if (comp->method && comp->method->type == NID_undef)
494 comp->name = comp->method->name;
836 * method selected (SSLv2 and/or SSLv3, TLSv1 etc).
2021 comp->method = cm;
2090 c = ssl->method->get_cipher_by_char(ptr);
2098 return ssl->method->get_cipher_by_char(ptr);
H A Dd1_pkt.c504 enc_err = s->method->ssl3_enc->enc(s, 0);
576 i = s->method->ssl3_enc->mac(s, md, 0 /* not send */ );
1619 i = s->method->ssl_dispatch_alert(s);
1664 prefix_len = s->method->do_ssl_write(s, type, buf, 0, 1);
1690 if (s->method->version == DTLS_ANY_VERSION) {
1745 if (s->method->ssl3_enc->mac(s, &(p[wr->length + eivlen]), 1) < 0)
1757 if (s->method->ssl3_enc->enc(s, 1) < 1)
H A Dssl_sess.c916 meth = s->ctx->method->get_ssl_method(session->ssl_version);
918 meth = s->method->get_ssl_method(session->ssl_version);
924 if (meth != s->method) {
957 meth = s->ctx->method;
958 if (meth != s->method) {
H A Ds3_srvr.c673 s->method->ssl3_enc->cert_verify_mac(s,
785 if (!s->method->ssl3_enc->setup_key_block(s)) {
800 if (!s->method->ssl3_enc->change_cipher_state(s,
815 s->method->
817 s->method->
931 * switching should be handled by a different method. If we are SSLv3, we
938 n = s->method->ssl_get_message(s,
967 s->method->version != DTLS_ANY_VERSION)
1117 if (s->method->version == DTLS_ANY_VERSION) {
1122 s->method
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerInstrumentation.h76 &invoke<Result(Class::*) Signature>::method<(&Class::Method)>::doit, \
114 &lldb_private::repro::invoke<Result(Class::*) Signature>::method<( \
138 Class::*)()>::method<(&Class::Method)>::doit, \
222 /// Helper method that does the actual lookup. The void* result is later cast
226 /// Helper method that does the actual insertion.
234 /// non-fundamental types. See the corresponding Deserializer::Read method
336 /// This method is used to parse references to fundamental types. Because
345 /// This method is used to parse references to fundamental types. Because
509 template <Result (Class::*m)(Args...)> struct method { struct in struct:lldb_private::repro::invoke
523 template <void (Class::*m)(Args...)> struct method { struct in struct:lldb_private::repro::invoke
[all...]

Completed in 430 milliseconds

1234567891011>>