etype              59 ext/dom/entity.c 	if (nodep->etype != XML_EXTERNAL_GENERAL_UNPARSED_ENTITY) {
etype              87 ext/dom/entity.c 	if (nodep->etype != XML_EXTERNAL_GENERAL_UNPARSED_ENTITY) {
etype             116 ext/dom/entity.c 	if (nodep->etype != XML_EXTERNAL_GENERAL_UNPARSED_ENTITY) {
etype             386 ext/xml/compat.c 			if (ret == NULL || ret->etype == XML_INTERNAL_GENERAL_ENTITY || ret->etype == XML_INTERNAL_PARAMETER_ENTITY || ret->etype == XML_INTERNAL_PREDEFINED_ENTITY) {
etype             388 ext/xml/compat.c 				if (parser->h_default && ! (ret && ret->etype == XML_INTERNAL_PREDEFINED_ENTITY && parser->h_cdata)) {
etype             403 ext/xml/compat.c 				if (ret->etype == XML_EXTERNAL_GENERAL_PARSED_ENTITY) {
etype             404 ext/xml/compat.c 					_external_entity_ref_handler(user, ret->name, ret->etype, ret->SystemID, ret->ExternalID, NULL);
etype              85 win32/wsyslog.c 	unsigned short etype;
etype              96 win32/wsyslog.c 			etype = EVENTLOG_ERROR_TYPE;
etype             100 win32/wsyslog.c 			etype = EVENTLOG_INFORMATION_TYPE;
etype             104 win32/wsyslog.c 			etype = EVENTLOG_WARNING_TYPE;
etype             112 win32/wsyslog.c 	ReportEvent(PW32G(log_source), etype, (unsigned short) priority, evid, NULL, 2, 0, strs, NULL);