Lines Matching refs:bufcnt
88 int bufcnt; /* count of bytes in buffer */ member
266 gotnow = oci->bufcnt + oci->buffer - oci->bufptr; in ReadRequestFromClient()
338 oci->bufcnt = gotnow; in ReadRequestFromClient()
352 result = _XSERVTransRead(oc->trans_conn, oci->buffer + oci->bufcnt, in ReadRequestFromClient()
353 oci->size - oci->bufcnt); in ReadRequestFromClient()
368 oci->bufcnt += result; in ReadRequestFromClient()
372 (oci->bufcnt < BUFSIZE) && (needed < BUFSIZE)) { in ReadRequestFromClient()
379 oci->bufptr = ibuf + oci->bufcnt - gotnow; in ReadRequestFromClient()
521 gotnow = oci->bufcnt + oci->buffer - oci->bufptr; in InsertFakeRequest()
530 oci->bufptr = ibuf + oci->bufcnt - gotnow; in InsertFakeRequest()
537 oci->bufcnt += moveup; in InsertFakeRequest()
572 gotnow = oci->bufcnt + oci->buffer - oci->bufptr; in ResetCurrentRequest()
990 oci->bufcnt = 0; in AllocateInputBuffer()
1031 oci->bufcnt = 0; in FreeOsBuffers()