Lines Matching defs:attrp
108 CK_ATTRIBUTE_INFO_PTR attrp;
120 attrp = old_object->extra_attrlistp;
121 while (attrp) {
128 rv = soft_copy_extra_attr(attrp, new_objp);
134 attrp = attrp->next;
1069 CK_ATTRIBUTE_INFO_PTR attrp;
1074 attrp = new->extra_attrlistp;
1075 while (attrp) {
1076 rv = soft_copy_extra_attr(attrp, old);
1081 attrp = attrp->next;