OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufcnt
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xfs/dist/os/
osdep.h
83
int
bufcnt
; /* count of bytes in buffer */
member in struct:_connectionInput
io.c
159
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
+= moveup
[
all
...]
/xsrc/external/mit/xorg-server/dist/os/
io.c
90
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
< BUFSIZE) && (needed < BUFSIZE))
[
all
...]
/xsrc/external/mit/xorg-server.old/dist/os/
io.c
121
* |-------
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
- gotnow
[
all
...]
osdep.h
125
int
bufcnt
; /* count of bytes in buffer */
member in struct:_connectionInput
Completed in 13 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026