| /xsrc/external/mit/xorg-server/dist/present/ |
| present_notify.c | 26 * Mark all pending notifies for 'window' as invalid when 39 xorg_list_for_each_entry(notify, &window_priv->notifies, window_list) { 67 xorg_list_add(¬ify->window_list, &window_priv->notifies); 74 present_notify_ptr notifies; local 79 notifies = calloc (num_notifies, sizeof (present_notify_rec)); 80 if (!notifies) 84 status = dixLookupWindow(¬ifies[i].window, x_notifies[i].window, client, DixGetAttrAccess); 88 notifies[i].serial = x_notifies[i].serial; 89 status = present_add_window_notify(¬ifies[i]); 96 *p_notifies = notifies; [all...] |
| present_request.c | 94 present_notify_ptr notifies = NULL; local 141 ret = present_create_notifies(client, nnotifies, (xPresentNotify *) (stuff + 1), ¬ifies); 149 stuff->target_msc, stuff->divisor, stuff->remainder, notifies, nnotifies); 151 present_destroy_notifies(notifies, nnotifies);
|
| present_priv.h | 84 present_notify_ptr notifies; member in struct:present_vblank 131 present_notify_ptr notifies, 224 struct xorg_list notifies; member in struct:present_window_priv 297 present_notify_ptr notifies, 401 present_destroy_notifies(present_notify_ptr notifies, int num_notifies); 469 present_notify_ptr notifies, 487 present_notify_ptr notifies,
|
| /xsrc/external/mit/libXpresent/dist/include/X11/extensions/ |
| Xpresent.h | 144 XPresentNotify *notifies; member in struct:__anon5957 179 XPresentNotify *notifies,
|
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| psql.c | 92 {LispFunction, Lisp_PQnotifies, "pq-notifies connection"}, 647 pq-notifies connection 652 PGnotify *notifies; local 663 if ((notifies = PQnotifies(conn)) == NULL) 669 CONS(STRING(notifies->relname), 671 CONS(REAL(notifies->be_pid), NIL))))); 677 free(notifies);
|