document_type     705 ext/standard/html.c static inline int unicode_cp_is_allowed(unsigned uni_cp, int document_type)
document_type     731 ext/standard/html.c 	switch (document_type) {
document_type     756 ext/standard/html.c static inline int numeric_entity_is_allowed(unsigned uni_cp, int document_type)
document_type     759 ext/standard/html.c 	switch (document_type) {
document_type     779 ext/standard/html.c 		return unicode_cp_is_allowed(uni_cp, document_type);
document_type    1050 ext/standard/html.c 	int document_type = flags & ENT_HTML_DOC_TYPE_MASK;
document_type    1053 ext/standard/html.c 		switch (document_type) {
document_type    1063 ext/standard/html.c 		switch (document_type) {