Searched refs:bufcnt (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xfs/dist/os/
H A Dosdep.h83 int bufcnt; /* count of bytes in buffer */ member in struct:_connectionInput
H A Dio.c159 gotnow = oci->bufcnt + oci->buffer - oci->bufptr;
191 oci->bufcnt = gotnow;
198 result = _FontTransRead(oc->trans_conn, oci->buffer + oci->bufcnt,
199 oci->size - oci->bufcnt);
213 oci->bufcnt += result;
218 (oci->bufcnt < BUFSIZE) && (needed < BUFSIZE)) {
225 oci->bufptr = ibuf + oci->bufcnt - gotnow;
298 gotnow = oci->bufcnt + oci->buffer - oci->bufptr;
307 oci->bufptr = ibuf + oci->bufcnt - gotnow;
314 oci->bufcnt
[all...]
/xsrc/external/mit/xorg-server/dist/os/
H A Dio.c90 int bufcnt; /* count of bytes in buffer */ member in struct:_connectionInput
128 * |------- bufcnt ------->| | |
139 * bufcnt counts how many bytes are in the buffer.
147 * Typically, gotnow = (buffer + bufcnt) - bufptr
268 gotnow = oci->bufcnt + oci->buffer - oci->bufptr;
344 oci->bufcnt = gotnow;
358 result = _XSERVTransRead(oc->trans_conn, oci->buffer + oci->bufcnt,
359 oci->size - oci->bufcnt);
374 oci->bufcnt += result;
378 (oci->bufcnt < BUFSIZ
[all...]
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dio.c121 * |------- bufcnt ------->| | |
132 * bufcnt counts how many bytes are in the buffer.
140 * Typically, gotnow = (buffer + bufcnt) - bufptr
254 gotnow = oci->bufcnt + oci->buffer - oci->bufptr;
336 oci->bufcnt = gotnow;
351 result = _XSERVTransRead(oc->trans_conn, oci->buffer + oci->bufcnt,
352 oci->size - oci->bufcnt);
368 oci->bufcnt += result;
372 (oci->bufcnt < BUFSIZE) && (needed < BUFSIZE))
381 oci->bufptr = ibuf + oci->bufcnt
[all...]
H A Dosdep.h125 int bufcnt; /* count of bytes in buffer */ member in struct:_connectionInput

Completed in 4 milliseconds