• Home
  • Raw
  • Download

Lines Matching defs:ctxt

227 xmlErrMemory(xmlParserCtxtPtr ctxt) {  in xmlErrMemory()
240 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix, in xmlErrAttributeDup()
262 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsg()
280 xmlWarningMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlWarningMsg()
297 xmlValidityError(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlValidityError()
316 xmlFatalErrMsgInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgInt()
335 xmlFatalErrMsgStrIntStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStrIntStr()
353 xmlFatalErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStr()
370 xmlErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlErrMsgStr()
388 xmlNsErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsErr()
410 xmlNsWarn(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsWarn()
460 xmlParserEntityCheck(xmlParserCtxtPtr ctxt, unsigned long extra) in xmlParserEntityCheck()
815 xmlSBufReportError(xmlSBuf *buf, xmlParserCtxtPtr ctxt, const char *errMsg) { in xmlSBufReportError()
823 xmlSBufFinish(xmlSBuf *buf, int *sizeOut, xmlParserCtxtPtr ctxt, in xmlSBufFinish()
852 xmlSBufCleanup(xmlSBuf *buf, xmlParserCtxtPtr ctxt, const char *errMsg) { in xmlSBufCleanup()
860 xmlUTF8MultibyteLen(xmlParserCtxtPtr ctxt, const xmlChar *str, in xmlUTF8MultibyteLen()
941 xmlCtxtInitializeLate(xmlParserCtxtPtr ctxt) { in xmlCtxtInitializeLate()
1058 xmlAddDefAttrs(xmlParserCtxtPtr ctxt, in xmlAddDefAttrs()
1190 xmlAddSpecialAttr(xmlParserCtxtPtr ctxt, in xmlAddSpecialAttr()
1219 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) data; in xmlCleanSpecialAttrCallback() local
1235 xmlCleanSpecialAttr(xmlParserCtxtPtr ctxt) in xmlCleanSpecialAttr()
1538 xmlParserNsLookup(xmlParserCtxtPtr ctxt, const xmlHashedString *prefix, in xmlParserNsLookup()
1589 xmlParserNsLookupUri(xmlParserCtxtPtr ctxt, const xmlHashedString *prefix) { in xmlParserNsLookupUri()
1621 xmlParserNsLookupSax(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { in xmlParserNsLookupSax()
1653 xmlParserNsUpdateSax(xmlParserCtxtPtr ctxt, const xmlChar *prefix, in xmlParserNsUpdateSax()
1683 xmlParserNsGrow(xmlParserCtxtPtr ctxt) { in xmlParserNsGrow()
1726 xmlParserNsPush(xmlParserCtxtPtr ctxt, const xmlHashedString *prefix, in xmlParserNsPush()
1883 xmlParserNsPop(xmlParserCtxtPtr ctxt, int nr) in xmlParserNsPop()
1912 xmlCtxtGrowAttrs(xmlParserCtxtPtr ctxt) { in xmlCtxtGrowAttrs()
1956 xmlCtxtPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr value) in xmlCtxtPushInput()
2027 xmlCtxtPopInput(xmlParserCtxtPtr ctxt) in xmlCtxtPopInput()
2055 inputPush(xmlParserCtxtPtr ctxt, xmlParserInputPtr value) in inputPush()
2068 inputPop(xmlParserCtxtPtr ctxt) in inputPop()
2084 nodePush(xmlParserCtxtPtr ctxt, xmlNodePtr value) in nodePush()
2130 nodePop(xmlParserCtxtPtr ctxt) in nodePop()
2161 nameNsPush(xmlParserCtxtPtr ctxt, const xmlChar * value, in nameNsPush()
2215 nameNsPop(xmlParserCtxtPtr ctxt) in nameNsPop()
2244 namePush(xmlParserCtxtPtr ctxt, const xmlChar * value) in namePush()
2283 namePop(xmlParserCtxtPtr ctxt) in namePop()
2299 static int spacePush(xmlParserCtxtPtr ctxt, int val) { in spacePush()
2325 static int spacePop(xmlParserCtxtPtr ctxt) { in spacePop()
2449 xmlCurrentCharRecover(xmlParserCtxtPtr ctxt, int *len) { in xmlCurrentCharRecover()
2469 xmlSkipBlankChars(xmlParserCtxtPtr ctxt) { in xmlSkipBlankChars()
2498 xmlPopPE(xmlParserCtxtPtr ctxt) { in xmlPopPE()
2553 xmlSkipBlankCharsPE(xmlParserCtxtPtr ctxt) { in xmlSkipBlankCharsPE()
2627 xmlPopInput(xmlParserCtxtPtr ctxt) { in xmlPopInput()
2650 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { in xmlPushInput()
2680 xmlParseCharRef(xmlParserCtxtPtr ctxt) { in xmlParseCharRef()
2788 xmlParseStringCharRef(xmlParserCtxtPtr ctxt, const xmlChar **str) { in xmlParseStringCharRef()
2898 xmlParserHandlePEReference(xmlParserCtxtPtr ctxt) { in xmlParserHandlePEReference()
2918 xmlStringLenDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, in xmlStringLenDecodeEntities()
2946 xmlStringDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, in xmlStringDecodeEntities()
2976 static int areBlanks(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, in areBlanks()
3073 xmlSplitQName(xmlParserCtxtPtr ctxt, const xmlChar *name, xmlChar **prefixOut) { in xmlSplitQName()
3272 xmlIsNameStartChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameStartChar()
3303 xmlIsNameChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameChar()
3342 xmlParseNameComplex(xmlParserCtxtPtr ctxt) { in xmlParseNameComplex()
3470 xmlParseName(xmlParserCtxtPtr ctxt) { in xmlParseName()
3513 xmlParseNCNameComplex(xmlParserCtxtPtr ctxt) { in xmlParseNCNameComplex()
3568 xmlParseNCName(xmlParserCtxtPtr ctxt) { in xmlParseNCName()
3626 xmlParseNameAndCompare(xmlParserCtxtPtr ctxt, xmlChar const *other) { in xmlParseNameAndCompare()
3672 xmlParseStringName(xmlParserCtxtPtr ctxt, const xmlChar** str) { in xmlParseStringName()
3764 xmlParseNmtoken(xmlParserCtxtPtr ctxt) { in xmlParseNmtoken()
3844 xmlExpandPEsInEntityValue(xmlParserCtxtPtr ctxt, xmlSBuf *buf, in xmlExpandPEsInEntityValue()
3997 xmlParseEntityValue(xmlParserCtxtPtr ctxt, xmlChar **orig) { in xmlParseEntityValue()
4080 xmlCheckEntityInAttValue(xmlParserCtxtPtr ctxt, xmlEntityPtr pent, int depth) { in xmlCheckEntityInAttValue()
4189 xmlExpandEntityInAttValue(xmlParserCtxtPtr ctxt, xmlSBuf *buf, in xmlExpandEntityInAttValue()
4348 xmlExpandEntitiesInAttValue(xmlParserCtxtPtr ctxt, const xmlChar *str, in xmlExpandEntitiesInAttValue()
4401 xmlParseAttValueInternal(xmlParserCtxtPtr ctxt, int *attlen, int *alloc, in xmlParseAttValueInternal()
4668 xmlParseAttValue(xmlParserCtxtPtr ctxt) { in xmlParseAttValue()
4687 xmlParseSystemLiteral(xmlParserCtxtPtr ctxt) { in xmlParseSystemLiteral()
4761 xmlParsePubidLiteral(xmlParserCtxtPtr ctxt) { in xmlParsePubidLiteral()
4862 xmlCharacters(xmlParserCtxtPtr ctxt, const xmlChar *buf, int size) { in xmlCharacters()
4905 xmlParseCharDataInternal(xmlParserCtxtPtr ctxt, int partial) { in xmlParseCharDataInternal()
5017 xmlParseCharDataComplex(xmlParserCtxtPtr ctxt, int partial) { in xmlParseCharDataComplex()
5079 xmlParseCharData(xmlParserCtxtPtr ctxt, ATTRIBUTE_UNUSED int cdata) { in xmlParseCharData()
5108 xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) { in xmlParseExternalID()
5173 xmlParseCommentComplex(xmlParserCtxtPtr ctxt, xmlChar *buf, in xmlParseCommentComplex()
5289 xmlParseComment(xmlParserCtxtPtr ctxt) { in xmlParseComment()
5443 xmlParsePITarget(xmlParserCtxtPtr ctxt) { in xmlParsePITarget()
5494 xmlParseCatalogPI(xmlParserCtxtPtr ctxt, const xmlChar *catalog) { in xmlParseCatalogPI()
5559 xmlParsePI(xmlParserCtxtPtr ctxt) { in xmlParsePI()
5682 xmlParseNotationDecl(xmlParserCtxtPtr ctxt) { in xmlParseNotationDecl()
5765 xmlParseEntityDecl(xmlParserCtxtPtr ctxt) { in xmlParseEntityDecl()
6014 xmlParseDefaultDecl(xmlParserCtxtPtr ctxt, xmlChar **value) { in xmlParseDefaultDecl()
6065 xmlParseNotationType(xmlParserCtxtPtr ctxt) { in xmlParseNotationType()
6137 xmlParseEnumerationType(xmlParserCtxtPtr ctxt) { in xmlParseEnumerationType()
6208 xmlParseEnumeratedType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) { in xmlParseEnumeratedType()
6273 xmlParseAttributeType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) { in xmlParseAttributeType()
6316 xmlParseAttributeListDecl(xmlParserCtxtPtr ctxt) { in xmlParseAttributeListDecl()
6450 xmlParseElementMixedContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementMixedContentDecl()
6575 xmlParseElementChildrenContentDeclPriv(xmlParserCtxtPtr ctxt, int inputchk, in xmlParseElementChildrenContentDeclPriv()
6882 xmlParseElementChildrenContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementChildrenContentDecl()
6904 xmlParseElementContentDecl(xmlParserCtxtPtr ctxt, const xmlChar *name, in xmlParseElementContentDecl()
6949 xmlParseElementDecl(xmlParserCtxtPtr ctxt) { in xmlParseElementDecl()
7054 xmlParseConditionalSections(xmlParserCtxtPtr ctxt) { in xmlParseConditionalSections()
7208 xmlParseMarkupDecl(xmlParserCtxtPtr ctxt) { in xmlParseMarkupDecl()
7253 xmlParseTextDecl(xmlParserCtxtPtr ctxt) { in xmlParseTextDecl()
7328 xmlParseExternalSubset(xmlParserCtxtPtr ctxt, const xmlChar *ExternalID, in xmlParseExternalSubset()
7396 xmlParseReference(xmlParserCtxtPtr ctxt) { in xmlParseReference()
7632 xmlHandleUndeclaredEntity(xmlParserCtxtPtr ctxt, const xmlChar *name) { in xmlHandleUndeclaredEntity()
7691 xmlLookupGeneralEntity(xmlParserCtxtPtr ctxt, const xmlChar *name, int inAttr) { in xmlLookupGeneralEntity()
7762 xmlParseEntityRefInternal(xmlParserCtxtPtr ctxt) { in xmlParseEntityRefInternal()
7794 xmlParseEntityRef(xmlParserCtxtPtr ctxt) { in xmlParseEntityRef()
7839 xmlParseStringEntityRef(xmlParserCtxtPtr ctxt, const xmlChar ** str) { in xmlParseStringEntityRef()
7904 xmlParsePEReference(xmlParserCtxtPtr ctxt) in xmlParsePEReference()
7992 xmlLoadEntityContent(xmlParserCtxtPtr ctxt, xmlEntityPtr entity) { in xmlLoadEntityContent()
8157 xmlParseStringPEReference(xmlParserCtxtPtr ctxt, const xmlChar **str) { in xmlParseStringPEReference()
8231 xmlParseDocTypeDecl(xmlParserCtxtPtr ctxt) { in xmlParseDocTypeDecl()
8293 xmlParseInternalSubset(xmlParserCtxtPtr ctxt) { in xmlParseInternalSubset()
8386 xmlParseAttribute(xmlParserCtxtPtr ctxt, xmlChar **value) { in xmlParseAttribute()
8475 xmlParseStartTag(xmlParserCtxtPtr ctxt) { in xmlParseStartTag()
8608 xmlParseEndTag1(xmlParserCtxtPtr ctxt, int line) { in xmlParseEndTag1()
8671 xmlParseEndTag(xmlParserCtxtPtr ctxt) { in xmlParseEndTag()
8697 xmlParseQNameHashed(xmlParserCtxtPtr ctxt, xmlHashedString *prefix) { in xmlParseQNameHashed()
8755 xmlParseQName(xmlParserCtxtPtr ctxt, const xmlChar **prefix) { in xmlParseQName()
8779 xmlParseQNameAndCompare(xmlParserCtxtPtr ctxt, xmlChar const *name, in xmlParseQNameAndCompare()
8837 xmlParseAttribute2(xmlParserCtxtPtr ctxt, in xmlParseAttribute2()
8956 xmlAttrHashInsert(xmlParserCtxtPtr ctxt, unsigned size, const xmlChar *name, in xmlAttrHashInsert()
8991 xmlAttrHashInsertQName(xmlParserCtxtPtr ctxt, unsigned size, in xmlAttrHashInsertQName()
9049 xmlParseStartTag2(xmlParserCtxtPtr ctxt, const xmlChar **pref, in xmlParseStartTag2()
9670 xmlParseEndTag2(xmlParserCtxtPtr ctxt, const xmlStartTag *tag) { in xmlParseEndTag2()
9738 xmlParseCDSect(xmlParserCtxtPtr ctxt) { in xmlParseCDSect()
9837 xmlParseContentInternal(xmlParserCtxtPtr ctxt) { in xmlParseContentInternal()
9942 xmlParseContent(xmlParserCtxtPtr ctxt) { in xmlParseContent()
9971 xmlParseElement(xmlParserCtxtPtr ctxt) { in xmlParseElement()
10001 xmlParseElementStart(xmlParserCtxtPtr ctxt) { in xmlParseElementStart()
10123 xmlParseElementEnd(xmlParserCtxtPtr ctxt) { in xmlParseElementEnd()
10174 xmlParseVersionNum(xmlParserCtxtPtr ctxt) { in xmlParseVersionNum()
10247 xmlParseVersionInfo(xmlParserCtxtPtr ctxt) { in xmlParseVersionInfo()
10293 xmlParseEncName(xmlParserCtxtPtr ctxt) { in xmlParseEncName()
10365 xmlParseEncodingDecl(xmlParserCtxtPtr ctxt) { in xmlParseEncodingDecl()
10444 xmlParseSDDecl(xmlParserCtxtPtr ctxt) { in xmlParseSDDecl()
10508 xmlParseXMLDecl(xmlParserCtxtPtr ctxt) { in xmlParseXMLDecl()
10622 xmlCtxtGetVersion(xmlParserCtxtPtr ctxt) { in xmlCtxtGetVersion()
10638 xmlCtxtGetStandalone(xmlParserCtxtPtr ctxt) { in xmlCtxtGetStandalone()
10657 xmlParseMisc(xmlParserCtxtPtr ctxt) { in xmlParseMisc()
10672 xmlFinishDocument(xmlParserCtxtPtr ctxt) { in xmlFinishDocument()
10716 xmlParseDocument(xmlParserCtxtPtr ctxt) { in xmlParseDocument()
10852 xmlParseExtParsedEnt(xmlParserCtxtPtr ctxt) { in xmlParseExtParsedEnt()
10923 xmlParseLookupChar(xmlParserCtxtPtr ctxt, int c) { in xmlParseLookupChar()
10957 xmlParseLookupString(xmlParserCtxtPtr ctxt, size_t startDelta, in xmlParseLookupString()
10997 xmlParseLookupCharData(xmlParserCtxtPtr ctxt) { in xmlParseLookupCharData()
11027 xmlParseLookupGt(xmlParserCtxtPtr ctxt) { in xmlParseLookupGt()
11071 xmlParseLookupInternalSubset(xmlParserCtxtPtr ctxt) { in xmlParseLookupInternalSubset()
11183 xmlParseTryOrFinish(xmlParserCtxtPtr ctxt, int terminate) { in xmlParseTryOrFinish()
11589 xmlParseChunk(xmlParserCtxtPtr ctxt, const char *chunk, int size, in xmlParseChunk()
11720 xmlParserCtxtPtr ctxt; in xmlCreatePushParserCtxt() local
11752 xmlStopParser(xmlParserCtxtPtr ctxt) { in xmlStopParser()
11779 xmlParserCtxtPtr ctxt; in xmlCreateIOParserCtxt() local
11828 xmlCtxtParseDtd(xmlParserCtxtPtr ctxt, xmlParserInputPtr input, in xmlCtxtParseDtd()
11907 xmlParserCtxtPtr ctxt; in xmlIOParseDTD() local
11958 xmlParserCtxtPtr ctxt; in xmlSAXParseDTD() local
12028 xmlCtxtParseContentInternal(xmlParserCtxtPtr ctxt, xmlParserInputPtr input, in xmlCtxtParseContentInternal()
12119 xmlCtxtParseEntity(xmlParserCtxtPtr ctxt, xmlEntityPtr ent) { in xmlCtxtParseEntity()
12246 xmlParseCtxtExternalEntity(xmlParserCtxtPtr ctxt, const xmlChar *URL, in xmlParseCtxtExternalEntity()
12300 xmlParserCtxtPtr ctxt; in xmlParseExternalEntity() local
12368 xmlCtxtParseContent(xmlParserCtxtPtr ctxt, xmlParserInputPtr input, in xmlCtxtParseContent()
12526 xmlParserCtxtPtr ctxt; in xmlParseInNodeContext() local
12609 xmlParserCtxtPtr ctxt; in xmlParseBalancedChunkMemoryRecover() local
12677 xmlParserCtxtPtr ctxt; in xmlSAXParseEntity() local
12743 xmlParserCtxtPtr ctxt; in xmlCreateEntityParserCtxt() local
12799 xmlParserCtxtPtr ctxt; in xmlCreateURLParserCtxt() local
12869 xmlParserCtxtPtr ctxt; in xmlSAXParseFileWithData() local
12988 xmlSetupParserForBuffer(xmlParserCtxtPtr ctxt, const xmlChar* buffer, in xmlSetupParserForBuffer()
13023 xmlParserCtxtPtr ctxt; in xmlSAXUserParseFile() local
13075 xmlParserCtxtPtr ctxt; in xmlCreateMemoryParserCtxt() local
13125 xmlParserCtxtPtr ctxt; in xmlSAXParseMemoryWithData() local
13225 xmlParserCtxtPtr ctxt; in xmlSAXUserParseMemory() local
13269 xmlParserCtxtPtr ctxt; in xmlCreateDocParserCtxt() local
13310 xmlParserCtxtPtr ctxt; in xmlSAXParseDoc() local
13380 xmlCtxtReset(xmlParserCtxtPtr ctxt) in xmlCtxtReset()
13485 xmlCtxtResetPush(xmlParserCtxtPtr ctxt, const char *chunk, in xmlCtxtResetPush()
13511 xmlCtxtSetOptionsInternal(xmlParserCtxtPtr ctxt, int options, int keepMask) in xmlCtxtSetOptionsInternal()
13761 xmlCtxtSetOptions(xmlParserCtxtPtr ctxt, int options) in xmlCtxtSetOptions()
13782 xmlCtxtGetOptions(xmlParserCtxtPtr ctxt) in xmlCtxtGetOptions()
13816 xmlCtxtUseOptions(xmlParserCtxtPtr ctxt, int options) in xmlCtxtUseOptions()
13857 xmlCtxtSetMaxAmplification(xmlParserCtxtPtr ctxt, unsigned maxAmpl) in xmlCtxtSetMaxAmplification()
13875 xmlCtxtParseDocument(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) in xmlCtxtParseDocument()
13933 xmlParserCtxtPtr ctxt; in xmlReadDoc() local
13974 xmlParserCtxtPtr ctxt; in xmlReadFile() local
14023 xmlParserCtxtPtr ctxt; in xmlReadMemory() local
14065 xmlParserCtxtPtr ctxt; in xmlReadFd() local
14103 xmlParserCtxtPtr ctxt; in xmlReadIO() local
14141 xmlCtxtReadDoc(xmlParserCtxtPtr ctxt, const xmlChar *str, in xmlCtxtReadDoc()
14177 xmlCtxtReadFile(xmlParserCtxtPtr ctxt, const char *filename, in xmlCtxtReadFile()
14217 xmlCtxtReadMemory(xmlParserCtxtPtr ctxt, const char *buffer, int size, in xmlCtxtReadMemory()
14257 xmlCtxtReadFd(xmlParserCtxtPtr ctxt, int fd, in xmlCtxtReadFd()
14296 xmlCtxtReadIO(xmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, in xmlCtxtReadIO()