Home
last modified time | relevance | path

Searched refs:rdrop (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libsndio/
H A Dsio.c122 hdl->rdrop = hdl->wsil = 0; in sio_start()
277 while (hdl->rdrop > 0) { in sio_rdrop()
278 todo = hdl->rdrop; in sio_rdrop()
284 hdl->rdrop -= n; in sio_rdrop()
H A Dsio_priv.h37 int rdrop; /* recorded bytes to drop */ member
H A Dsio_sun.c596 hdl->sio.rdrop += offset * hdl->ibpf; in sio_sun_revents()