Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/
H A Dphp_dom.c146 dom_doc_propsptr doc_props; in dom_get_doc_props() local
149 return document->doc_props; in dom_get_doc_props()
157 doc_props->stricterror = 1; in dom_get_doc_props()
158 doc_props->recover = 0; in dom_get_doc_props()
161 document->doc_props = doc_props; in dom_get_doc_props()
163 return doc_props; in dom_get_doc_props()
194 dom_doc_propsptr doc_props; in dom_set_doc_classmap() local
215 dom_doc_propsptr doc_props; in dom_get_doc_classmap() local
219 if (doc_props->classmap) { in dom_get_doc_classmap()
234 dom_doc_propsptr doc_props; in dom_get_strict_error() local
[all …]
H A Ddocument.c1171 dom_doc_propsptr doc_props; in dom_document_parser() local
1189 recover = doc_props->recover; in dom_document_parser()
1192 efree(doc_props); in dom_document_parser()
1383 dom_doc_propsptr doc_props; in PHP_METHOD() local
1402 format = doc_props->formatoutput; in PHP_METHOD()
1429 dom_doc_propsptr doc_props; in PHP_METHOD() local
1441 format = doc_props->formatoutput; in PHP_METHOD()
1938 dom_doc_propsptr doc_props; in PHP_METHOD() local
1958 format = doc_props->formatoutput; in PHP_METHOD()
1979 dom_doc_propsptr doc_props; in PHP_METHOD() local
[all …]
/PHP-8.0/ext/libxml/
H A Dphp_libxml.h67 libxml_doc_props *doc_props; member
H A Dlibxml.c1287 object->document->doc_props = NULL; in php_libxml_increment_doc_ref()
1303 if (object->document->doc_props != NULL) { in php_libxml_decrement_doc_ref()
1304 if (object->document->doc_props->classmap) { in php_libxml_decrement_doc_ref()
1305 zend_hash_destroy(object->document->doc_props->classmap); in php_libxml_decrement_doc_ref()
1306 FREE_HASHTABLE(object->document->doc_props->classmap); in php_libxml_decrement_doc_ref()
1308 efree(object->document->doc_props); in php_libxml_decrement_doc_ref()

Completed in 25 milliseconds