Lines Matching refs:extinfop

364 	struct dga_extinfo	*extinfop;
366 if ((extinfop = init_dga_ext(dpy)) == NULL)
370 req->reqType = extinfop->major_opcode;
371 req->pad = (extinfop->protocol_major_version >= 2) ?
413 struct dga_extinfo *extinfop;
415 if ((extinfop = lookup_dga_ext(dpy)) == NULL)
419 req->reqType = extinfop->major_opcode;
420 req->pad = (extinfop->protocol_major_version >= 2) ?
446 struct dga_extinfo *extinfop;
451 if ((extinfop = init_dga_ext(dpy)) == NULL) {
459 req->reqType = extinfop->major_opcode;
460 req->pad = (extinfop->protocol_major_version >= 3) ?
485 struct dga_extinfo *extinfop;
490 if ((extinfop = lookup_dga_ext(dpy)) == NULL) {
498 req->reqType = extinfop->major_opcode;
499 req->pad = (extinfop->protocol_major_version >= 3) ?
535 struct dga_extinfo *extinfop;
540 if (((extinfop = lookup_dga_ext(dpy)) == NULL) ||
541 (extinfop->protocol_major_version < 2)) {
549 req->reqType = extinfop->major_opcode;
597 struct dga_extinfo *extinfop;
602 if (((extinfop = lookup_dga_ext(dpy)) == NULL) ||
603 (extinfop->protocol_major_version < 2)) {
611 req->reqType = extinfop->major_opcode;
658 struct dga_extinfo *extinfop;
663 if (((extinfop = lookup_dga_ext(dpy)) == NULL) ||
664 (extinfop->protocol_major_version < 2)) {
672 req->reqType = extinfop->major_opcode;
719 struct dga_extinfo *extinfop;
724 if (((extinfop = lookup_dga_ext(dpy)) == NULL) ||
725 (extinfop->protocol_major_version < 2)) {
733 req->reqType = extinfop->major_opcode;
782 struct dga_extinfo *extinfop;
784 if ((extinfop = lookup_dga_ext(dpy)) == NULL)
786 if (extinfop->protocol_major_version < 2)
790 req->reqType = extinfop->major_opcode;
823 struct dga_extinfo *extinfop;
825 if ((extinfop = lookup_dga_ext(dpy)) == NULL)
827 if (extinfop->protocol_major_version < 2)
831 req->reqType = extinfop->major_opcode;
865 struct dga_extinfo *extinfop;
867 if ((extinfop = lookup_dga_ext(dpy)) == NULL)
869 if (extinfop->protocol_major_version < 2)
873 req->reqType = extinfop->major_opcode;
905 struct dga_extinfo *extinfop;
907 if ((extinfop = lookup_dga_ext(dpy)) == NULL)
909 if (extinfop->protocol_major_version < 2)
913 req->reqType = extinfop->major_opcode;
943 struct dga_extinfo *extinfop;
945 if ((extinfop = lookup_dga_ext(dpy)) == NULL)
947 if (extinfop->protocol_major_version < 3)
951 req->reqType = extinfop->major_opcode;
981 struct dga_extinfo *extinfop;
983 if ((extinfop = lookup_dga_ext(dpy)) == NULL)
985 if (extinfop->protocol_major_version < 3)
989 req->reqType = extinfop->major_opcode;
1018 struct dga_extinfo *extinfop;
1020 if ((extinfop = lookup_dga_ext(dpy)) == NULL)
1022 if (extinfop->protocol_major_version < 3)
1026 req->reqType = extinfop->major_opcode;
1103 struct dga_extinfo *extinfop;
1105 if ((extinfop = init_dga_ext(dpy)) == NULL)
1107 if (extinfop->protocol_major_version < 3)
1111 req->reqType = extinfop->major_opcode;
1154 struct dga_extinfo *extinfop;
1156 if ((extinfop = lookup_dga_ext(dpy)) == NULL)
1158 if (extinfop->protocol_major_version < 3)
1162 req->reqType = extinfop->major_opcode;
1188 struct dga_extinfo *extinfop;
1190 if ((extinfop = init_dga_ext(dpy)) == NULL)
1192 if (extinfop->protocol_major_version < 3)
1196 req->reqType = extinfop->major_opcode;
1231 struct dga_extinfo *extinfop;
1233 if ((extinfop = lookup_dga_ext(dpy)) == NULL)
1235 if (extinfop->protocol_major_version < 3)
1239 req->reqType = extinfop->major_opcode;
1556 struct dga_extinfo *extinfop;
1558 if ((extinfop = init_dga_ext(dpy)) == NULL)
1565 req->reqType = extinfop->major_opcode;