| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | x-list.h | 35 typedef struct x_list_struct x_list; typedef in typeref:struct:x_list_struct 39 x_list *next; 50 X_EXTERN void X_PFX (list_free_1) (x_list *node); 51 X_EXTERN x_list *X_PFX (list_prepend) (x_list *lst, void *data); 53 X_EXTERN x_list *X_PFX (list_append) (x_list *lst, void *data); 54 X_EXTERN x_list *X_PFX (list_remove) (x_list *lst, void *data); 55 X_EXTERN void X_PFX (list_free) (x_list *ls [all...] |
| H A D | x-hook.h | 37 X_EXTERN x_list *X_PFX (hook_add) (x_list *lst, x_hook_function *fun, void *data); 38 X_EXTERN x_list *X_PFX (hook_remove) (x_list *lst, x_hook_function *fun, void *data); 39 X_EXTERN void X_PFX (hook_run) (x_list *lst, void *arg); 40 X_EXTERN void X_PFX (hook_free) (x_list *lst);
|
| H A D | x-list.c | 45 x_list l[NODES_PER_BLOCK]; 48 static x_list *freelist; 53 list_free_1 (x_list *node) 60 X_PFX (list_free_1) (x_list *node) 72 X_PFX (list_free) (x_list *lst) 74 x_list *next; 87 X_EXTERN x_list * 88 X_PFX (list_prepend) (x_list *lst, void *data) 90 x_list *node; 120 X_EXTERN x_list * [all...] |
| H A D | x-hook.c | 39 #define CELL_NEW(f,d) X_PFX (list_prepend) ((x_list *) (f), (d)) 44 X_EXTERN x_list * 45 X_PFX (hook_add) (x_list *lst, x_hook_function *fun, void *data) 50 X_EXTERN x_list * 51 X_PFX (hook_remove) (x_list *lst, x_hook_function *fun, void *data) 53 x_list *node, *cell; 54 x_list *to_delete = NULL; 75 X_PFX (hook_run) (x_list *lst, void *arg) 77 x_list *node, *cell; 110 X_PFX (hook_free) (x_list *ls [all...] |
| H A D | x-hash.c | 42 x_list **buckets; 50 #define ITEM_NEW(k, v) X_PFX (list_prepend) ((x_list *) (k), v) 104 x_list **new, **old; 105 x_list *node, *item, *next; 119 new = calloc (new_size, sizeof (x_list *)); 158 h->buckets = calloc (hash_table_total_buckets (h), sizeof (x_list *)); 178 x_list *node, *item; 211 x_list *node, *item; 270 x_list **ptr, *item; 298 x_list *nod [all...] |
| H A D | dristruct.h | 57 x_list *notifiers; /* list of (FUN . DATA) */
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | x-list.h | 36 typedef struct x_list_struct x_list; typedef in typeref:struct:x_list_struct 40 x_list *next; 51 X_EXTERN void X_PFX(list_free_1) (x_list * node); 52 X_EXTERN x_list *X_PFX(list_prepend) (x_list * lst, void *data); 54 X_EXTERN x_list *X_PFX(list_append) (x_list * lst, void *data); 55 X_EXTERN x_list *X_PFX(list_remove) (x_list * lst, void *data); 56 X_EXTERN void X_PFX(list_free) (x_list * ls [all...] |
| H A D | x-hook.h | 38 X_EXTERN x_list *X_PFX(hook_add) (x_list * lst, x_hook_function * fun, 40 X_EXTERN x_list *X_PFX(hook_remove) (x_list * lst, x_hook_function * fun, 42 X_EXTERN void X_PFX(hook_run) (x_list * lst, void *arg); 43 X_EXTERN void X_PFX(hook_free) (x_list * lst);
|
| H A D | x-list.c | 46 x_list l[NODES_PER_BLOCK]; 49 static x_list *freelist; 54 list_free_1(x_list *node) 61 X_PFX(list_free_1) (x_list * node) { 72 X_PFX(list_free) (x_list * lst) { 73 x_list *next; 85 X_EXTERN x_list * 86 X_PFX(list_prepend) (x_list * lst, void *data) { 87 x_list *node; 116 X_EXTERN x_list * [all...] |
| H A D | x-hook.c | 40 #define CELL_NEW(f, d) X_PFX(list_prepend) ((x_list *)(f), (d)) 45 X_EXTERN x_list * 46 X_PFX(hook_add) (x_list * lst, x_hook_function * fun, void *data) { 50 X_EXTERN x_list * 51 X_PFX(hook_remove) (x_list * lst, x_hook_function * fun, void *data) { 52 x_list *node, *cell; 53 x_list *to_delete = NULL; 72 X_PFX(hook_run) (x_list * lst, void *arg) { 73 x_list *node; 79 x_list *cel [all...] |
| H A D | x-hash.c | 45 x_list **buckets; 53 #define ITEM_NEW(k, v) X_PFX(list_prepend) ((x_list *)(k), v) 107 x_list **new, **old; 108 x_list *node, *item, *next; 122 new = calloc(new_size, sizeof(x_list *)); 157 h->buckets = calloc(hash_table_total_buckets(h), sizeof(x_list *)); 175 x_list *node, *item; 205 x_list *node, *item; 256 x_list **ptr, *item; 281 x_list *nod [all...] |
| H A D | dristruct.h | 60 x_list *notifiers; /* list of (FUN . DATA) */
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/ |
| H A D | indirect.c | 195 x_list *lst; 248 x_list *lst; 308 x_list *lst; 350 x_list *lst;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/ |
| H A D | indirect.c | 183 x_list *lst; 229 x_list *lst; 285 x_list *lst; 323 x_list *lst;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | X11Controller.h | 113 x_list *pending_apps;
|
| H A D | X11Controller.m | 822 x_list *node;
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | X11Controller.m | 69 @property (nonatomic, readwrite, assign) x_list *pending_apps; 890 x_list *node;
|