Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c482 XML_Bool haveMore, XML_Bool allowClosingDoctype,
489 XML_Bool haveMore, enum XML_Account account);
492 const char **nextPtr, XML_Bool haveMore,
497 const char **nextPtr, XML_Bool haveMore);
2835 XML_Bool haveMore, enum XML_Account account) { in doContent()
2856 ? (haveMore ? s /* i.e. 0 bytes */ : end) in doContent()
2867 if (haveMore) { in doContent()
2887 if (haveMore) { in doContent()
2902 if (haveMore) { in doContent()
2908 if (haveMore) { in doContent()
2825 doContent(XML_Parser parser,int startTagLevel,const ENCODING * enc,const char * s,const char * end,const char ** nextPtr,XML_Bool haveMore,enum XML_Account account) doContent() argument
4099 doCdataSection(XML_Parser parser,const ENCODING * enc,const char ** startPtr,const char * end,const char ** nextPtr,XML_Bool haveMore,enum XML_Account account) doCdataSection() argument
4241 doIgnoreSection(XML_Parser parser,const ENCODING * enc,const char ** startPtr,const char * end,const char ** nextPtr,XML_Bool haveMore) doIgnoreSection() argument
4689 doProlog(XML_Parser parser,const ENCODING * enc,const char * s,const char * end,int tok,const char * next,const char ** nextPtr,XML_Bool haveMore,XML_Bool allowClosingDoctype,enum XML_Account account) doProlog() argument
[all...]