php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "lexbor/css/base.h"
Go to the source code of this file.
Functions | |
LXB_API bool | lxb_css_state_success (lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx) |
LXB_API bool | lxb_css_state_failed (lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx) |
LXB_API bool | lxb_css_state_stop (lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx) |
LXB_API bool lxb_css_state_failed | ( | lxb_css_parser_t * | parser, |
const lxb_css_syntax_token_t * | token, | ||
void * | ctx ) |
LXB_API bool lxb_css_state_stop | ( | lxb_css_parser_t * | parser, |
const lxb_css_syntax_token_t * | token, | ||
void * | ctx ) |
LXB_API bool lxb_css_state_success | ( | lxb_css_parser_t * | parser, |
const lxb_css_syntax_token_t * | token, | ||
void * | ctx ) |