|
|
 |
 |
|
rtPrintToString.h File Reference
Detailed Description
#include <stdio.h>
#include "asn1type.h"
Go to the source code of this file.
|
Functions |
| int | rtPrintToStringBoolean (ASN1ConstCharPtr name, ASN1BOOL value, char *buffer, int bufferSize) |
| int | rtPrintToStringInteger (ASN1ConstCharPtr name, ASN1INT value, char *buffer, int bufferSize) |
| int | rtPrintToStringInt64 (ASN1ConstCharPtr name, ASN1INT64 value, char *buffer, int bufferSize) |
| int | rtPrintToStringUnsigned (ASN1ConstCharPtr name, ASN1UINT value, char *buffer, int bufferSize) |
| int | rtPrintToStringUInt64 (ASN1ConstCharPtr name, ASN1UINT64 value, char *buffer, int bufferSize) |
| int | rtPrintToStringBitStr (ASN1ConstCharPtr name, ASN1UINT numbits, ASN1ConstOctetPtr data, ASN1ConstCharPtr conn, char *buffer, int bufferSize) |
| int | rtPrintToStringOctStr (ASN1ConstCharPtr name, ASN1UINT numocts, ASN1ConstOctetPtr data, ASN1ConstCharPtr conn, char *buffer, int bufferSize) |
| int | rtPrintToStringCharStr (ASN1ConstCharPtr name, ASN1ConstCharPtr cstring, char *buffer, int bufferSize) |
| int | rtPrintToString16BitCharStr (ASN1ConstCharPtr name, Asn116BitCharString *bstring, ASN1ConstCharPtr conn, char *buffer, int bufferSize) |
| int | rtPrintToString32BitCharStr (ASN1ConstCharPtr name, Asn132BitCharString *bstring, ASN1ConstCharPtr conn, char *buffer, int bufferSize) |
| int | rtPrintToStringReal (ASN1ConstCharPtr name, ASN1REAL value, char *buffer, int bufferSize) |
| int | rtPrintToStringOID (ASN1ConstCharPtr name, ASN1OBJID *pOID, char *buffer, int bufferSize) |
| int | rtPrintToStringOID64 (ASN1ConstCharPtr name, ASN1OID64 *pOID, char *buffer, int bufferSize) |
| int | rtPrintToStringOIDValue (ASN1OBJID *pOID, char *buffer, int bufferIndex, int bufferSize) |
| int | rtPrintToStringOID64Value (ASN1OID64 *pOID, char *buffer, int bufferIndex, int bufferSize) |
| int | rtPrintToStringOpenType (ASN1ConstCharPtr name, ASN1UINT numocts, ASN1ConstOctetPtr data, ASN1ConstCharPtr conn, char *buffer, int bufferSize) |
| int | rtPrintToStringOpenTypeExt (ASN1ConstCharPtr name, Asn1RTDList *pElemList, char *buffer, int bufferSize) |
| int | rtPrintToString (ASN1ConstCharPtr namebuf, char *buffer, int bufSize) |
|
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 |
|