Initialize Tizen 2.3
[external/libtasn1.git] / doc / texi / parser_aux.c.texi
1 @subheading asn1_find_node
2 @anchor{asn1_find_node}
3 @deftypefun {ASN1_TYPE} {asn1_find_node} (ASN1_TYPE @var{pointer}, const char * @var{name})
4 @var{pointer}: NODE_ASN element pointer.
5
6 @var{name}: null terminated string with the element's name to find.
7
8 Searches for an element called @code{name} starting from @code{pointer}.  The
9 name is composed by differents identifiers separated by dots.  When
10 *@code{pointer} has a name, the first identifier must be the name of
11 *@code{pointer}, otherwise it must be the name of one child of *@code{pointer}.
12
13 @strong{Returns:} the search result, or @code{NULL} if not found.
14 @end deftypefun
15