Lines Matching defs:pHead
78 RREventPtr pRREvent, *pHead;
86 rc = dixLookupResourceByType((void **) &pHead, pWin->drawable.id,
103 if (pHead) {
105 for (pRREvent = *pHead; pRREvent; pRREvent = pRREvent->next)
133 if (!pHead) {
134 pHead = (RREventPtr *) malloc(sizeof(RREventPtr));
135 if (!pHead ||
137 (void *) pHead)) {
141 *pHead = 0;
143 pRREvent->next = *pHead;
144 *pHead = pRREvent;
185 if (pHead) {
188 for (pRREvent = *pHead; pRREvent; pRREvent = pRREvent->next) {
198 *pHead = pRREvent->next;