Home
last modified time | relevance | path

Searched refs:etype (Results 1 – 5 of 5) sorted by relevance

/php-src/win32/
H A Dwsyslog.c93 unsigned short etype; in vsyslog() local
104 etype = EVENTLOG_ERROR_TYPE; in vsyslog()
108 etype = EVENTLOG_INFORMATION_TYPE; in vsyslog()
112 etype = EVENTLOG_WARNING_TYPE; in vsyslog()
123 ReportEventW(PW32G(log_source), etype, (unsigned short) priority, evid, NULL, 2, 0, strsw, NULL); in vsyslog()
136 ReportEventA(PW32G(log_source), etype, (unsigned short) priority, evid, NULL, 2, 0, strs, NULL); in vsyslog()
/php-src/ext/dom/
H A Dentity.c44 if (nodep->etype != XML_EXTERNAL_GENERAL_UNPARSED_ENTITY || !nodep->ExternalID) { in dom_entity_public_id_read()
64 if (nodep->etype != XML_EXTERNAL_GENERAL_UNPARSED_ENTITY) { in dom_entity_system_id_read()
84 if (nodep->etype != XML_EXTERNAL_GENERAL_UNPARSED_ENTITY) { in dom_entity_notation_name_read()
H A Dnode.c1745 return this_entity->etype == other_entity->etype in php_dom_node_is_equal_node()
/php-src/ext/xml/
H A Dcompat.c359 …if (ret == NULL || ret->etype == XML_INTERNAL_GENERAL_ENTITY || ret->etype == XML_INTERNAL_PARAMET… in get_entity()
361 …if (parser->h_default && ! (ret && ret->etype == XML_INTERNAL_PREDEFINED_ENTITY && parser->h_cdata… in get_entity()
376 if (ret->etype == XML_EXTERNAL_GENERAL_PARSED_ENTITY) { in get_entity()
/php-src/ext/libxml/
H A Dlibxml.c209 if (entity->etype != XML_INTERNAL_PREDEFINED_ENTITY) { in php_libxml_node_free()

Completed in 20 milliseconds