etype              56 ext/dom/entity.c 	if (nodep->etype != XML_EXTERNAL_GENERAL_UNPARSED_ENTITY) {
etype              81 ext/dom/entity.c 	if (nodep->etype != XML_EXTERNAL_GENERAL_UNPARSED_ENTITY) {
etype             107 ext/dom/entity.c 	if (nodep->etype != XML_EXTERNAL_GENERAL_UNPARSED_ENTITY) {
etype             377 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             379 ext/xml/compat.c 				if (parser->h_default && ! (ret && ret->etype == XML_INTERNAL_PREDEFINED_ENTITY && parser->h_cdata)) {
etype             394 ext/xml/compat.c 				if (ret->etype == XML_EXTERNAL_GENERAL_PARSED_ENTITY) {
etype             395 ext/xml/compat.c 					_external_entity_ref_handler(user, ret->name, ret->etype, ret->SystemID, ret->ExternalID, NULL);
etype              84 win32/wsyslog.c 	unsigned short etype;
etype              94 win32/wsyslog.c 			etype = EVENTLOG_ERROR_TYPE;
etype              98 win32/wsyslog.c 			etype = EVENTLOG_INFORMATION_TYPE;
etype             102 win32/wsyslog.c 			etype = EVENTLOG_WARNING_TYPE;
etype             110 win32/wsyslog.c 	ReportEvent(PW32G(log_source), etype, (unsigned short) priority, evid, NULL, 2, 0, strs, NULL);