ITS
|
#include <OCTET_STRING.h>
Go to the source code of this file.
Typedefs | |
typedef OCTET_STRING_t | UTF8String_t |
Functions | |
ssize_t | UTF8String_length (const UTF8String_t *st) |
size_t | UTF8String_to_wcs (const UTF8String_t *st, uint32_t *dst, size_t dstlen) |
Variables | |
asn_TYPE_descriptor_t | asn_DEF_UTF8String |
asn_struct_print_f | UTF8String_print |
asn_constr_check_f | UTF8String_constraint |
typedef OCTET_STRING_t UTF8String_t |
Definition at line 14 of file UTF8String.h.
ssize_t UTF8String_length | ( | const UTF8String_t * | st | ) |
Definition at line 153 of file UTF8String.c.
References OCTET_STRING::buf, U8E_EINVAL, and UTF8String__process().
Referenced by memb_companyName_constraint_1(), and UTF8String_constraint().
size_t UTF8String_to_wcs | ( | const UTF8String_t * | st, |
uint32_t * | dst, | ||
size_t | dstlen | ||
) |
Definition at line 162 of file UTF8String.c.
References OCTET_STRING::buf, and UTF8String__process().
asn_TYPE_descriptor_t asn_DEF_UTF8String |
Definition at line 16 of file UTF8String.c.
asn_constr_check_f UTF8String_constraint |
Definition at line 19 of file UTF8String.h.
asn_struct_print_f UTF8String_print |
Definition at line 18 of file UTF8String.h.