Lines Matching +defs:error +defs:c
255 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsg()
273 xmlWarningMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlWarningMsg()
290 xmlValidityError(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlValidityError()
309 xmlFatalErrMsgInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgInt()
328 xmlFatalErrMsgStrIntStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStrIntStr()
346 xmlFatalErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStr()
363 xmlErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlErrMsgStr()
381 xmlNsErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsErr()
403 xmlNsWarn(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsWarn()
778 xmlSBufAddChar(xmlSBuf *buf, int c) { in xmlSBufAddChar()
855 int c = str[0]; in xmlUTF8MultibyteLen() local
2372 int c = xmlCurrentChar(ctxt, len); in xmlCurrentCharRecover() local
3008 int c; in xmlSplitQName() local
3185 xmlIsNameStartChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameStartChar()
3216 xmlIsNameChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameChar()
3258 int c; in xmlParseNameComplex() local
3429 int c; in xmlParseNCNameComplex() local
3590 int c; in xmlParseStringName() local
3679 int c; in xmlParseNmtoken() local
3757 int c, l; in xmlExpandPEsInEntityValue() local
3931 int c; in xmlParseEntityValue() local
3993 int c, flags; in xmlCheckEntityInAttValue() local
4102 int c, chunkSize; in xmlExpandEntityInAttValue() local
4317 int c, l, quote, flags, chunkSize; in xmlParseAttValueInternal() local
7233 int c; in xmlParseTextDecl() local
8018 int c = xmlGetUTF8Char(content + i, &clen); in xmlLoadEntityContent() local
10445 int c; in xmlParseXMLDecl() local
10763 xmlParseLookupChar(xmlParserCtxtPtr ctxt, int c) { in xmlParseLookupChar()