Home
last modified time | relevance | path

Searched refs:compact_text_nodes (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/dom/
H A Dhtml5_parser.h72 bool compact_text_nodes,
80 bool compact_text_nodes,
H A Dhtml5_parser.c84 …_node_fast(xmlDocPtr lxml_doc, const lxb_char_t *data, size_t data_length, bool compact_text_nodes) in lexbor_libxml2_bridge_new_text_node_fast() argument
86 if (compact_text_nodes && data_length < LXML_INTERNED_STRINGS_SIZE) { in lexbor_libxml2_bridge_new_text_node_fast()
110 bool compact_text_nodes, in lexbor_libxml2_bridge_convert() argument
276 …l_text = lexbor_libxml2_bridge_new_text_node_fast(lxml_doc, data, data_length, compact_text_nodes); in lexbor_libxml2_bridge_convert()
339 bool compact_text_nodes, in lexbor_libxml2_bridge_convert_document() argument
352 compact_text_nodes, in lexbor_libxml2_bridge_convert_document()
368 bool compact_text_nodes, in lexbor_libxml2_bridge_convert_fragment() argument
381 compact_text_nodes, in lexbor_libxml2_bridge_convert_fragment()

Completed in 6 milliseconds