Home
last modified time | relevance | path

Searched refs:orig_len (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/fuzz/
H A Dx509.c36 size_t orig_len = len; in FuzzerTestOneInput() local
67 len = orig_len - (p - buf); in FuzzerTestOneInput()
72 len = orig_len - (p - buf); in FuzzerTestOneInput()
77 len = orig_len - (p - buf); in FuzzerTestOneInput()
/freebsd/contrib/tcsh/
H A Dglob.c492 size_t orig_len; in glob2() local
525 orig_len = pathbuf->len; in glob2()
538 pathbuf->len = orig_len; in glob2()
572 size_t orig_len; in glob3() local
578 orig_len = pathbuf->len; in glob3()
602 pathbuf->len = orig_len; in glob3()
629 pathbuf->len = orig_len; in glob3()
639 if (match(pathbuf->s + orig_len, pattern, termstar, in glob3()
647 if (match(pathbuf->s + orig_len, pattern, restpattern, in glob3()
/freebsd/sys/dev/rtwn/usb/
H A Drtwn_usb_rx.c158 int orig_len = len; in rtwn_rxeof_fragmented() local
218 orig_len - len + min_len, orig_len); in rtwn_rxeof_fragmented()
219 min_len -= (orig_len - len); in rtwn_rxeof_fragmented()
/freebsd/sys/netinet/libalias/
H A Dalias_skinny.c304 size_t orig_len, skinny_hdr_len = sizeof(struct skinny_header); in AliasHandleSkinny() local
332 orig_len = dlen; in AliasHandleSkinny()
345 if (t > orig_len || t > dlen) { in AliasHandleSkinny()
/freebsd/crypto/openssl/ssl/record/
H A Dssl3_record.c486 thisrr->orig_len = thisrr->length; in ssl3_get_record()
965 rec->orig_len, in ssl3_enc()
1225 recs[0].orig_len -= bs; in tls1_enc()
1278 recs[ctr].orig_len -= bs; in tls1_enc()
1286 recs[ctr].orig_len, in tls1_enc()
1384 rec->length, rec->orig_len, in n_ssl3_mac()
1489 &rec->orig_len); in tls1_mac()
1570 rr->orig_len = rr->length; in dtls1_process_record()
1588 if (rr->orig_len < mac_size) { in dtls1_process_record()
H A Drecord.h49 size_t orig_len; member
/freebsd/sys/netlink/
H A Dnetlink_message_parser.c132 int orig_len = len; in nl_parse_attrs_raw() local
160 nla = (struct nlattr *)((char *)nla_head + (orig_len - len)); in nl_parse_attrs_raw()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_rlock.c164 uint64_t orig_len = new->lr_length; in zfs_rangelock_enter_writer() local
221 new->lr_length = orig_len; in zfs_rangelock_enter_writer()
H A Dzfs_ioctl.c2251 size_t orig_len = strlen(zc->zc_name); in zfs_ioc_dataset_list_next() local
2282 zc->zc_name[orig_len] = '\0'; in zfs_ioc_dataset_list_next()
/freebsd/contrib/nvi/vi/
H A Dv_txt.c2841 txt_Rresolve(SCR *sp, TEXTH *tiqh, TEXT *tp, const size_t orig_len) in txt_Rresolve() argument
2878 if (input_len < orig_len) { in txt_Rresolve()
2879 retain = MIN(tp->owrite, orig_len - input_len); in txt_Rresolve()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c21305 int32_t orig_len = 0; in rack_output() local
22091 orig_len = len; in rack_output()
22538 (orig_len > len) && in rack_output()
23567 log.u_bbr.flex4 = orig_len; in rack_output()
23937 if ((orig_len > len) && in rack_output()
23948 n_len = (orig_len - len); in rack_output()
23949 orig_len -= len; in rack_output()
23958 if ((orig_len > len) && in rack_output()
23969 orig_len -= len; in rack_output()
24179 (orig_len > len) && in rack_output()
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dpci.c1305 int orig_len; in ath10k_pci_process_htt_rx_cb() local
1336 orig_len = skb->len; in ath10k_pci_process_htt_rx_cb()
1338 skb_push(skb, orig_len - skb->len); in ath10k_pci_process_htt_rx_cb()