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

« back to all changes in this revision

Viewing changes to doc/man/asn1_find_structure_from_oid.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2010-03-15 19:16:34 UTC
  • mfrom: (1.2.5 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100315191634-015aowhjrrvlwjnm
* New upstream version.
* Do not run test-suite when cross compiling. Closes: #554343

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2
 
.TH "asn1_find_structure_from_oid" 3 "2.4" "libtasn1" "libtasn1"
 
2
.TH "asn1_find_structure_from_oid" 3 "2.5" "libtasn1" "libtasn1"
3
3
.SH NAME
4
 
asn1_find_structure_from_oid \- Locate structure defined by a specific OID.
 
4
asn1_find_structure_from_oid \- API function
5
5
.SH SYNOPSIS
6
6
.B #include <libtasn1.h>
7
7
.sp
14
14
.SH "DESCRIPTION"
15
15
Search the structure that is defined just after an OID definition.
16
16
.SH "RETURNS"
17
 
NULL when OIDVALUE not found, otherwise the pointer to a
18
 
constant string that contains the element name defined just
19
 
after the OID.
 
17
\fBNULL\fP when \fIoidValue\fP not found, otherwise the pointer to a
 
18
constant string that contains the element name defined just after
 
19
the OID.
20
20
.SH COPYRIGHT
21
21
Copyright \(co 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc..
22
22
.br