Searched refs:FS_COMPLETE_REPLY (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfsio.h70 #define FS_COMPLETE_REPLY 0x20 /* complete reply ready */ macro
H A Dfserve.c693 if (conn->blockState & FS_COMPLETE_REPLY)
1322 if (fs_blockState & FS_COMPLETE_REPLY)
1457 _fs_mark_block (conn, FS_COMPLETE_REPLY);
1459 _fs_unmark_block (conn, FS_COMPLETE_REPLY);
1475 else if ((conn->blockState & FS_COMPLETE_REPLY) ||
2623 _fs_unmark_block (conn, FS_COMPLETE_REPLY);
2729 _fs_mark_block (conn, FS_COMPLETE_REPLY);
3220 _fs_unmark_block (conn, FS_PENDING_WRITE|FS_BROKEN_WRITE|FS_COMPLETE_REPLY|FS_BROKEN_CONNECTION);
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfsio.h70 #define FS_COMPLETE_REPLY 0x20 /* complete reply ready */ macro
H A Dfserve.c695 if (conn->blockState & FS_COMPLETE_REPLY)
1321 if (fs_blockState & FS_COMPLETE_REPLY)
1444 _fs_mark_block (conn, FS_COMPLETE_REPLY);
1446 _fs_unmark_block (conn, FS_COMPLETE_REPLY);
1475 if (conn->blockState & FS_COMPLETE_REPLY)
2595 _fs_unmark_block (conn, FS_COMPLETE_REPLY);
2690 _fs_mark_block (conn, FS_COMPLETE_REPLY);
3181 _fs_unmark_block (conn, FS_PENDING_WRITE|FS_BROKEN_WRITE|FS_COMPLETE_REPLY|FS_BROKEN_CONNECTION);

Completed in 10 milliseconds