Lines Matching defs:any
5 * Permission is hereby granted, free of charge, to any person obtaining a
438 xXIAnyHierarchyChangeInfo *any;
459 any = (xXIAnyHierarchyChangeInfo*)&stuff[1];
467 SWAPIF(swapl(&any->type, n));
468 SWAPIF(swaps(&any->length, n));
470 if ((any->length > (INT_MAX >> 2)) || (len < (any->length << 2)))
475 if ((len < sizeof(type)) || (any->length != (sizeof(type) >> 2))) { \
481 switch(any->type)
485 xXIAddMasterInfo* c = (xXIAddMasterInfo*)any;
505 xXIRemoveMasterInfo* r = (xXIRemoveMasterInfo*)any;
516 xXIDetachSlaveInfo* c = (xXIDetachSlaveInfo*)any;
527 xXIAttachSlaveInfo* c = (xXIAttachSlaveInfo*)any;
546 len -= any->length * 4;
547 any = (xXIAnyHierarchyChangeInfo*)((char*)any + any->length * 4);