Initialize Tizen 2.3
[external/libtasn1.git] / doc / texi / asn1_find_structure_from_oid.texi
1 @subheading asn1_find_structure_from_oid
2 @anchor{asn1_find_structure_from_oid}
3 @deftypefun {const char *} {asn1_find_structure_from_oid} (ASN1_TYPE @var{definitions}, const char * @var{oidValue})
4 @var{definitions}: ASN1 definitions
5
6 @var{oidValue}: value of the OID to search (e.g. "1.2.3.4").
7
8 Search the structure that is defined just after an OID definition.
9
10 @strong{Returns:} @code{NULL} when @code{oidValue} not found, otherwise the pointer to a
11 constant string that contains the element name defined just after
12 the OID.
13 @end deftypefun
14