Lines Matching refs:doc_props
1171 dom_doc_propsptr doc_props; in dom_document_parser() local
1184 doc_props = dom_get_doc_props(document); in dom_document_parser()
1185 validate = doc_props->validateonparse; in dom_document_parser()
1186 resolve_externals = doc_props->resolveexternals; in dom_document_parser()
1187 keep_blanks = doc_props->preservewhitespace; in dom_document_parser()
1188 substitute_ent = doc_props->substituteentities; in dom_document_parser()
1189 recover = doc_props->recover; in dom_document_parser()
1192 efree(doc_props); in dom_document_parser()
1334 doc_prop = intern->document->doc_props; in dom_parse_document()
1335 intern->document->doc_props = NULL; in dom_parse_document()
1345 intern->document->doc_props = doc_prop; in dom_parse_document()
1383 dom_doc_propsptr doc_props; in PHP_METHOD() local
1401 doc_props = dom_get_doc_props(intern->document); in PHP_METHOD()
1402 format = doc_props->formatoutput; in PHP_METHOD()
1429 dom_doc_propsptr doc_props; in PHP_METHOD() local
1440 doc_props = dom_get_doc_props(intern->document); in PHP_METHOD()
1441 format = doc_props->formatoutput; in PHP_METHOD()
1893 doc_prop = intern->document->doc_props; in dom_load_html()
1894 intern->document->doc_props = NULL; in dom_load_html()
1904 intern->document->doc_props = doc_prop; in dom_load_html()
1938 dom_doc_propsptr doc_props; in PHP_METHOD() local
1957 doc_props = dom_get_doc_props(intern->document); in PHP_METHOD()
1958 format = doc_props->formatoutput; in PHP_METHOD()
1979 dom_doc_propsptr doc_props; in PHP_METHOD() local
1990 doc_props = dom_get_doc_props(intern->document); in PHP_METHOD()
1991 format = doc_props->formatoutput; in PHP_METHOD()