Searched refs:oclass (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c42 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
145 unsigned char oclass; local
196 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL,
204 if (oclass != V_ASN1_UNIVERSAL) {
684 unsigned char oclass; local
695 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL,
701 if (oclass != V_ASN1_UNIVERSAL)
1097 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, argument
1171 if (oclass)
1172 *oclass
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dddt.c1019 enum ddt_class oclass = dde->dde_class; local
1051 (otype != ntype || oclass != nclass || total_refcnt == 0)) {
1052 VERIFY(ddt_object_remove(ddt, otype, oclass, dde, tx) == 0);
1053 ASSERT(ddt_object_lookup(ddt, otype, oclass, dde) == ENOENT);
1071 if (nclass < oclass) {

Completed in 108 milliseconds