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

  /xsrc/external/mit/xorg-server.old/dist/include/
dixstruct.h 117 unsigned long replyBytesRemaining;
  /xsrc/external/mit/xorg-server/dist/os/
io.c 713 if (!who->replyBytesRemaining) {
768 if (who->replyBytesRemaining) { /* still sending data of an earlier reply */
769 who->replyBytesRemaining -= count + padBytes;
771 replyinfo.bytesRemaining = who->replyBytesRemaining;
783 replyinfo.bytesRemaining = who->replyBytesRemaining = bytesleft;
789 if (who->replyBytesRemaining) {
790 who->replyBytesRemaining -= (count + padBytes);
796 who->replyBytesRemaining =
  /xsrc/external/mit/xorg-server.old/dist/os/
io.c 753 if (!who->replyBytesRemaining) {
814 if (who->replyBytesRemaining)
816 who->replyBytesRemaining -= count + padBytes;
818 replyinfo.bytesRemaining = who->replyBytesRemaining;
833 replyinfo.bytesRemaining = who->replyBytesRemaining = bytesleft;
839 if (who->replyBytesRemaining) {
840 who->replyBytesRemaining -= (count + padBytes);
844 who->replyBytesRemaining =
  /xsrc/external/mit/xorg-server/dist/include/
dixstruct.h 101 unsigned int replyBytesRemaining;

Completed in 6 milliseconds