~ubuntu-branches/ubuntu/hardy/libtasn1-3/hardy-updates

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
.TH "asn1_find_node" 3 "0.3.5" "libtasn1" "libtasn1"
.SH NAME
asn1_find_node \- API function
.SH SYNOPSIS
.B #include <libtasn1.h>
.sp
.BI "ASN1_TYPE asn1_find_node(ASN1_TYPE " pointer ", const char * " name ");"
.SH ARGUMENTS
.IP "ASN1_TYPE pointer" 12
NODE_ASN element pointer.
.IP "const char * name" 12
null terminated string with the element's name to find.
.SH "DESCRIPTION"
Searches for an element called NAME starting from POINTER.  The
name is composed by differents identifiers separated by dots.  When
*POINTER has a name, the first identifier must be the name of
*POINTER, otherwise it must be the name of one child of *POINTER.
.SH "RETURN VALUE"
the searching result. NULL if not found.
.SH COPYRIGHT
Copyright \(co 2001, 2002, 2003 Fabio Fiorina.
.br
Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
preserved on all copies.
.SH "SEE ALSO"
The full documentation for
.B libtasn1
is maintained as a Texinfo manual.  If the
.B info
and
.B libtasn1
programs are properly installed at your site, the command
.IP
.B info libtasn1
.PP
should give you access to the complete manual.