P11_SESSION_IN_USE  377 source4/heimdal/lib/hx509/ks_p11.c     if (slot->flags & P11_SESSION_IN_USE)
P11_SESSION_IN_USE  381 source4/heimdal/lib/hx509/ks_p11.c 	slot->flags |= P11_SESSION_IN_USE;
P11_SESSION_IN_USE  471 source4/heimdal/lib/hx509/ks_p11.c     slot->flags |= P11_SESSION_IN_USE;
P11_SESSION_IN_USE  483 source4/heimdal/lib/hx509/ks_p11.c     if ((slot->flags & P11_SESSION_IN_USE) == 0)
P11_SESSION_IN_USE  485 source4/heimdal/lib/hx509/ks_p11.c     slot->flags &= ~P11_SESSION_IN_USE;
P11_SESSION_IN_USE  945 source4/heimdal/lib/hx509/ks_p11.c 	if (p->slot[i].flags & P11_SESSION_IN_USE)