Lines Matching refs:xmlParserCtxtPtr
87 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info);
89 static xmlParserCtxtPtr
91 const xmlChar *base, xmlParserCtxtPtr pctx);
120 xmlParserEntityCheck(xmlParserCtxtPtr ctxt, unsigned long size, in xmlParserEntityCheck()
209 static xmlEntityPtr xmlParseStringPEReference(xmlParserCtxtPtr ctxt,
213 xmlParseExternalEntityPrivate(xmlDocPtr doc, xmlParserCtxtPtr oldctxt,
219 xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options,
228 xmlParseBalancedChunkMemoryInternal(xmlParserCtxtPtr oldctxt,
232 xmlLoadEntityContent(xmlParserCtxtPtr ctxt, xmlEntityPtr entity);
249 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix, in xmlErrAttributeDup()
285 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info) in xmlFatalErr()
492 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsg()
520 xmlWarningMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlWarningMsg()
558 xmlValidityError(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlValidityError()
598 xmlFatalErrMsgInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgInt()
628 xmlFatalErrMsgStrIntStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStrIntStr()
658 xmlFatalErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStr()
687 xmlErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlErrMsgStr()
712 xmlNsErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsErr()
741 xmlNsWarn(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsWarn()
992 xmlDetectSAX2(xmlParserCtxtPtr ctxt) { in xmlDetectSAX2()
1070 xmlAttrNormalizeSpace2(xmlParserCtxtPtr ctxt, xmlChar *src, int *len) in xmlAttrNormalizeSpace2()
1127 xmlAddDefAttrs(xmlParserCtxtPtr ctxt, in xmlAddDefAttrs()
1238 xmlAddSpecialAttr(xmlParserCtxtPtr ctxt, in xmlAddSpecialAttr()
1270 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) data; in xmlCleanSpecialAttrCallback()
1286 xmlCleanSpecialAttr(xmlParserCtxtPtr ctxt) in xmlCleanSpecialAttr()
1500 static xmlEntityPtr xmlParseStringEntityRef(xmlParserCtxtPtr ctxt,
1516 nsPush(xmlParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *URL) in nsPush()
1566 nsPop(xmlParserCtxtPtr ctxt, int nr) in nsPop()
1587 xmlCtxtGrowAttrs(xmlParserCtxtPtr ctxt, int nr) { in xmlCtxtGrowAttrs()
1630 inputPush(xmlParserCtxtPtr ctxt, xmlParserInputPtr value) in inputPush()
1661 inputPop(xmlParserCtxtPtr ctxt) in inputPop()
1688 nodePush(xmlParserCtxtPtr ctxt, xmlNodePtr value) in nodePush()
1726 nodePop(xmlParserCtxtPtr ctxt) in nodePop()
1756 nameNsPush(xmlParserCtxtPtr ctxt, const xmlChar * value, in nameNsPush()
1799 nameNsPop(xmlParserCtxtPtr ctxt) in nameNsPop()
1826 namePush(xmlParserCtxtPtr ctxt, const xmlChar * value) in namePush()
1857 namePop(xmlParserCtxtPtr ctxt) in namePop()
1873 static int spacePush(xmlParserCtxtPtr ctxt, int val) { in spacePush()
1892 static int spacePop(xmlParserCtxtPtr ctxt) { in spacePop()
1991 static void xmlSHRINK (xmlParserCtxtPtr ctxt) { in xmlSHRINK()
2002 static void xmlGROW (xmlParserCtxtPtr ctxt) { in xmlGROW()
2047 xmlSkipBlankChars(xmlParserCtxtPtr ctxt) { in xmlSkipBlankChars()
2112 xmlPopInput(xmlParserCtxtPtr ctxt) { in xmlPopInput()
2134 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { in xmlPushInput()
2167 xmlParseCharRef(xmlParserCtxtPtr ctxt) { in xmlParseCharRef()
2272 xmlParseStringCharRef(xmlParserCtxtPtr ctxt, const xmlChar **str) { in xmlParseStringCharRef()
2358 xmlNewBlanksWrapperInputStream(xmlParserCtxtPtr ctxt, xmlEntityPtr entity) { in xmlNewBlanksWrapperInputStream()
2428 xmlParserHandlePEReference(xmlParserCtxtPtr ctxt) { in xmlParserHandlePEReference()
2623 xmlStringLenDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, in xmlStringLenDecodeEntities()
2803 xmlStringDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int what, in xmlStringDecodeEntities()
2828 static int areBlanks(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, in areBlanks()
2910 xmlSplitQName(xmlParserCtxtPtr ctxt, const xmlChar *name, xmlChar **prefix) { in xmlSplitQName()
3094 xmlIsNameStartChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameStartChar()
3125 xmlIsNameChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameChar()
3163 static xmlChar * xmlParseAttValueInternal(xmlParserCtxtPtr ctxt,
3167 xmlParseNameComplex(xmlParserCtxtPtr ctxt) { in xmlParseNameComplex()
3283 xmlParseName(xmlParserCtxtPtr ctxt) { in xmlParseName()
3324 xmlParseNCNameComplex(xmlParserCtxtPtr ctxt) { in xmlParseNCNameComplex()
3372 xmlParseNCName(xmlParserCtxtPtr ctxt) { in xmlParseNCName()
3422 xmlParseNameAndCompare(xmlParserCtxtPtr ctxt, xmlChar const *other) { in xmlParseNameAndCompare()
3468 xmlParseStringName(xmlParserCtxtPtr ctxt, const xmlChar** str) { in xmlParseStringName()
3544 xmlParseNmtoken(xmlParserCtxtPtr ctxt) { in xmlParseNmtoken()
3624 xmlParseEntityValue(xmlParserCtxtPtr ctxt, xmlChar **orig) { in xmlParseEntityValue()
3763 xmlParseAttValueComplex(xmlParserCtxtPtr ctxt, int *attlen, int normalize) { in xmlParseAttValueComplex()
3996 xmlParseAttValue(xmlParserCtxtPtr ctxt) { in xmlParseAttValue()
4013 xmlParseSystemLiteral(xmlParserCtxtPtr ctxt) { in xmlParseSystemLiteral()
4091 xmlParsePubidLiteral(xmlParserCtxtPtr ctxt) { in xmlParsePubidLiteral()
4155 static void xmlParseCharDataComplex(xmlParserCtxtPtr ctxt, int cdata);
4212 xmlParseCharData(xmlParserCtxtPtr ctxt, int cdata) { in xmlParseCharData()
4361 xmlParseCharDataComplex(xmlParserCtxtPtr ctxt, int cdata) { in xmlParseCharDataComplex()
4464 xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) { in xmlParseExternalID()
4539 xmlParseCommentComplex(xmlParserCtxtPtr ctxt, xmlChar *buf, int len, int size) { in xmlParseCommentComplex()
4657 xmlParseComment(xmlParserCtxtPtr ctxt) { in xmlParseComment()
4814 xmlParsePITarget(xmlParserCtxtPtr ctxt) { in xmlParsePITarget()
4865 xmlParseCatalogPI(xmlParserCtxtPtr ctxt, const xmlChar *catalog) { in xmlParseCatalogPI()
4922 xmlParsePI(xmlParserCtxtPtr ctxt) { in xmlParsePI()
5064 xmlParseNotationDecl(xmlParserCtxtPtr ctxt) { in xmlParseNotationDecl()
5143 xmlParseEntityDecl(xmlParserCtxtPtr ctxt) { in xmlParseEntityDecl()
5418 xmlParseDefaultDecl(xmlParserCtxtPtr ctxt, xmlChar **value) { in xmlParseDefaultDecl()
5469 xmlParseNotationType(xmlParserCtxtPtr ctxt) { in xmlParseNotationType()
5539 xmlParseEnumerationType(xmlParserCtxtPtr ctxt) { in xmlParseEnumerationType()
5608 xmlParseEnumeratedType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) { in xmlParseEnumeratedType()
5672 xmlParseAttributeType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) { in xmlParseAttributeType()
5714 xmlParseAttributeListDecl(xmlParserCtxtPtr ctxt) { in xmlParseAttributeListDecl()
5856 xmlParseElementMixedContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementMixedContentDecl()
5976 xmlParseElementChildrenContentDeclPriv(xmlParserCtxtPtr ctxt, int inputchk, in xmlParseElementChildrenContentDeclPriv()
6272 xmlParseElementChildrenContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementChildrenContentDecl()
6292 xmlParseElementContentDecl(xmlParserCtxtPtr ctxt, const xmlChar *name, in xmlParseElementContentDecl()
6335 xmlParseElementDecl(xmlParserCtxtPtr ctxt) { in xmlParseElementDecl()
6448 xmlParseConditionalSections(xmlParserCtxtPtr ctxt) { in xmlParseConditionalSections()
6612 xmlParseMarkupDecl(xmlParserCtxtPtr ctxt) { in xmlParseMarkupDecl()
6670 xmlParseTextDecl(xmlParserCtxtPtr ctxt) { in xmlParseTextDecl()
6746 xmlParseExternalSubset(xmlParserCtxtPtr ctxt, const xmlChar *ExternalID, in xmlParseExternalSubset()
6834 xmlParseReference(xmlParserCtxtPtr ctxt) { in xmlParseReference()
7257 xmlParseEntityRef(xmlParserCtxtPtr ctxt) { in xmlParseEntityRef()
7437 xmlParseStringEntityRef(xmlParserCtxtPtr ctxt, const xmlChar ** str) { in xmlParseStringEntityRef()
7626 xmlParsePEReference(xmlParserCtxtPtr ctxt) in xmlParsePEReference()
7741 xmlLoadEntityContent(xmlParserCtxtPtr ctxt, xmlEntityPtr entity) { in xmlLoadEntityContent()
7845 xmlParseStringPEReference(xmlParserCtxtPtr ctxt, const xmlChar **str) { in xmlParseStringPEReference()
7943 xmlParseDocTypeDecl(xmlParserCtxtPtr ctxt) { in xmlParseDocTypeDecl()
8013 xmlParseInternalSubset(xmlParserCtxtPtr ctxt) { in xmlParseInternalSubset()
8095 xmlParseAttribute(xmlParserCtxtPtr ctxt, xmlChar **value) { in xmlParseAttribute()
8184 xmlParseStartTag(xmlParserCtxtPtr ctxt) { in xmlParseStartTag()
8327 xmlParseEndTag1(xmlParserCtxtPtr ctxt, int line) { in xmlParseEndTag1()
8389 xmlParseEndTag(xmlParserCtxtPtr ctxt) { in xmlParseEndTag()
8411 xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { in xmlGetNamespace()
8439 xmlParseQName(xmlParserCtxtPtr ctxt, const xmlChar **prefix) { in xmlParseQName()
8518 xmlParseQNameAndCompare(xmlParserCtxtPtr ctxt, xmlChar const *name, in xmlParseQNameAndCompare()
8592 xmlParseAttValueInternal(xmlParserCtxtPtr ctxt, int *len, int *alloc, in xmlParseAttValueInternal()
8731 xmlParseAttribute2(xmlParserCtxtPtr ctxt, in xmlParseAttribute2()
8862 xmlParseStartTag2(xmlParserCtxtPtr ctxt, const xmlChar **pref, in xmlParseStartTag2()
9300 xmlParseEndTag2(xmlParserCtxtPtr ctxt, const xmlChar *prefix, in xmlParseEndTag2()
9379 xmlParseCDSect(xmlParserCtxtPtr ctxt) { in xmlParseCDSect()
9474 xmlParseContent(xmlParserCtxtPtr ctxt) { in xmlParseContent()
9562 xmlParseElement(xmlParserCtxtPtr ctxt) { in xmlParseElement()
9738 xmlParseVersionNum(xmlParserCtxtPtr ctxt) { in xmlParseVersionNum()
9799 xmlParseVersionInfo(xmlParserCtxtPtr ctxt) { in xmlParseVersionInfo()
9843 xmlParseEncName(xmlParserCtxtPtr ctxt) { in xmlParseEncName()
9908 xmlParseEncodingDecl(xmlParserCtxtPtr ctxt) { in xmlParseEncodingDecl()
10030 xmlParseSDDecl(xmlParserCtxtPtr ctxt) { in xmlParseSDDecl()
10092 xmlParseXMLDecl(xmlParserCtxtPtr ctxt) { in xmlParseXMLDecl()
10206 xmlParseMisc(xmlParserCtxtPtr ctxt) { in xmlParseMisc()
10235 xmlParseDocument(xmlParserCtxtPtr ctxt) { in xmlParseDocument()
10414 xmlParseExtParsedEnt(xmlParserCtxtPtr ctxt) { in xmlParseExtParsedEnt()
10527 xmlParseLookupSequence(xmlParserCtxtPtr ctxt, xmlChar first, in xmlParseLookupSequence()
10599 xmlParseGetLasts(xmlParserCtxtPtr ctxt, const xmlChar **lastlt, in xmlParseGetLasts()
10724 xmlParseTryOrFinish(xmlParserCtxtPtr ctxt, int terminate) { in xmlParseTryOrFinish()
11670 xmlParseChunk(xmlParserCtxtPtr ctxt, const char *chunk, int size, in xmlParseChunk()
11834 xmlParserCtxtPtr
11837 xmlParserCtxtPtr ctxt; in xmlCreatePushParserCtxt()
11954 xmlStopParser(xmlParserCtxtPtr ctxt) { in xmlStopParser()
11979 xmlParserCtxtPtr
11983 xmlParserCtxtPtr ctxt; in xmlCreateIOParserCtxt()
12050 xmlParserCtxtPtr ctxt; in xmlIOParseDTD()
12178 xmlParserCtxtPtr ctxt; in xmlSAXParseDTD()
12332 xmlParseCtxtExternalEntity(xmlParserCtxtPtr ctx, const xmlChar *URL, in xmlParseCtxtExternalEntity()
12334 xmlParserCtxtPtr ctxt; in xmlParseCtxtExternalEntity()
12527 xmlParseExternalEntityPrivate(xmlDocPtr doc, xmlParserCtxtPtr oldctxt, in xmlParseExternalEntityPrivate()
12531 xmlParserCtxtPtr ctxt; in xmlParseExternalEntityPrivate()
12793 xmlParseBalancedChunkMemoryInternal(xmlParserCtxtPtr oldctxt, in xmlParseBalancedChunkMemoryInternal()
12795 xmlParserCtxtPtr ctxt; in xmlParseBalancedChunkMemoryInternal()
12988 xmlParserCtxtPtr ctxt; in xmlParseInNodeContext()
13221 xmlParserCtxtPtr ctxt; in xmlParseBalancedChunkMemoryRecover()
13375 xmlParserCtxtPtr ctxt; in xmlSAXParseEntity()
13436 static xmlParserCtxtPtr
13438 const xmlChar *base, xmlParserCtxtPtr pctx) { in xmlCreateEntityParserCtxtInternal()
13439 xmlParserCtxtPtr ctxt; in xmlCreateEntityParserCtxtInternal()
13500 xmlParserCtxtPtr
13524 xmlParserCtxtPtr
13527 xmlParserCtxtPtr ctxt; in xmlCreateURLParserCtxt()
13566 xmlParserCtxtPtr
13596 xmlParserCtxtPtr ctxt; in xmlSAXParseFileWithData()
13724 xmlSetupParserForBuffer(xmlParserCtxtPtr ctxt, const xmlChar* buffer, in xmlSetupParserForBuffer()
13763 xmlParserCtxtPtr ctxt; in xmlSAXUserParseFile()
13812 xmlParserCtxtPtr
13814 xmlParserCtxtPtr ctxt; in xmlCreateMemoryParserCtxt()
13875 xmlParserCtxtPtr ctxt; in xmlSAXParseMemoryWithData()
13973 xmlParserCtxtPtr ctxt; in xmlSAXUserParseMemory()
14017 xmlParserCtxtPtr
14045 xmlParserCtxtPtr ctxt; in xmlSAXParseDoc()
14258 xmlCtxtReset(xmlParserCtxtPtr ctxt) in xmlCtxtReset()
14362 xmlCtxtResetPush(xmlParserCtxtPtr ctxt, const char *chunk, in xmlCtxtResetPush()
14472 xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options, const char *encoding) in xmlCtxtUseOptionsInternal()
14607 xmlCtxtUseOptions(xmlParserCtxtPtr ctxt, int options) in xmlCtxtUseOptions()
14625 xmlDoRead(xmlParserCtxtPtr ctxt, const char *URL, const char *encoding, in xmlDoRead()
14672 xmlParserCtxtPtr ctxt; in xmlReadDoc()
14696 xmlParserCtxtPtr ctxt; in xmlReadFile()
14719 xmlParserCtxtPtr ctxt; in xmlReadMemory()
14743 xmlParserCtxtPtr ctxt; in xmlReadFd()
14786 xmlParserCtxtPtr ctxt; in xmlReadIO()
14826 xmlCtxtReadDoc(xmlParserCtxtPtr ctxt, const xmlChar * cur, in xmlCtxtReadDoc()
14859 xmlCtxtReadFile(xmlParserCtxtPtr ctxt, const char *filename, in xmlCtxtReadFile()
14894 xmlCtxtReadMemory(xmlParserCtxtPtr ctxt, const char *buffer, int size, in xmlCtxtReadMemory()
14938 xmlCtxtReadFd(xmlParserCtxtPtr ctxt, int fd, in xmlCtxtReadFd()
14981 xmlCtxtReadIO(xmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, in xmlCtxtReadIO()