Home
last modified time | relevance | path

Searched refs:lexbor_hash_init (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument.c137 status = lexbor_hash_init(document->tags, 128, sizeof(lxb_tag_data_t)); in lxb_dom_document_init()
143 status = lexbor_hash_init(document->ns, 128, sizeof(lxb_ns_data_t)); in lxb_dom_document_init()
149 status = lexbor_hash_init(document->prefix, 128, in lxb_dom_document_init()
156 status = lexbor_hash_init(document->attrs, 128, in lxb_dom_document_init()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.c249 return lexbor_hash_init(tkz->tags, table_size, sizeof(lxb_tag_data_t)); in lxb_html_tokenizer_tags_make()
262 return lexbor_hash_init(tkz->attrs, table_size, in lxb_html_tokenizer_attrs_make()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dhash.h92 lexbor_hash_init(lexbor_hash_t *hash, size_t table_size, size_t struct_size);
H A Dhash.c120 lexbor_hash_init(lexbor_hash_t *hash, size_t table_size, size_t struct_size) in lexbor_hash_init() function
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.c366 return lexbor_hash_init(css->customs, 512, in lxb_html_document_css_customs_init()

Completed in 22 milliseconds