Searched refs:req_len (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_peap.c | 207 size_t req_len; in eap_peap_build_phase2_req() local 218 req_len = wpabuf_len(buf); in eap_peap_build_phase2_req() 220 req, req_len); in eap_peap_build_phase2_req() 225 req_len -= sizeof(struct eap_hdr); in eap_peap_build_phase2_req() 228 wpabuf_set(&msgbuf, req, req_len); in eap_peap_build_phase2_req() 243 size_t req_len; in eap_peap_build_phase2_soh() local 259 req_len = wpabuf_len(buf); in eap_peap_build_phase2_soh() 262 req, req_len); in eap_peap_build_phase2_soh() 265 req_len -= sizeof(struct eap_hdr); in eap_peap_build_phase2_soh() 266 wpabuf_set(&msgbuf, req, req_len); in eap_peap_build_phase2_soh() [all …]
|
/external/valgrind/main/auxprogs/ |
D | valgrind-di-server.c | 711 ULong req_session_id = 0, req_offset = 0, req_len = 0; in handle_transaction() local 778 &req_offset, &req_len)) { in handle_transaction() 794 if (ok && (req_len == 0 || req_len > 4*1024*1024)) { in handle_transaction() 798 if (ok && req_len + req_offset > conn_state[conn_no].file_size) { in handle_transaction() 806 UChar* unzBuf = malloc(req_len); in handle_transaction() 808 unzBuf, req_len, req_offset); in handle_transaction() 809 if (nRead != req_len) { in handle_transaction() 824 UInt zLenMax = req_len + req_len / 4 + 1024; in handle_transaction() 827 Int lzo_rc = lzo1x_1_compress(unzBuf, req_len, in handle_transaction() 837 ("RDOK", req_session_id, req_offset, req_len, zLen, &buf); in handle_transaction() [all …]
|
/external/llvm/test/Transforms/GVN/ |
D | 2009-06-17-InvalidPRE.ll | 9 define void @m_adj(%struct.mbuf* %mp, i32 %req_len) nounwind optsize { 12 %1 = icmp slt i32 %req_len, 0 ; <i1> [#uses=1] 29 %len.0.ph = phi i32 [ %2, %bb2 ], [ %req_len, %bb4.preheader ] ; <i32> [#uses=1] 65 %23 = sub i32 %req_len, %len.0 ; <i32> [#uses=1]
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_mschapv2.c | 242 size_t req_len, u8 id) in eap_mschapv2_challenge() argument 252 if (req_len < sizeof(*req) + 1) { in eap_mschapv2_challenge() 254 "(len %lu)", (unsigned long) req_len); in eap_mschapv2_challenge() 260 len = req_len - sizeof(*req) - 1; in eap_mschapv2_challenge() 348 size_t req_len, u8 id) in eap_mschapv2_success() argument 355 len = req_len - sizeof(*req); in eap_mschapv2_success() 642 size_t req_len, u8 id) in eap_mschapv2_failure() argument 647 size_t len = req_len - sizeof(*req); in eap_mschapv2_failure()
|
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
D | user_mbuf.c | 1268 m_adj(struct mbuf *mp, int req_len) in m_adj() argument 1270 int len = req_len; in m_adj() 1293 m->m_pkthdr.len -= (req_len - len); in m_adj()
|
/external/chromium_org/third_party/webrtc/test/channel_transport/ |
D | udp_transport_impl.cc | 2551 int req_len = len - sizeof(*nlmp); in LocalHostAddressIPV6() 2553 if (req_len < 0 || len > status) in LocalHostAddressIPV6()
|