Initialize Tizen 2.3
[external/libtasn1.git] / doc / texi / asn1_number_of_elements.texi
1 @subheading asn1_number_of_elements
2 @anchor{asn1_number_of_elements}
3 @deftypefun {asn1_retCode} {asn1_number_of_elements} (ASN1_TYPE @var{element}, const char * @var{name}, int * @var{num})
4 @var{element}: pointer to the root of an ASN1 structure.
5
6 @var{name}: the name of a sub-structure of ROOT.
7
8 @var{num}: pointer to an integer where the result will be stored
9
10 Counts the number of elements of a sub-structure called NAME with
11 names equal to "?1","?2", ...
12
13 @strong{Returns:} @end deftypefun
14