1asn1_find_node(3) libtasn1 asn1_find_node(3)
2
3
4
6 asn1_find_node - API function
7
9 #include <libtasn1.h>
10
11 asn1_node asn1_find_node(asn1_node pointer, const char * name);
12
14 asn1_node pointer
15 NODE_ASN element pointer.
16
17 const char * name
18 null terminated string with the element's name to find.
19
21 Searches for an element called name starting from pointer . The name
22 is composed by differents identifiers separated by dots. When *
23 pointer has a name, the first identifier must be the name of * pointer
24 , otherwise it must be the name of one child of * pointer .
25
27 the search result, or NULL if not found.
28
30 Copyright © 2006-2015 Free Software Foundation, Inc..
31 Copying and distribution of this file, with or without modification,
32 are permitted in any medium without royalty provided the copyright
33 notice and this notice are preserved.
34
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. As an alternative you
43 may obtain the manual from:
44
45 http://www.gnu.org/software/libtasn1/manual/
46
47libtasn1 4.8 asn1_find_node(3)