Home
last modified time | relevance | path

Searched refs:lexbor_hash_entry_t (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/core/
H A Dhash.h42 typedef struct lexbor_hash_entry lexbor_hash_entry_t; typedef
48 (*lexbor_hash_copy_f)(lexbor_hash_t *hash, lexbor_hash_entry_t *entry,
63 lexbor_hash_entry_t *next;
70 lexbor_hash_entry_t **table;
139 lexbor_hash_copy(lexbor_hash_t *hash, lexbor_hash_entry_t *entry,
143 lexbor_hash_copy_lower(lexbor_hash_t *hash, lexbor_hash_entry_t *entry,
147 lexbor_hash_copy_upper(lexbor_hash_t *hash, lexbor_hash_entry_t *entry,
161 lexbor_hash_entry_str(const lexbor_hash_entry_t *entry) in lexbor_hash_entry_str()
171 lexbor_hash_entry_str_set(lexbor_hash_entry_t *entry, in lexbor_hash_entry_str_set()
195 lxb_inline lexbor_hash_entry_t *
[all …]
H A Dhash.c72 lxb_inline lexbor_hash_entry_t **
75 return lexbor_calloc(hash->table_size, sizeof(lexbor_hash_entry_t *)); in lexbor_hash_table_create()
84 lxb_inline lexbor_hash_entry_t **
94 lxb_inline lexbor_hash_entry_t *
98 lexbor_hash_entry_t *entry = lexbor_dobject_calloc(hash->entries); in _lexbor_hash_entry_create()
191 lexbor_hash_entry_t *entry; in lexbor_hash_insert()
232 lexbor_hash_entry_t *item; in lexbor_hash_insert_by_entry()
288 lexbor_hash_entry_t *entry, *prev; in lexbor_hash_remove_by_hash_id()
325 lexbor_hash_entry_t *entry; in lexbor_hash_search_by_hash_id()
400 lexbor_hash_copy(lexbor_hash_t *hash, lexbor_hash_entry_t *entry, in lexbor_hash_copy()
[all …]
/php-src/ext/dom/lexbor/lexbor/ns/
H A Dns.h21 lexbor_hash_entry_t entry;
30 lexbor_hash_entry_t entry;
/php-src/ext/dom/lexbor/lexbor/tag/
H A Dtag.h23 lexbor_hash_entry_t entry;
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr.h26 lexbor_hash_entry_t entry;
H A Dnode.c143 const lexbor_hash_entry_t *entry; in lxb_dom_node_interface_copy()
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.c39 lexbor_hash_entry_t entry;

Completed in 21 milliseconds