Searched refs:resp (Results 226 - 250 of 316) sorted by relevance

1234567891011>>

/external/libffi/src/m68k/
H A Dffi.c22 void *resp, void *args);
236 ffi_closure_SYSV_inner (ffi_closure *closure, void *resp, void *args) argument
246 (closure->fun) (cif, resp, arg_area, closure->user_data);
/external/openssl/crypto/ocsp/
H A Docsp_ht.c487 OCSP_RESPONSE *resp = NULL; local
495 rv = OCSP_sendreq_nbio(&resp, ctx);
501 return resp;
H A Docsp_ext.c359 int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len) argument
361 return ocsp_add1_nonce(&resp->tbsResponseData->responseExtensions, val, len);
412 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req) argument
421 return OCSP_BASICRESP_add_ext(resp, req_ext, -1);
/external/chromium/net/spdy/
H A Dspdy_network_transaction_unittest.cc530 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyGetSynReply(NULL, 0, 1));
533 CreateMockRead(*resp),
580 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyGetSynReply(NULL, 0, 1));
583 CreateMockRead(*resp),
615 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyGetSynReply(NULL, 0, 1));
635 CreateMockRead(*resp, 1),
710 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyGetSynReply(NULL, 0, 1));
724 CreateMockRead(*resp, 1),
797 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyGetSynReply(NULL, 0, 1));
811 CreateMockRead(*resp,
[all...]
H A Dspdy_stream_unittest.cc174 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyGetSynReply(NULL, 0, 1));
178 CreateMockRead(*resp),
H A Dspdy_test_util.cc859 MockRead CreateMockRead(const spdy::SpdyFrame& resp) { argument
861 true, resp.data(), resp.length() + spdy::SpdyFrame::size());
865 MockRead CreateMockRead(const spdy::SpdyFrame& resp, int seq) { argument
866 return CreateMockRead(resp, seq, true);
870 MockRead CreateMockRead(const spdy::SpdyFrame& resp, int seq, bool async) { argument
872 async, resp.data(), resp.length() + spdy::SpdyFrame::size(), seq);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libppp/src/
H A Dnetgraph.c462 struct ng_mesg *resp; local
590 resp = (struct ng_mesg *)rbuf;
591 if (NgRecvMsg(dev->cs, resp, sizeof rbuf, NULL) <= 0) {
597 hlist = (const struct hooklist *)resp->data;
659 resp = (struct ng_mesg *)rbuf;
660 if (NgRecvMsg(dev->cs, resp, sizeof rbuf, NULL) <= 0) {
666 hlist = (const struct hooklist *)resp->data;
/external/qemu/hw/
H A Dbt-hci.c91 int resp, resplen, error, op, tr;
99 resp = LMP_ACCEPTED;
107 resp = LMP_ACCEPTED_EXT;
122 resp = 0;
133 resp = 0;
144 resp = 0;
156 resp = 0;
163 resp = LMP_SETUP_COMPLETE;
176 resp = 0;
186 resp
[all...]
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_sco.c1481 tBTM_ESCO_PARAMS resp; local
1495 resp = bta_ag_cb.sco.params;
1499 resp.rx_bw = BTM_64KBITS_RATE;
1500 resp.tx_bw = BTM_64KBITS_RATE;
1501 resp.max_latency = 10;
1502 resp.voice_contfmt = 0x60;
1503 resp.retrans_effort = BTM_ESCO_RETRANS_POWER;
1507 resp.packet_types = (BTM_SCO_LINK_ONLY_MASK |
1515 resp.packet_types = (BTM_SCO_LINK_ALL_PKT_MASK |
1548 BTM_EScoConnRsp(p_data->sco_inx, hci_status, &resp);
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_tls_common.c666 struct wpabuf *resp; local
668 resp = eap_msg_alloc(EAP_VENDOR_IETF, eap_type, 1, EAP_CODE_RESPONSE,
670 if (resp == NULL)
674 wpabuf_put_u8(resp, peap_version); /* Flags */
675 return resp;
1037 * @resp: Buffer for returning the EAP-Nak message
1041 struct eap_hdr *hdr, struct wpabuf **resp)
1050 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
1052 if (*resp == NULL)
1058 wpabuf_put_u8(*resp, type
1040 eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, struct eap_hdr *hdr, struct wpabuf **resp) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_tls_common.c690 struct wpabuf *resp; local
692 resp = eap_tls_msg_alloc(eap_type, 1, EAP_CODE_RESPONSE, id);
693 if (resp == NULL)
697 wpabuf_put_u8(resp, peap_version); /* Flags */
698 return resp;
1028 * @resp: Buffer for returning the EAP-Nak message
1032 struct eap_hdr *hdr, struct wpabuf **resp)
1041 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
1043 if (*resp == NULL)
1049 wpabuf_put_u8(*resp, type
1031 eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, struct eap_hdr *hdr, struct wpabuf **resp) argument
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_tls_common.c690 struct wpabuf *resp; local
692 resp = eap_tls_msg_alloc(eap_type, 1, EAP_CODE_RESPONSE, id);
693 if (resp == NULL)
697 wpabuf_put_u8(resp, peap_version); /* Flags */
698 return resp;
1028 * @resp: Buffer for returning the EAP-Nak message
1032 struct eap_hdr *hdr, struct wpabuf **resp)
1041 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
1043 if (*resp == NULL)
1049 wpabuf_put_u8(*resp, type
1031 eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, struct eap_hdr *hdr, struct wpabuf **resp) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_tls_common.c690 struct wpabuf *resp; local
692 resp = eap_tls_msg_alloc(eap_type, 1, EAP_CODE_RESPONSE, id);
693 if (resp == NULL)
697 wpabuf_put_u8(resp, peap_version); /* Flags */
698 return resp;
1028 * @resp: Buffer for returning the EAP-Nak message
1032 struct eap_hdr *hdr, struct wpabuf **resp)
1041 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
1043 if (*resp == NULL)
1049 wpabuf_put_u8(*resp, type
1031 eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, struct eap_hdr *hdr, struct wpabuf **resp) argument
[all...]
/external/opencv/ml/src/
H A Dmlrtrees.cpp395 double avg_resp, resp = predicted_node->value; local
396 oob_predictions_sum.data.fl[i] += (float)resp;
403 resp = (resp - true_resp_ptr[i])/maximal_response;
404 ncorrect_responses += exp( -resp*resp );
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_invitation.c154 struct wpabuf *resp = NULL; local
353 resp = p2p_build_invitation_resp(p2p, dev, msg.dialog_token, status,
356 if (resp == NULL)
393 wpabuf_head(resp), wpabuf_len(resp), 200) < 0) {
399 wpabuf_free(resp);
H A Dp2p_group.c576 struct wpabuf *resp; local
591 resp = wpabuf_alloc(20 + extra);
592 if (resp == NULL)
597 wpabuf_put_buf(resp, group->wfd_ie);
600 rlen = p2p_buf_add_ie_hdr(resp);
602 p2p_buf_add_status(resp, status);
603 p2p_buf_update_ie_hdr(resp, rlen);
605 return resp;
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_invitation.c154 struct wpabuf *resp = NULL; local
353 resp = p2p_build_invitation_resp(p2p, dev, msg.dialog_token, status,
356 if (resp == NULL)
393 wpabuf_head(resp), wpabuf_len(resp), 200) < 0) {
399 wpabuf_free(resp);
H A Dp2p_group.c576 struct wpabuf *resp; local
591 resp = wpabuf_alloc(20 + extra);
592 if (resp == NULL)
597 wpabuf_put_buf(resp, group->wfd_ie);
600 rlen = p2p_buf_add_ie_hdr(resp);
602 p2p_buf_add_status(resp, status);
603 p2p_buf_update_ie_hdr(resp, rlen);
605 return resp;
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_invitation.c154 struct wpabuf *resp = NULL; local
353 resp = p2p_build_invitation_resp(p2p, dev, msg.dialog_token, status,
356 if (resp == NULL)
393 wpabuf_head(resp), wpabuf_len(resp), 200) < 0) {
399 wpabuf_free(resp);
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dhttpportallocator.cc204 std::string resp = std::string(stream->GetBuffer(), length); local
205 ReceiveSessionResponse(resp);
/external/libffi/testsuite/libffi.call/
H A Dnested_struct.c53 cls_struct_combined_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
65 *(cls_struct_combined*)resp = cls_struct_combined_fn(b0, b1, b2);
H A Dnested_struct1.c55 cls_struct_combined_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
69 *(cls_struct_combined*)resp = cls_struct_combined_fn(b0, b1, b2, b3);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_ttls.c102 static struct wpabuf * eap_ttls_avp_encapsulate(struct wpabuf *resp, argument
108 avp = wpabuf_alloc(sizeof(struct ttls_avp) + wpabuf_len(resp) + 4);
110 wpabuf_free(resp);
115 wpabuf_len(resp));
116 os_memcpy(pos, wpabuf_head(resp), wpabuf_len(resp));
117 pos += wpabuf_len(resp);
119 wpabuf_free(resp);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_ttls.c102 static struct wpabuf * eap_ttls_avp_encapsulate(struct wpabuf *resp, argument
108 avp = wpabuf_alloc(sizeof(struct ttls_avp) + wpabuf_len(resp) + 4);
110 wpabuf_free(resp);
115 wpabuf_len(resp));
116 os_memcpy(pos, wpabuf_head(resp), wpabuf_len(resp));
117 pos += wpabuf_len(resp);
119 wpabuf_free(resp);

Completed in 508 milliseconds

1234567891011>>