Searched refs:ReplyCallback (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dio.c85 CallbackListPtr ReplyCallback; variable in typeref:typename:CallbackListPtr
807 if(ReplyCallback)
819 CallCallbacks((&ReplyCallback), (pointer)&replyinfo);
834 CallCallbacks((&ReplyCallback), (pointer)&replyinfo);
/xsrc/external/mit/xorg-server/dist/os/
H A Dio.c83 CallbackListPtr ReplyCallback; variable in typeref:typename:CallbackListPtr
761 if (ReplyCallback) {
772 CallCallbacks((&ReplyCallback), (void *) &replyinfo);
784 CallCallbacks((&ReplyCallback), (void *) &replyinfo);
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dos.h460 /* stuff for ReplyCallback */
461 extern _X_EXPORT CallbackListPtr ReplyCallback;
/xsrc/external/mit/xorg-server/dist/include/
H A Dos.h539 /* stuff for ReplyCallback */
540 extern _X_EXPORT CallbackListPtr ReplyCallback;
/xsrc/external/mit/xorg-server.old/dist/record/
H A Drecord.c588 * pcbl is &ReplyCallback.
954 if (!AddCallback(&ReplyCallback, RecordAReply, NULL))
1057 DeleteCallback(&ReplyCallback, RecordAReply, NULL);
/xsrc/external/mit/xorg-server/dist/record/
H A Drecord.c564 * pcbl is &ReplyCallback.
908 if (!AddCallback(&ReplyCallback, RecordAReply, NULL))
1004 DeleteCallback(&ReplyCallback, RecordAReply, NULL);

Completed in 12 milliseconds