Lines Matching defs:pProp
251 PropertyPtr pProp;
262 rc = dixLookupProperty(&pProp, pWin, stuff->property, client,
267 obj = dixLookupPrivate(&pProp->devPrivates, privKey);
402 PropertyPtr pProp;
416 for (pProp = wUserProps(pWin); pProp; pProp = pProp->next)
425 for (pProp = wUserProps(pWin); pProp; pProp = pProp->next) {
426 id = pProp->propertyName;
427 rc = SELinuxPopulateItem(items + i, &pProp->devPrivates, id, &size);