1asn1_number_of_elements(3) libtasn1 asn1_number_of_elements(3)
2
3
4
6 asn1_number_of_elements - API function
7
9 #include <libtasn1.h>
10
11 asn1_retCode asn1_number_of_elements(ASN1_TYPE element, const char *
12 name, int * num);
13
15 ASN1_TYPE element
16 pointer to the root of an ASN1 structure.
17
18 const char * name
19 the name of a sub-structure of ROOT.
20
21 int * num pointer to an integer where the result will be stored
22
24 Counts the number of elements of a sub-structure called NAME with names
25 equal to "?1","?2", ...
26
29 Copyright © 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
30 Inc..
31 Copying and distribution of this file, with or without modification,
32 are permitted in any medium without royalty provided the copyright
33 notice and this notice are preserved.
34
36 The full documentation for libtasn1 is maintained as a Texinfo manual.
37 If the info and libtasn1 programs are properly installed at your site,
38 the command
39
40 info libtasn1
41
42 should give you access to the complete manual.
43
44
45
46libtasn1 2.7 asn1_number_of_elements(3)