|
|
 |
 |
|
rtPrintToStream.h File Reference
Detailed Description
Functions to print the output in a "name=value" format.#include <stdio.h>
#include "asn1type.h"
Go to the source code of this file.
|
Functions |
| int | rtPrintToStreamBoolean (ASN1CTXT *pctxt, ASN1ConstCharPtr name, ASN1BOOL value) |
| int | rtPrintToStreamInteger (ASN1CTXT *pctxt, ASN1ConstCharPtr name, ASN1INT value) |
| int | rtPrintToStreamInt64 (ASN1CTXT *pctxt, ASN1ConstCharPtr name, ASN1INT64 value) |
| int | rtPrintToStreamUnsigned (ASN1CTXT *pctxt, ASN1ConstCharPtr name, ASN1UINT value) |
| int | rtPrintToStreamUInt64 (ASN1CTXT *pctxt, ASN1ConstCharPtr name, ASN1UINT64 value) |
| int | rtPrintToStreamBitStr (ASN1CTXT *pctxt, ASN1ConstCharPtr name, ASN1UINT numbits, ASN1ConstOctetPtr data, ASN1ConstCharPtr conn) |
| int | rtPrintToStreamOctStr (ASN1CTXT *pctxt, ASN1ConstCharPtr name, ASN1UINT numocts, ASN1ConstOctetPtr data, ASN1ConstCharPtr conn) |
| int | rtPrintToStreamCharStr (ASN1CTXT *pctxt, ASN1ConstCharPtr name, ASN1ConstCharPtr cstring) |
| int | rtPrintToStream16BitCharStr (ASN1CTXT *pctxt, ASN1ConstCharPtr name, Asn116BitCharString *bstring, ASN1ConstCharPtr conn) |
| int | rtPrintToStream32BitCharStr (ASN1CTXT *pctxt, ASN1ConstCharPtr name, Asn132BitCharString *bstring, ASN1ConstCharPtr conn) |
| int | rtPrintToStreamReal (ASN1CTXT *pctxt, ASN1ConstCharPtr name, ASN1REAL value) |
| int | rtPrintToStreamOID (ASN1CTXT *pctxt, ASN1ConstCharPtr name, ASN1OBJID *pOID) |
| int | rtPrintToStreamOIDValue (ASN1CTXT *pctxt, ASN1OBJID *pOID) |
| int | rtPrintToStreamOID64 (ASN1CTXT *pctxt, ASN1ConstCharPtr name, ASN1OID64 *pOID) |
| int | rtPrintToStreamOID64Value (ASN1CTXT *pctxt, ASN1OID64 *pOID) |
| int | rtPrintToStreamOpenType (ASN1CTXT *pctxt, ASN1ConstCharPtr name, ASN1UINT numocts, ASN1ConstOctetPtr data, ASN1ConstCharPtr conn) |
| int | rtPrintToStreamOpenTypeExt (ASN1CTXT *pctxt, ASN1ConstCharPtr name, Asn1RTDList *pElemList) |
|
This document may be distributed in any form, electronic
or otherwise, provided that it is distributed in its entirety
and that the copyright and this notice are included.
|
This file was last modified on
1 Oct 2004. ASN1C C/C++ Common Runtime, ASN1C v5.7x |
|