php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
state.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2021-2022 Alexander Borisov
3 *
4 * Author: Alexander Borisov <borisov@lexbor.com>
5 */
6
7#ifndef LXB_CSS_AT_RULE_STATE_H
8#define LXB_CSS_AT_RULE_STATE_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14#include "lexbor/css/base.h"
15
16
17LXB_API bool
19 const lxb_css_syntax_token_t *token, void *ctx);
20
21LXB_API bool
23 const lxb_css_syntax_token_t *token, void *ctx);
24LXB_API bool
26 const lxb_css_syntax_token_t *token, void *ctx);
27LXB_API bool
29 const lxb_css_syntax_token_t *token, void *ctx);
30
31
32#ifdef __cplusplus
33} /* extern "C" */
34#endif
35
36#endif /* LXB_CSS_AT_RULE_STATE_H */
LXB_API bool lxb_css_at_rule_state_namespace(lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx)
LXB_API bool lxb_css_at_rule_state__custom(lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx)
LXB_API bool lxb_css_at_rule_state_media(lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx)
LXB_API bool lxb_css_at_rule_state__undef(lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx)
struct lxb_css_syntax_token lxb_css_syntax_token_t
Definition base.h:46
struct lxb_css_parser lxb_css_parser_t
Definition base.h:41
#define LXB_API
Definition def.h:48