1asn1_find_node(3)                  libtasn1                  asn1_find_node(3)
2
3
4

NAME

6       asn1_find_node - API function
7

SYNOPSIS

9       #include <libtasn1.h>
10
11       ASN1_TYPE asn1_find_node(ASN1_TYPE pointer, const char * name);
12

ARGUMENTS

14       ASN1_TYPE pointer
15                   NODE_ASN element pointer.
16
17       const char * name
18                   null terminated string with the element's name to find.
19

DESCRIPTION

21       Searches for an element called NAME starting from POINTER.  The name is
22       composed by differents identifiers separated by  dots.   When  *POINTER
23       has  a  name, the first identifier must be the name of *POINTER, other‐
24       wise it must be the name of one child of *POINTER.
25

RETURN VALUE

27       the searching result. NULL if not found.
28
30       Copyright © 2006 Free Software Foundation, Inc..
31       Permission is granted to make and distribute verbatim  copies  of  this
32       manual  provided  the  copyright  notice and this permission notice are
33       preserved on all copies.
34

SEE ALSO

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                             0.3.9                   asn1_find_node(3)
Impressum