Home
last modified time | relevance | path

Searched refs:ignoreBytes (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dio.c91 unsigned int ignoreBytes; /* bytes to ignore before the next request */ member
268 if (oci->ignoreBytes > 0) { in ReadRequestFromClient()
269 if (oci->ignoreBytes > oci->size) in ReadRequestFromClient()
272 needed = oci->ignoreBytes; in ReadRequestFromClient()
315 oci->ignoreBytes = needed - gotnow; in ReadRequestFromClient()
411 if (oci->ignoreBytes > 0) { in ReadRequestFromClient()
412 assert(needed == oci->ignoreBytes || needed == oci->size); in ReadRequestFromClient()
418 oci->ignoreBytes -= gotnow; in ReadRequestFromClient()
423 oci->ignoreBytes -= needed; in ReadRequestFromClient()
992 oci->ignoreBytes = 0; in AllocateInputBuffer()
[all …]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog62176 os: Reset input buffer's 'ignoreBytes' field
62186 reuse the ConnectionInput buffer without resetting the ignoreBytes field. This
62189 This fixes that behavior by resetting the ignoreBytes field when putting the
103258 'gotnow' from oci->ignoreBytes. If needed < gotnow, simply subtract
103260 Since the code immediately following the (oci->ignoreBytes > 0) block
105865 whenever oci->ignoreBytes is nonzero, ignore the data read instead of trying to