Home
last modified time | relevance | path

Searched refs:doc_props (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/dom/
H A Dphp_dom.c164 dom_doc_propsptr doc_props; in dom_get_doc_props() local
166 if (document && document->doc_props) { in dom_get_doc_props()
167 return document->doc_props; in dom_get_doc_props()
172 document->doc_props = doc_props; in dom_get_doc_props()
174 return doc_props; in dom_get_doc_props()
181 if (document && document->doc_props) { in dom_get_doc_props_read_only()
182 return document->doc_props; in dom_get_doc_props_read_only()
215 dom_doc_propsptr doc_props; in dom_set_doc_classmap() local
219 if (doc_props->classmap == NULL) { in dom_set_doc_classmap()
223 ALLOC_HASHTABLE(doc_props->classmap); in dom_set_doc_classmap()
[all …]
H A Ddocument.c1272 validate = doc_props->validateonparse; in dom_document_parser()
1274 keep_blanks = doc_props->preservewhitespace; in dom_document_parser()
1275 substitute_ent = doc_props->substituteentities; in dom_document_parser()
1276 recover = doc_props->recover; in dom_document_parser()
1389 doc_prop = intern->document->doc_props; in dom_finish_loading_document()
1390 intern->document->doc_props = NULL; in dom_finish_loading_document()
1400 intern->document->doc_props = doc_prop; in dom_finish_loading_document()
1486 format = doc_props->formatoutput; in PHP_METHOD()
1524 format = doc_props->formatoutput; in PHP_METHOD()
2077 format = doc_props->formatoutput; in PHP_METHOD()
[all …]
/PHP-8.3/ext/libxml/
H A Dlibxml.c1373 object->document->doc_props = NULL; in php_libxml_increment_doc_ref()
1390 if (object->document->doc_props != NULL) { in php_libxml_decrement_doc_ref()
1391 if (object->document->doc_props->classmap) { in php_libxml_decrement_doc_ref()
1392 zend_hash_destroy(object->document->doc_props->classmap); in php_libxml_decrement_doc_ref()
1393 FREE_HASHTABLE(object->document->doc_props->classmap); in php_libxml_decrement_doc_ref()
1395 efree(object->document->doc_props); in php_libxml_decrement_doc_ref()
H A Dphp_libxml.h68 libxml_doc_props *doc_props; member

Completed in 28 milliseconds