|
libcss
|
#include <inttypes.h>#include <libcss/errors.h>#include <libcss/functypes.h>#include <libcss/types.h>#include <parserutils/errors.h>Go to the source code of this file.
Functions | |
| parserutils_error | css__charset_extract (const uint8_t *data, size_t len, uint16_t *mibenum, uint32_t *source) |
| parserutils_error css__charset_extract | ( | const uint8_t * | data, |
| size_t | len, | ||
| uint16_t * | mibenum, | ||
| uint32_t * | source | ||
| ) |
Extract a charset from a chunk of data
| data | Pointer to buffer containing data |
| len | Buffer length |
| mibenum | Pointer to location containing current MIB enum |
| source | Pointer to location containing current charset source |
::mibenum and ::source will be updated on exit
CSS 2.1 $4.4