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

Go to the source code of this file.

Macros

#define LEXBOR_STR_RES_ANSI_REPLACEMENT_CHARACTER
 
#define LEXBOR_STR_RES_ALPHA_CHARACTER
 

Functions

const lxb_tag_data_tlxb_tag_append_lower (lexbor_hash_t *hash, const lxb_char_t *name, size_t length)
 
const lxb_char_tlxb_html_tokenizer_state_rcdata_before (lxb_html_tokenizer_t *tkz, const lxb_char_t *data, const lxb_char_t *end)
 

Macro Definition Documentation

◆ LEXBOR_STR_RES_ALPHA_CHARACTER

#define LEXBOR_STR_RES_ALPHA_CHARACTER

Definition at line 11 of file state_rcdata.c.

◆ LEXBOR_STR_RES_ANSI_REPLACEMENT_CHARACTER

#define LEXBOR_STR_RES_ANSI_REPLACEMENT_CHARACTER

Definition at line 10 of file state_rcdata.c.

Function Documentation

◆ lxb_html_tokenizer_state_rcdata_before()

const lxb_char_t * lxb_html_tokenizer_state_rcdata_before ( lxb_html_tokenizer_t * tkz,
const lxb_char_t * data,
const lxb_char_t * end )

Definition at line 45 of file state_rcdata.c.

◆ lxb_tag_append_lower()

const lxb_tag_data_t * lxb_tag_append_lower ( lexbor_hash_t * hash,
const lxb_char_t * name,
size_t length )

Definition at line 41 of file tag.c.