php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
state.h File Reference

Go to the source code of this file.

Functions

LXB_API bool lxb_css_selectors_state_complex_list (lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx)
 
LXB_API bool lxb_css_selectors_state_compound_list (lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx)
 
LXB_API bool lxb_css_selectors_state_simple_list (lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx)
 
LXB_API bool lxb_css_selectors_state_relative_list (lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx)
 
LXB_API bool lxb_css_selectors_state_relative (lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx)
 
LXB_API bool lxb_css_selectors_state_complex (lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx)
 
LXB_API bool lxb_css_selectors_state_compound (lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx)
 
LXB_API bool lxb_css_selectors_state_simple (lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx)
 
LXB_API lxb_status_t lxb_css_selectors_state_function_end (lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx, bool failed)
 
LXB_API lxb_status_t lxb_css_selectors_state_function_forgiving (lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx, bool failed)
 
LXB_API lxb_status_t lxb_css_selectors_state_function_forgiving_relative (lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx, bool failed)
 
lxb_inline bool lxb_css_selectors_state_fail (lxb_css_parser_t *parser)
 

Function Documentation

◆ lxb_css_selectors_state_complex()

LXB_API bool lxb_css_selectors_state_complex ( lxb_css_parser_t * parser,
const lxb_css_syntax_token_t * token,
void * ctx )

Definition at line 453 of file state.c.

◆ lxb_css_selectors_state_complex_list()

LXB_API bool lxb_css_selectors_state_complex_list ( lxb_css_parser_t * parser,
const lxb_css_syntax_token_t * token,
void * ctx )

Definition at line 283 of file state.c.

◆ lxb_css_selectors_state_compound()

LXB_API bool lxb_css_selectors_state_compound ( lxb_css_parser_t * parser,
const lxb_css_syntax_token_t * token,
void * ctx )

Definition at line 616 of file state.c.

◆ lxb_css_selectors_state_compound_list()

LXB_API bool lxb_css_selectors_state_compound_list ( lxb_css_parser_t * parser,
const lxb_css_syntax_token_t * token,
void * ctx )

Definition at line 585 of file state.c.

◆ lxb_css_selectors_state_fail()

lxb_inline bool lxb_css_selectors_state_fail ( lxb_css_parser_t * parser)

Definition at line 72 of file state.h.

◆ lxb_css_selectors_state_function_end()

LXB_API lxb_status_t lxb_css_selectors_state_function_end ( lxb_css_parser_t * parser,
const lxb_css_syntax_token_t * token,
void * ctx,
bool failed )

Definition at line 1705 of file state.c.

◆ lxb_css_selectors_state_function_forgiving()

LXB_API lxb_status_t lxb_css_selectors_state_function_forgiving ( lxb_css_parser_t * parser,
const lxb_css_syntax_token_t * token,
void * ctx,
bool failed )

Definition at line 1754 of file state.c.

◆ lxb_css_selectors_state_function_forgiving_relative()

LXB_API lxb_status_t lxb_css_selectors_state_function_forgiving_relative ( lxb_css_parser_t * parser,
const lxb_css_syntax_token_t * token,
void * ctx,
bool failed )

Definition at line 1764 of file state.c.

◆ lxb_css_selectors_state_relative()

LXB_API bool lxb_css_selectors_state_relative ( lxb_css_parser_t * parser,
const lxb_css_syntax_token_t * token,
void * ctx )

Definition at line 343 of file state.c.

◆ lxb_css_selectors_state_relative_list()

LXB_API bool lxb_css_selectors_state_relative_list ( lxb_css_parser_t * parser,
const lxb_css_syntax_token_t * token,
void * ctx )

Definition at line 313 of file state.c.

◆ lxb_css_selectors_state_simple()

LXB_API bool lxb_css_selectors_state_simple ( lxb_css_parser_t * parser,
const lxb_css_syntax_token_t * token,
void * ctx )

Definition at line 927 of file state.c.

◆ lxb_css_selectors_state_simple_list()

LXB_API bool lxb_css_selectors_state_simple_list ( lxb_css_parser_t * parser,
const lxb_css_syntax_token_t * token,
void * ctx )

Definition at line 898 of file state.c.