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

/netbsd-current/external/mit/expat/dist/lib/
H A Dxmltok.h79 #define XML_TOK_BOM 14 /* Byte order mark */ macro
H A Dxmltok.c1576 return XML_TOK_BOM;
1590 return XML_TOK_BOM;
1610 return XML_TOK_BOM;
H A Dxmlrole.c156 case XML_TOK_BOM:
181 case XML_TOK_BOM:
H A Dxmlparse.c2636 case XML_TOK_BOM:
4308 /* Note: Except for XML_TOK_BOM below, these bytes are accounted later in:
4356 else if (tok == XML_TOK_BOM && next == end
4406 /* This would cause the next stage, i.e. doProlog to be passed XML_TOK_BOM.
4411 else if (tok == XML_TOK_BOM) {
5463 case XML_TOK_BOM:

Completed in 206 milliseconds