SIZEOF_ARRAY      105 source4/heimdal/lib/asn1/der.c     if (num >= SIZEOF_ARRAY(class_names))
SIZEOF_ARRAY      113 source4/heimdal/lib/asn1/der.c     return get_type(name, class_names, SIZEOF_ARRAY(class_names));
SIZEOF_ARRAY      119 source4/heimdal/lib/asn1/der.c     if (num >= SIZEOF_ARRAY(type_names))
SIZEOF_ARRAY      127 source4/heimdal/lib/asn1/der.c     return get_type(name, type_names, SIZEOF_ARRAY(type_names));
SIZEOF_ARRAY      133 source4/heimdal/lib/asn1/der.c     if (num >= SIZEOF_ARRAY(tag_names))
SIZEOF_ARRAY      141 source4/heimdal/lib/asn1/der.c     return get_type(name, tag_names, SIZEOF_ARRAY(tag_names));