Searched refs:plength (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/libevent/dist/include/event2/
H A Dtag.h118 int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
120 int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dtag.h119 int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
121 int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
/netbsd-current/sys/dev/pci/
H A Demuxkivar.h134 uint32_t plength; member in struct:emuxki_softc
H A Demuxki.c940 curaddr += sc->plength;
945 if (sc->poffset >= sc->plength) {
946 sc->poffset -= sc->plength;
1160 sc->plength = (char *)end - (char *)start;
1162 npage = roundup(sc->plength, EMU_PTESIZE);
1173 hwend = hwstart + sc->plength / sc->pframesize;
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devent_tagging.c403 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength) argument
411 res = decode_int_internal(plength, evbuf, len);
415 *plength += res + len;
421 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength) argument
429 res = decode_int_internal(plength, evbuf, len);
/netbsd-current/external/bsd/libevent/dist/
H A Devent_tagging.c410 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength) argument
418 res = decode_int_internal(plength, evbuf, len);
422 *plength += res + len;
428 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength) argument
436 res = decode_int_internal(plength, evbuf, len);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dasn1_lib.c44 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, argument
84 if (!asn1_get_length(&p, &inf, plength, max))
90 if (*plength > (omax - (p - *pp))) {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn1_lib.c46 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, argument
88 if (!asn1_get_length(&p, &inf, plength, max))
94 if (*plength > (omax - (p - *pp))) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dasn1.h678 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,

Completed in 125 milliseconds