~ubuntu-branches/ubuntu/trusty/libtasn1-3/trusty

« back to all changes in this revision

Viewing changes to doc/texi/asn1_number_of_elements.texi

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2006-06-07 20:14:52 UTC
  • Revision ID: james.westby@ubuntu.com-20060607201452-7a9dojyu7i2kfbyp
Tags: upstream-0.3.4
ImportĀ upstreamĀ versionĀ 0.3.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@deftypefun {asn1_retCode} {asn1_number_of_elements} (ASN1_TYPE @var{element}, const char * @var{name}, int * @var{num})
 
2
@var{element}: pointer to the root of an ASN1 structure.
 
3
 
 
4
@var{name}: the name of a sub-structure of ROOT.
 
5
 
 
6
@var{num}: pointer to an integer where the result will be stored
 
7
 
 
8
Counts the number of elements of a sub-structure called NAME with
 
9
names equal to "?1","?2", ...
 
10
 
 
11
@strong{Returns:} 
 
12
@strong{ASN1_SUCCESS:} Creation OK.
 
13
 
 
14
@strong{ASN1_ELEMENT_NOT_FOUND:} NAME isn't known.
 
15
 
 
16
@strong{ASN1_GENERIC_ERROR:} Pointer num equal to NULL.
 
17
@end deftypefun
 
18