• Home
  • Raw
  • Download

Lines Matching defs:ctxt

113 xmlParserEntityCheck(xmlParserCtxtPtr ctxt, unsigned long size,  in xmlParserEntityCheck()
241 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix, in xmlErrAttributeDup()
276 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info) in xmlFatalErr()
483 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsg()
511 xmlWarningMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlWarningMsg()
541 xmlValidityError(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlValidityError()
575 xmlFatalErrMsgInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgInt()
605 xmlFatalErrMsgStrIntStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStrIntStr()
635 xmlFatalErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStr()
664 xmlErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlErrMsgStr()
689 xmlNsErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsErr()
718 xmlNsWarn(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsWarn()
965 xmlDetectSAX2(xmlParserCtxtPtr ctxt) { in xmlDetectSAX2()
1043 xmlAttrNormalizeSpace2(xmlParserCtxtPtr ctxt, xmlChar *src, int *len) in xmlAttrNormalizeSpace2()
1100 xmlAddDefAttrs(xmlParserCtxtPtr ctxt, in xmlAddDefAttrs()
1211 xmlAddSpecialAttr(xmlParserCtxtPtr ctxt, in xmlAddSpecialAttr()
1243 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) data; in xmlCleanSpecialAttrCallback() local
1259 xmlCleanSpecialAttr(xmlParserCtxtPtr ctxt) in xmlCleanSpecialAttr()
1367 nsPush(xmlParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *URL) in nsPush()
1417 nsPop(xmlParserCtxtPtr ctxt, int nr) in nsPop()
1438 xmlCtxtGrowAttrs(xmlParserCtxtPtr ctxt, int nr) { in xmlCtxtGrowAttrs()
1481 inputPush(xmlParserCtxtPtr ctxt, xmlParserInputPtr value) in inputPush()
1512 inputPop(xmlParserCtxtPtr ctxt) in inputPop()
1539 nodePush(xmlParserCtxtPtr ctxt, xmlNodePtr value) in nodePush()
1577 nodePop(xmlParserCtxtPtr ctxt) in nodePop()
1607 nameNsPush(xmlParserCtxtPtr ctxt, const xmlChar * value, in nameNsPush()
1650 nameNsPop(xmlParserCtxtPtr ctxt) in nameNsPop()
1677 namePush(xmlParserCtxtPtr ctxt, const xmlChar * value) in namePush()
1709 namePop(xmlParserCtxtPtr ctxt) in namePop()
1725 static int spacePush(xmlParserCtxtPtr ctxt, int val) { in spacePush()
1744 static int spacePop(xmlParserCtxtPtr ctxt) { in spacePop()
1843 static void xmlSHRINK (xmlParserCtxtPtr ctxt) { in xmlSHRINK()
1854 static void xmlGROW (xmlParserCtxtPtr ctxt) { in xmlGROW()
1899 xmlSkipBlankChars(xmlParserCtxtPtr ctxt) { in xmlSkipBlankChars()
1964 xmlPopInput(xmlParserCtxtPtr ctxt) { in xmlPopInput()
1986 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { in xmlPushInput()
2019 xmlParseCharRef(xmlParserCtxtPtr ctxt) { in xmlParseCharRef()
2124 xmlParseStringCharRef(xmlParserCtxtPtr ctxt, const xmlChar **str) { in xmlParseStringCharRef()
2210 xmlNewBlanksWrapperInputStream(xmlParserCtxtPtr ctxt, xmlEntityPtr entity) { in xmlNewBlanksWrapperInputStream()
2280 xmlParserHandlePEReference(xmlParserCtxtPtr ctxt) { in xmlParserHandlePEReference()
2475 xmlStringLenDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, in xmlStringLenDecodeEntities()
2655 xmlStringDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int what, in xmlStringDecodeEntities()
2680 static int areBlanks(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, in areBlanks()
2762 xmlSplitQName(xmlParserCtxtPtr ctxt, const xmlChar *name, xmlChar **prefix) { in xmlSplitQName()
2943 xmlIsNameStartChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameStartChar()
2974 xmlIsNameChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameChar()
3016 xmlParseNameComplex(xmlParserCtxtPtr ctxt) { in xmlParseNameComplex()
3130 xmlParseName(xmlParserCtxtPtr ctxt) { in xmlParseName()
3169 xmlParseNCNameComplex(xmlParserCtxtPtr ctxt) { in xmlParseNCNameComplex()
3215 xmlParseNCName(xmlParserCtxtPtr ctxt) { in xmlParseNCName()
3263 xmlParseNameAndCompare(xmlParserCtxtPtr ctxt, xmlChar const *other) { in xmlParseNameAndCompare()
3309 xmlParseStringName(xmlParserCtxtPtr ctxt, const xmlChar** str) { in xmlParseStringName()
3383 xmlParseNmtoken(xmlParserCtxtPtr ctxt) { in xmlParseNmtoken()
3461 xmlParseEntityValue(xmlParserCtxtPtr ctxt, xmlChar **orig) { in xmlParseEntityValue()
3600 xmlParseAttValueComplex(xmlParserCtxtPtr ctxt, int *attlen, int normalize) { in xmlParseAttValueComplex()
3828 xmlParseAttValue(xmlParserCtxtPtr ctxt) { in xmlParseAttValue()
3845 xmlParseSystemLiteral(xmlParserCtxtPtr ctxt) { in xmlParseSystemLiteral()
3923 xmlParsePubidLiteral(xmlParserCtxtPtr ctxt) { in xmlParsePubidLiteral()
4044 xmlParseCharData(xmlParserCtxtPtr ctxt, int cdata) { in xmlParseCharData()
4193 xmlParseCharDataComplex(xmlParserCtxtPtr ctxt, int cdata) { in xmlParseCharDataComplex()
4296 xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) { in xmlParseExternalID()
4371 xmlParseCommentComplex(xmlParserCtxtPtr ctxt, xmlChar *buf, int len, int size) { in xmlParseCommentComplex()
4489 xmlParseComment(xmlParserCtxtPtr ctxt) { in xmlParseComment()
4646 xmlParsePITarget(xmlParserCtxtPtr ctxt) { in xmlParsePITarget()
4697 xmlParseCatalogPI(xmlParserCtxtPtr ctxt, const xmlChar *catalog) { in xmlParseCatalogPI()
4754 xmlParsePI(xmlParserCtxtPtr ctxt) { in xmlParsePI()
4894 xmlParseNotationDecl(xmlParserCtxtPtr ctxt) { in xmlParseNotationDecl()
4973 xmlParseEntityDecl(xmlParserCtxtPtr ctxt) { in xmlParseEntityDecl()
5248 xmlParseDefaultDecl(xmlParserCtxtPtr ctxt, xmlChar **value) { in xmlParseDefaultDecl()
5299 xmlParseNotationType(xmlParserCtxtPtr ctxt) { in xmlParseNotationType()
5366 xmlParseEnumerationType(xmlParserCtxtPtr ctxt) { in xmlParseEnumerationType()
5432 xmlParseEnumeratedType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) { in xmlParseEnumeratedType()
5496 xmlParseAttributeType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) { in xmlParseAttributeType()
5538 xmlParseAttributeListDecl(xmlParserCtxtPtr ctxt) { in xmlParseAttributeListDecl()
5680 xmlParseElementMixedContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementMixedContentDecl()
5798 xmlParseElementChildrenContentDecl (xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementChildrenContentDecl()
6068 xmlParseElementContentDecl(xmlParserCtxtPtr ctxt, const xmlChar *name, in xmlParseElementContentDecl()
6111 xmlParseElementDecl(xmlParserCtxtPtr ctxt) { in xmlParseElementDecl()
6224 xmlParseConditionalSections(xmlParserCtxtPtr ctxt) { in xmlParseConditionalSections()
6388 xmlParseMarkupDecl(xmlParserCtxtPtr ctxt) { in xmlParseMarkupDecl()
6446 xmlParseTextDecl(xmlParserCtxtPtr ctxt) { in xmlParseTextDecl()
6522 xmlParseExternalSubset(xmlParserCtxtPtr ctxt, const xmlChar *ExternalID, in xmlParseExternalSubset()
6610 xmlParseReference(xmlParserCtxtPtr ctxt) { in xmlParseReference()
7032 xmlParseEntityRef(xmlParserCtxtPtr ctxt) { in xmlParseEntityRef()
7212 xmlParseStringEntityRef(xmlParserCtxtPtr ctxt, const xmlChar ** str) { in xmlParseStringEntityRef()
7402 xmlParsePEReference(xmlParserCtxtPtr ctxt) in xmlParsePEReference()
7517 xmlLoadEntityContent(xmlParserCtxtPtr ctxt, xmlEntityPtr entity) { in xmlLoadEntityContent()
7621 xmlParseStringPEReference(xmlParserCtxtPtr ctxt, const xmlChar **str) { in xmlParseStringPEReference()
7720 xmlParseDocTypeDecl(xmlParserCtxtPtr ctxt) { in xmlParseDocTypeDecl()
7790 xmlParseInternalSubset(xmlParserCtxtPtr ctxt) { in xmlParseInternalSubset()
7872 xmlParseAttribute(xmlParserCtxtPtr ctxt, xmlChar **value) { in xmlParseAttribute()
7961 xmlParseStartTag(xmlParserCtxtPtr ctxt) { in xmlParseStartTag()
8104 xmlParseEndTag1(xmlParserCtxtPtr ctxt, int line) { in xmlParseEndTag1()
8166 xmlParseEndTag(xmlParserCtxtPtr ctxt) { in xmlParseEndTag()
8188 xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { in xmlGetNamespace()
8217 xmlParseQName(xmlParserCtxtPtr ctxt, const xmlChar **prefix) { in xmlParseQName()
8296 xmlParseQNameAndCompare(xmlParserCtxtPtr ctxt, xmlChar const *name, in xmlParseQNameAndCompare()
8370 xmlParseAttValueInternal(xmlParserCtxtPtr ctxt, int *len, int *alloc, in xmlParseAttValueInternal()
8509 xmlParseAttribute2(xmlParserCtxtPtr ctxt, in xmlParseAttribute2()
8640 xmlParseStartTag2(xmlParserCtxtPtr ctxt, const xmlChar **pref, in xmlParseStartTag2()
9078 xmlParseEndTag2(xmlParserCtxtPtr ctxt, const xmlChar *prefix, in xmlParseEndTag2()
9155 xmlParseCDSect(xmlParserCtxtPtr ctxt) { in xmlParseCDSect()
9250 xmlParseContent(xmlParserCtxtPtr ctxt) { in xmlParseContent()
9338 xmlParseElement(xmlParserCtxtPtr ctxt) { in xmlParseElement()
9512 xmlParseVersionNum(xmlParserCtxtPtr ctxt) { in xmlParseVersionNum()
9573 xmlParseVersionInfo(xmlParserCtxtPtr ctxt) { in xmlParseVersionInfo()
9617 xmlParseEncName(xmlParserCtxtPtr ctxt) { in xmlParseEncName()
9682 xmlParseEncodingDecl(xmlParserCtxtPtr ctxt) { in xmlParseEncodingDecl()
9797 xmlParseSDDecl(xmlParserCtxtPtr ctxt) { in xmlParseSDDecl()
9859 xmlParseXMLDecl(xmlParserCtxtPtr ctxt) { in xmlParseXMLDecl()
9967 xmlParseMisc(xmlParserCtxtPtr ctxt) { in xmlParseMisc()
9996 xmlParseDocument(xmlParserCtxtPtr ctxt) { in xmlParseDocument()
10170 xmlParseExtParsedEnt(xmlParserCtxtPtr ctxt) { in xmlParseExtParsedEnt()
10283 xmlParseLookupSequence(xmlParserCtxtPtr ctxt, xmlChar first, in xmlParseLookupSequence()
10355 xmlParseGetLasts(xmlParserCtxtPtr ctxt, const xmlChar **lastlt, in xmlParseGetLasts()
10480 xmlParseTryOrFinish(xmlParserCtxtPtr ctxt, int terminate) { in xmlParseTryOrFinish()
11422 xmlParseChunk(xmlParserCtxtPtr ctxt, const char *chunk, int size, in xmlParseChunk()
11540 xmlParserCtxtPtr ctxt; in xmlCreatePushParserCtxt() local
11657 xmlStopParser(xmlParserCtxtPtr ctxt) { in xmlStopParser()
11686 xmlParserCtxtPtr ctxt; in xmlCreateIOParserCtxt() local
11753 xmlParserCtxtPtr ctxt; in xmlIOParseDTD() local
11881 xmlParserCtxtPtr ctxt; in xmlSAXParseDTD() local
12037 xmlParserCtxtPtr ctxt; in xmlParseCtxtExternalEntity() local
12252 xmlParserCtxtPtr ctxt; in xmlParseExternalEntityPrivate() local
12514 xmlParserCtxtPtr ctxt; in xmlParseBalancedChunkMemoryInternal() local
12697 xmlParserCtxtPtr ctxt; in xmlParseInNodeContext() local
12908 xmlParserCtxtPtr ctxt; in xmlParseBalancedChunkMemoryRecover() local
13062 xmlParserCtxtPtr ctxt; in xmlSAXParseEntity() local
13125 xmlParserCtxtPtr ctxt; in xmlCreateEntityParserCtxt() local
13189 xmlParserCtxtPtr ctxt; in xmlCreateURLParserCtxt() local
13258 xmlParserCtxtPtr ctxt; in xmlSAXParseFileWithData() local
13386 xmlSetupParserForBuffer(xmlParserCtxtPtr ctxt, const xmlChar* buffer, in xmlSetupParserForBuffer()
13425 xmlParserCtxtPtr ctxt; in xmlSAXUserParseFile() local
13476 xmlParserCtxtPtr ctxt; in xmlCreateMemoryParserCtxt() local
13537 xmlParserCtxtPtr ctxt; in xmlSAXParseMemoryWithData() local
13633 xmlParserCtxtPtr ctxt; in xmlSAXUserParseMemory() local
13703 xmlParserCtxtPtr ctxt; in xmlSAXParseDoc() local
13908 xmlCtxtReset(xmlParserCtxtPtr ctxt) in xmlCtxtReset()
14012 xmlCtxtResetPush(xmlParserCtxtPtr ctxt, const char *chunk, in xmlCtxtResetPush()
14122 xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options, const char *encoding) in xmlCtxtUseOptionsInternal()
14253 xmlCtxtUseOptions(xmlParserCtxtPtr ctxt, int options) in xmlCtxtUseOptions()
14271 xmlDoRead(xmlParserCtxtPtr ctxt, const char *URL, const char *encoding, in xmlDoRead()
14318 xmlParserCtxtPtr ctxt; in xmlReadDoc() local
14342 xmlParserCtxtPtr ctxt; in xmlReadFile() local
14365 xmlParserCtxtPtr ctxt; in xmlReadMemory() local
14389 xmlParserCtxtPtr ctxt; in xmlReadFd() local
14432 xmlParserCtxtPtr ctxt; in xmlReadIO() local
14472 xmlCtxtReadDoc(xmlParserCtxtPtr ctxt, const xmlChar * cur, in xmlCtxtReadDoc()
14505 xmlCtxtReadFile(xmlParserCtxtPtr ctxt, const char *filename, in xmlCtxtReadFile()
14540 xmlCtxtReadMemory(xmlParserCtxtPtr ctxt, const char *buffer, int size, in xmlCtxtReadMemory()
14584 xmlCtxtReadFd(xmlParserCtxtPtr ctxt, int fd, in xmlCtxtReadFd()
14627 xmlCtxtReadIO(xmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, in xmlCtxtReadIO()