| /src/contrib/libevent/ |
| H A D | event_tagging.c | 406 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_peek_length() argument 414 res = decode_int_internal(plength, evbuf, len); in evtag_peek_length() 418 *plength += res + len; in evtag_peek_length() 424 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_payload_length() argument 432 res = decode_int_internal(plength, evbuf, len); in evtag_payload_length()
|
| /src/contrib/ntp/sntp/libevent/ |
| H A D | event_tagging.c | 406 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_peek_length() argument 414 res = decode_int_internal(plength, evbuf, len); in evtag_peek_length() 418 *plength += res + len; in evtag_peek_length() 424 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_payload_length() argument 432 res = decode_int_internal(plength, evbuf, len); in evtag_payload_length()
|
| /src/contrib/libevent/include/event2/ |
| H A D | tag.h | 117 int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength); 119 int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
|
| /src/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | tag.h | 117 int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength); 119 int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
|
| /src/crypto/openssl/crypto/asn1/ |
| H A D | asn1_lib.c | 46 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, in ASN1_get_object() argument 88 if (!asn1_get_length(&p, &inf, plength, max)) in ASN1_get_object() 94 if (*plength > (omax - (p - *pp))) { in ASN1_get_object()
|
| /src/contrib/pf/libevent/ |
| H A D | event.h | 320 int evtag_peek_length(struct evbuffer *evbuf, u_int32_t *plength); 321 int evtag_payload_length(struct evbuffer *evbuf, u_int32_t *plength);
|
| /src/sys/cam/scsi/ |
| H A D | scsi_enc_ses.c | 2029 u_long length, plength; in ses_process_elm_descs() local 2052 plength = ses_page_length(phdr); in ses_process_elm_descs() 2057 if (plength > xfer_len) { in ses_process_elm_descs() 2072 while (offset < plength in ses_process_elm_descs() 2074 if ((offset + sizeof(struct ses_elm_desc_hdr)) > plength) { in ses_process_elm_descs() 2084 if ((offset + sizeof(*hdr) + length) > plength) { in ses_process_elm_descs() 2199 size_t plength; in ses_fill_control_request() local 2212 plength = ses_page_length(&ses_cache->status_page->hdr); in ses_fill_control_request() 2213 memcpy(buf, ses_cache->status_page, plength); in ses_fill_control_request() 2218 offset < plength; offset += sizeof(struct ses_comstat)) { in ses_fill_control_request() [all …]
|
| /src/sys/geom/ |
| H A D | geom_disk.c | 338 off_t *plength, int *ppages) in g_disk_seg_limit() argument 347 length = *plength; in g_disk_seg_limit() 363 *plength -= length; in g_disk_seg_limit()
|
| /src/sys/dev/usb/controller/ |
| H A D | atmegadci.c | 1522 struct usb_device_request *req, const void **pptr, uint16_t *plength) in atmegadci_roothub_exec() argument 1944 *plength = len; in atmegadci_roothub_exec()
|
| H A D | avr32dci.c | 1471 struct usb_device_request *req, const void **pptr, uint16_t *plength) in avr32dci_roothub_exec() argument 1898 *plength = len; in avr32dci_roothub_exec()
|
| H A D | uss820dci.c | 1817 struct usb_device_request *req, const void **pptr, uint16_t *plength) in uss820dci_roothub_exec() argument 2205 *plength = len; in uss820dci_roothub_exec()
|
| H A D | ohci.c | 2049 struct usb_device_request *req, const void **pptr, uint16_t *plength) in ohci_roothub_exec() argument 2335 *plength = len; in ohci_roothub_exec()
|
| H A D | uhci.c | 2416 struct usb_device_request *req, const void **pptr, uint16_t *plength) in uhci_roothub_exec() argument 2730 *plength = len; in uhci_roothub_exec()
|
| H A D | musb_otg.c | 3548 struct usb_device_request *req, const void **pptr, uint16_t *plength) in musbotg_roothub_exec() argument 4003 *plength = len; in musbotg_roothub_exec()
|
| H A D | ehci.c | 2998 struct usb_device_request *req, const void **pptr, uint16_t *plength) in ehci_roothub_exec() argument 3387 *plength = len; in ehci_roothub_exec()
|
| H A D | xhci.c | 3298 struct usb_device_request *req, const void **pptr, uint16_t *plength) in xhci_roothub_exec() argument 3716 *plength = len; in xhci_roothub_exec()
|
| H A D | dwc_otg.c | 4303 struct usb_device_request *req, const void **pptr, uint16_t *plength) in dwc_otg_roothub_exec() argument 4766 *plength = len; in dwc_otg_roothub_exec()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | asn1.h | 889 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
|
| H A D | asn1.h.in | 722 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
|