#include <inttypes.h>#include <parserutils/charset/mibenum.h>Go to the source code of this file.
Data Structures | |
| struct | parserutils_charset_aliases_canon |
Functions | |
| parserutils_charset_aliases_canon * | parserutils__charset_alias_canonicalise (const char *alias, size_t len) |
| Retrieve the canonical form of an alias name. | |
| parserutils_charset_aliases_canon* parserutils__charset_alias_canonicalise | ( | const char * | alias, | |
| size_t | len | |||
| ) |
Retrieve the canonical form of an alias name.
| alias | The alias name | |
| len | The length of the alias name |
Definition at line 79 of file aliases.c.
References parserutils_charset_alias_match(), lengthed_string::s, and lengthed_string::slen.
Referenced by parserutils_charset_codec_create(), and parserutils_charset_mibenum_from_name().
1.5.6