HomeSort by: relevance | last modified time | path
    Searched refs:ignoreBytes (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/os/
io.c 93 unsigned int ignoreBytes; /* bytes to ignore before the next request */
270 if (oci->ignoreBytes > 0) {
271 if (oci->ignoreBytes > oci->size)
274 needed = oci->ignoreBytes;
321 oci->ignoreBytes = needed - gotnow;
419 if (oci->ignoreBytes > 0) {
420 assert(needed == oci->ignoreBytes || needed == oci->size);
426 oci->ignoreBytes -= gotnow;
431 oci->ignoreBytes -= needed;
449 if (!gotnow && !oci->ignoreBytes)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/os/
io.c 256 if (oci->ignoreBytes > 0) {
257 if (oci->ignoreBytes > oci->size)
260 needed = oci->ignoreBytes;
309 oci->ignoreBytes = needed - gotnow;
417 if (oci->ignoreBytes > 0) {
418 assert(needed == oci->ignoreBytes || needed == oci->size);
424 oci->ignoreBytes -= gotnow;
428 oci->ignoreBytes -= needed;
1067 oci->ignoreBytes = 0;
osdep.h 128 unsigned int ignoreBytes; /* bytes to ignore before the next request */

Completed in 5 milliseconds