|
libcss
|
#include <string.h>#include <libcss/fpmath.h>#include "stylesheet.h"#include "bytecode/bytecode.h"#include "parse/mq.h"#include "parse/properties/utils.h"#include "utils/utils.h"Classes | |
| struct | css_mq_parse_ctx |
Typedefs | |
| typedef struct css_mq_parse_ctx | css_mq_parse_ctx |
Functions | |
| void | css__mq_query_destroy (css_mq_query *media) |
| css_error | css__mq_parse_media_list (lwc_string **strings, const parserutils_vector *vector, int32_t *ctx, css_mq_query **media) |
| css_error | css_parse_media_query (lwc_string **strings, const uint8_t *mq, size_t len, css_mq_query **media_out) |
| typedef struct css_mq_parse_ctx css_mq_parse_ctx |
| css_error css__mq_parse_media_list | ( | lwc_string ** | strings, |
| const parserutils_vector * | vector, | ||
| int32_t * | ctx, | ||
| css_mq_query ** | media | ||
| ) |
| void css__mq_query_destroy | ( | css_mq_query * | media | ) |
| css_error css_parse_media_query | ( | lwc_string ** | strings, |
| const uint8_t * | mq, | ||
| size_t | len, | ||
| css_mq_query ** | media_out | ||
| ) |