document_type     706 ext/standard/html.c static inline int unicode_cp_is_allowed(unsigned uni_cp, int document_type)
document_type     732 ext/standard/html.c 	switch (document_type) {
document_type     757 ext/standard/html.c static inline int numeric_entity_is_allowed(unsigned uni_cp, int document_type)
document_type     760 ext/standard/html.c 	switch (document_type) {
document_type     780 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) {