php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
tag.c File Reference
#include "lexbor/tag/tag.h"
#include "lexbor/tag/res.h"

Go to the source code of this file.

Functions

LXB_API const lxb_tag_data_tlxb_tag_append (lexbor_hash_t *hash, lxb_tag_id_t tag_id, const lxb_char_t *name, size_t length)
 
LXB_API const lxb_tag_data_tlxb_tag_append_lower (lexbor_hash_t *hash, const lxb_char_t *name, size_t length)
 
const lxb_tag_data_tlxb_tag_data_by_id (lxb_tag_id_t tag_id)
 
const lxb_tag_data_tlxb_tag_data_by_name (lexbor_hash_t *hash, const lxb_char_t *name, size_t len)
 
const lxb_char_tlxb_tag_name_by_id_noi (lxb_tag_id_t tag_id, size_t *len)
 
const lxb_char_tlxb_tag_name_upper_by_id_noi (lxb_tag_id_t tag_id, size_t *len)
 
lxb_tag_id_t lxb_tag_id_by_name_noi (lexbor_hash_t *hash, const lxb_char_t *name, size_t len)
 
lexbor_mraw_tlxb_tag_mraw_noi (lexbor_hash_t *hash)
 

Function Documentation

◆ lxb_tag_append()

LXB_API const lxb_tag_data_t * lxb_tag_append ( lexbor_hash_t * hash,
lxb_tag_id_t tag_id,
const lxb_char_t * name,
size_t length )

Definition at line 13 of file tag.c.

◆ lxb_tag_append_lower()

LXB_API 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.

◆ lxb_tag_data_by_id()

const lxb_tag_data_t * lxb_tag_data_by_id ( lxb_tag_id_t tag_id)

Definition at line 63 of file tag.c.

◆ lxb_tag_data_by_name()

const lxb_tag_data_t * lxb_tag_data_by_name ( lexbor_hash_t * hash,
const lxb_char_t * name,
size_t len )

Definition at line 77 of file tag.c.

◆ lxb_tag_id_by_name_noi()

lxb_tag_id_t lxb_tag_id_by_name_noi ( lexbor_hash_t * hash,
const lxb_char_t * name,
size_t len )

Definition at line 136 of file tag.c.

◆ lxb_tag_mraw_noi()

lexbor_mraw_t * lxb_tag_mraw_noi ( lexbor_hash_t * hash)

Definition at line 142 of file tag.c.

◆ lxb_tag_name_by_id_noi()

const lxb_char_t * lxb_tag_name_by_id_noi ( lxb_tag_id_t tag_id,
size_t * len )

Definition at line 124 of file tag.c.

◆ lxb_tag_name_upper_by_id_noi()

const lxb_char_t * lxb_tag_name_upper_by_id_noi ( lxb_tag_id_t tag_id,
size_t * len )

Definition at line 130 of file tag.c.