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

Go to the source code of this file.

Functions

bool lxb_css_state_success (lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx)
 
bool lxb_css_state_failed (lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx)
 
bool lxb_css_state_stop (lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx)
 

Function Documentation

◆ lxb_css_state_failed()

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

Definition at line 32 of file state.c.

◆ lxb_css_state_stop()

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

Definition at line 47 of file state.c.

◆ lxb_css_state_success()

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

Definition at line 13 of file state.c.