Searched refs:XML_TOK_BOM (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmltok.h45 #define XML_TOK_BOM 14 /* Byte order mark */ macro
H A Dxmltok.c1545 return XML_TOK_BOM;
1560 return XML_TOK_BOM;
1580 return XML_TOK_BOM;
H A Dxmlrole.c147 case XML_TOK_BOM:
178 case XML_TOK_BOM:
H A Dxmlparse.c2053 case XML_TOK_BOM:
3539 else if (tok == XML_TOK_BOM && next == end && !ps_finalBuffer) {
3575 /* This would cause the next stage, i.e. doProlog to be passed XML_TOK_BOM.
3579 else if (tok == XML_TOK_BOM) {
4571 case XML_TOK_BOM:

Completed in 90 milliseconds