Searched refs:listhead (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/iceauth/dist/ |
| H A D | process.c | 1158 AuthList *listhead, *listtail; local in function:do_merge 1166 listhead = listtail = NULL; 1191 add_to_list (listhead, listtail, head); 1200 if (listhead) { 1203 nentries = merge_entries (&iceauth_head, listhead,
|
| /xsrc/external/mit/xauth/dist/ |
| H A D | process.c | 1514 AuthList *listhead, *listtail; local in function:do_merge 1524 listhead = listtail = NULL; 1550 add_to_list (listhead, listtail, head); 1559 if (listhead) { 1562 nentries = merge_entries (&xauth_head, listhead, &nnew, &nrepl);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Config.c | 233 #define FIND_SUITABLE(pointertype, listhead, ptr) \ 237 for (_l = (listhead), _p = NULL; !_p && _l; _l = (pointertype)_l->list.next) { \
|
Completed in 8 milliseconds