• Home
  • Raw
  • Download

Lines Matching defs:ctxt

139 xmlParserEntityCheck(xmlParserCtxtPtr ctxt, size_t size,  in xmlParserEntityCheck()
353 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix, in xmlErrAttributeDup()
389 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info) in xmlFatalErr()
605 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsg()
633 xmlWarningMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlWarningMsg()
671 xmlValidityError(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlValidityError()
711 xmlFatalErrMsgInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgInt()
741 xmlFatalErrMsgStrIntStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStrIntStr()
771 xmlFatalErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStr()
800 xmlErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlErrMsgStr()
825 xmlNsErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsErr()
854 xmlNsWarn(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsWarn()
1105 xmlDetectSAX2(xmlParserCtxtPtr ctxt) { in xmlDetectSAX2()
1192 xmlAttrNormalizeSpace2(xmlParserCtxtPtr ctxt, xmlChar *src, int *len) in xmlAttrNormalizeSpace2()
1249 xmlAddDefAttrs(xmlParserCtxtPtr ctxt, in xmlAddDefAttrs()
1360 xmlAddSpecialAttr(xmlParserCtxtPtr ctxt, in xmlAddSpecialAttr()
1392 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) data; in xmlCleanSpecialAttrCallback() local
1408 xmlCleanSpecialAttr(xmlParserCtxtPtr ctxt) in xmlCleanSpecialAttr()
1638 nsPush(xmlParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *URL) in nsPush()
1688 nsPop(xmlParserCtxtPtr ctxt, int nr) in nsPop()
1709 xmlCtxtGrowAttrs(xmlParserCtxtPtr ctxt, int nr) { in xmlCtxtGrowAttrs()
1752 inputPush(xmlParserCtxtPtr ctxt, xmlParserInputPtr value) in inputPush()
1783 inputPop(xmlParserCtxtPtr ctxt) in inputPop()
1810 nodePush(xmlParserCtxtPtr ctxt, xmlNodePtr value) in nodePush()
1848 nodePop(xmlParserCtxtPtr ctxt) in nodePop()
1879 nameNsPush(xmlParserCtxtPtr ctxt, const xmlChar * value, in nameNsPush()
1932 nameNsPop(xmlParserCtxtPtr ctxt) in nameNsPop()
1959 namePush(xmlParserCtxtPtr ctxt, const xmlChar * value) in namePush()
1990 namePop(xmlParserCtxtPtr ctxt) in namePop()
2006 static int spacePush(xmlParserCtxtPtr ctxt, int val) { in spacePush()
2025 static int spacePop(xmlParserCtxtPtr ctxt) { in spacePop()
2120 static void xmlSHRINK (xmlParserCtxtPtr ctxt) { in xmlSHRINK()
2130 static void xmlGROW (xmlParserCtxtPtr ctxt) { in xmlGROW()
2190 xmlSkipBlankChars(xmlParserCtxtPtr ctxt) { in xmlSkipBlankChars()
2268 xmlPopInput(xmlParserCtxtPtr ctxt) { in xmlPopInput()
2293 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { in xmlPushInput()
2335 xmlParseCharRef(xmlParserCtxtPtr ctxt) { in xmlParseCharRef()
2445 xmlParseStringCharRef(xmlParserCtxtPtr ctxt, const xmlChar **str) { in xmlParseStringCharRef()
2553 xmlParserHandlePEReference(xmlParserCtxtPtr ctxt) { in xmlParserHandlePEReference()
2646 xmlStringLenDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, in xmlStringLenDecodeEntities()
2842 xmlStringDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int what, in xmlStringDecodeEntities()
2867 static int areBlanks(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, in areBlanks()
2949 xmlSplitQName(xmlParserCtxtPtr ctxt, const xmlChar *name, xmlChar **prefix) { in xmlSplitQName()
3133 xmlIsNameStartChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameStartChar()
3164 xmlIsNameChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameChar()
3206 xmlParseNameComplex(xmlParserCtxtPtr ctxt) { in xmlParseNameComplex()
3343 xmlParseName(xmlParserCtxtPtr ctxt) { in xmlParseName()
3388 xmlParseNCNameComplex(xmlParserCtxtPtr ctxt) { in xmlParseNCNameComplex()
3464 xmlParseNCName(xmlParserCtxtPtr ctxt) { in xmlParseNCName()
3522 xmlParseNameAndCompare(xmlParserCtxtPtr ctxt, xmlChar const *other) { in xmlParseNameAndCompare()
3570 xmlParseStringName(xmlParserCtxtPtr ctxt, const xmlChar** str) { in xmlParseStringName()
3658 xmlParseNmtoken(xmlParserCtxtPtr ctxt) { in xmlParseNmtoken()
3762 xmlParseEntityValue(xmlParserCtxtPtr ctxt, xmlChar **orig) { in xmlParseEntityValue()
3907 xmlParseAttValueComplex(xmlParserCtxtPtr ctxt, int *attlen, int normalize) { in xmlParseAttValueComplex()
4180 xmlParseAttValue(xmlParserCtxtPtr ctxt) { in xmlParseAttValue()
4197 xmlParseSystemLiteral(xmlParserCtxtPtr ctxt) { in xmlParseSystemLiteral()
4287 xmlParsePubidLiteral(xmlParserCtxtPtr ctxt) { in xmlParsePubidLiteral()
4419 xmlParseCharData(xmlParserCtxtPtr ctxt, int cdata) { in xmlParseCharData()
4570 xmlParseCharDataComplex(xmlParserCtxtPtr ctxt, int cdata) { in xmlParseCharDataComplex()
4676 xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) { in xmlParseExternalID()
4743 xmlParseCommentComplex(xmlParserCtxtPtr ctxt, xmlChar *buf, in xmlParseCommentComplex()
4878 xmlParseComment(xmlParserCtxtPtr ctxt) { in xmlParseComment()
5054 xmlParsePITarget(xmlParserCtxtPtr ctxt) { in xmlParsePITarget()
5105 xmlParseCatalogPI(xmlParserCtxtPtr ctxt, const xmlChar *catalog) { in xmlParseCatalogPI()
5162 xmlParsePI(xmlParserCtxtPtr ctxt) { in xmlParsePI()
5325 xmlParseNotationDecl(xmlParserCtxtPtr ctxt) { in xmlParseNotationDecl()
5403 xmlParseEntityDecl(xmlParserCtxtPtr ctxt) { in xmlParseEntityDecl()
5676 xmlParseDefaultDecl(xmlParserCtxtPtr ctxt, xmlChar **value) { in xmlParseDefaultDecl()
5726 xmlParseNotationType(xmlParserCtxtPtr ctxt) { in xmlParseNotationType()
5796 xmlParseEnumerationType(xmlParserCtxtPtr ctxt) { in xmlParseEnumerationType()
5865 xmlParseEnumeratedType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) { in xmlParseEnumeratedType()
5928 xmlParseAttributeType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) { in xmlParseAttributeType()
5970 xmlParseAttributeListDecl(xmlParserCtxtPtr ctxt) { in xmlParseAttributeListDecl()
6098 xmlParseElementMixedContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementMixedContentDecl()
6224 xmlParseElementChildrenContentDeclPriv(xmlParserCtxtPtr ctxt, int inputchk, in xmlParseElementChildrenContentDeclPriv()
6527 xmlParseElementChildrenContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementChildrenContentDecl()
6547 xmlParseElementContentDecl(xmlParserCtxtPtr ctxt, const xmlChar *name, in xmlParseElementContentDecl()
6592 xmlParseElementDecl(xmlParserCtxtPtr ctxt) { in xmlParseElementDecl()
6697 xmlParseConditionalSections(xmlParserCtxtPtr ctxt) { in xmlParseConditionalSections()
6860 xmlParseMarkupDecl(xmlParserCtxtPtr ctxt) { in xmlParseMarkupDecl()
6909 xmlParseTextDecl(xmlParserCtxtPtr ctxt) { in xmlParseTextDecl()
6992 xmlParseExternalSubset(xmlParserCtxtPtr ctxt, const xmlChar *ExternalID, in xmlParseExternalSubset()
7072 xmlParseReference(xmlParserCtxtPtr ctxt) { in xmlParseReference()
7524 xmlParseEntityRef(xmlParserCtxtPtr ctxt) { in xmlParseEntityRef()
7711 xmlParseStringEntityRef(xmlParserCtxtPtr ctxt, const xmlChar ** str) { in xmlParseStringEntityRef()
7905 xmlParsePEReference(xmlParserCtxtPtr ctxt) in xmlParsePEReference()
8053 xmlLoadEntityContent(xmlParserCtxtPtr ctxt, xmlEntityPtr entity) { in xmlLoadEntityContent()
8170 xmlParseStringPEReference(xmlParserCtxtPtr ctxt, const xmlChar **str) { in xmlParseStringPEReference()
8273 xmlParseDocTypeDecl(xmlParserCtxtPtr ctxt) { in xmlParseDocTypeDecl()
8345 xmlParseInternalSubset(xmlParserCtxtPtr ctxt) { in xmlParseInternalSubset()
8436 xmlParseAttribute(xmlParserCtxtPtr ctxt, xmlChar **value) { in xmlParseAttribute()
8525 xmlParseStartTag(xmlParserCtxtPtr ctxt) { in xmlParseStartTag()
8667 xmlParseEndTag1(xmlParserCtxtPtr ctxt, int line) { in xmlParseEndTag1()
8729 xmlParseEndTag(xmlParserCtxtPtr ctxt) { in xmlParseEndTag()
8751 xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { in xmlGetNamespace()
8779 xmlParseQName(xmlParserCtxtPtr ctxt, const xmlChar **prefix) { in xmlParseQName()
8864 xmlParseQNameAndCompare(xmlParserCtxtPtr ctxt, xmlChar const *name, in xmlParseQNameAndCompare()
8938 #define GROW_PARSE_ATT_VALUE_INTERNAL(ctxt, in, start, end) \ argument
8951 xmlParseAttValueInternal(xmlParserCtxtPtr ctxt, int *len, int *alloc, in xmlParseAttValueInternal()
9119 xmlParseAttribute2(xmlParserCtxtPtr ctxt, in xmlParseAttribute2()
9250 xmlParseStartTag2(xmlParserCtxtPtr ctxt, const xmlChar **pref, in xmlParseStartTag2()
9691 xmlParseEndTag2(xmlParserCtxtPtr ctxt, const xmlStartTag *tag) { in xmlParseEndTag2()
9759 xmlParseCDSect(xmlParserCtxtPtr ctxt) { in xmlParseCDSect()
9865 xmlParseContentInternal(xmlParserCtxtPtr ctxt) { in xmlParseContentInternal()
9950 xmlParseContent(xmlParserCtxtPtr ctxt) { in xmlParseContent()
9979 xmlParseElement(xmlParserCtxtPtr ctxt) { in xmlParseElement()
10007 xmlParseElementStart(xmlParserCtxtPtr ctxt) { in xmlParseElementStart()
10136 xmlParseElementEnd(xmlParserCtxtPtr ctxt) { in xmlParseElementEnd()
10180 xmlParseVersionNum(xmlParserCtxtPtr ctxt) { in xmlParseVersionNum()
10241 xmlParseVersionInfo(xmlParserCtxtPtr ctxt) { in xmlParseVersionInfo()
10285 xmlParseEncName(xmlParserCtxtPtr ctxt) { in xmlParseEncName()
10350 xmlParseEncodingDecl(xmlParserCtxtPtr ctxt) { in xmlParseEncodingDecl()
10482 xmlParseSDDecl(xmlParserCtxtPtr ctxt) { in xmlParseSDDecl()
10544 xmlParseXMLDecl(xmlParserCtxtPtr ctxt) { in xmlParseXMLDecl()
10659 xmlParseMisc(xmlParserCtxtPtr ctxt) { in xmlParseMisc()
10689 xmlParseDocument(xmlParserCtxtPtr ctxt) { in xmlParseDocument()
10882 xmlParseExtParsedEnt(xmlParserCtxtPtr ctxt) { in xmlParseExtParsedEnt()
10999 xmlParseLookupSequence(xmlParserCtxtPtr ctxt, xmlChar first, in xmlParseLookupSequence()
11071 xmlParseGetLasts(xmlParserCtxtPtr ctxt, const xmlChar **lastlt, in xmlParseGetLasts()
11197 xmlParseTryOrFinish(xmlParserCtxtPtr ctxt, int terminate) { in xmlParseTryOrFinish()
12184 xmlParseCheckTransition(xmlParserCtxtPtr ctxt, const char *chunk, int size) { in xmlParseCheckTransition()
12233 xmlParseChunk(xmlParserCtxtPtr ctxt, const char *chunk, int size, in xmlParseChunk()
12440 xmlParserCtxtPtr ctxt; in xmlCreatePushParserCtxt() local
12544 xmlHaltParser(xmlParserCtxtPtr ctxt) { in xmlHaltParser()
12578 xmlStopParser(xmlParserCtxtPtr ctxt) { in xmlStopParser()
12603 xmlParserCtxtPtr ctxt; in xmlCreateIOParserCtxt() local
12674 xmlParserCtxtPtr ctxt; in xmlIOParseDTD() local
12805 xmlParserCtxtPtr ctxt; in xmlSAXParseDTD() local
13003 xmlParserCtxtPtr ctxt; in xmlParseExternalEntityPrivate() local
13299 xmlParserCtxtPtr ctxt; in xmlParseBalancedChunkMemoryInternal() local
13493 xmlParserCtxtPtr ctxt; in xmlParseInNodeContext() local
13728 xmlParserCtxtPtr ctxt; in xmlParseBalancedChunkMemoryRecover() local
13886 xmlParserCtxtPtr ctxt; in xmlSAXParseEntity() local
13950 xmlParserCtxtPtr ctxt; in xmlCreateEntityParserCtxtInternal() local
14047 xmlParserCtxtPtr ctxt; in xmlCreateURLParserCtxt() local
14116 xmlParserCtxtPtr ctxt; in xmlSAXParseFileWithData() local
14244 xmlSetupParserForBuffer(xmlParserCtxtPtr ctxt, const xmlChar* buffer, in xmlSetupParserForBuffer()
14283 xmlParserCtxtPtr ctxt; in xmlSAXUserParseFile() local
14334 xmlParserCtxtPtr ctxt; in xmlCreateMemoryParserCtxt() local
14393 xmlParserCtxtPtr ctxt; in xmlSAXParseMemoryWithData() local
14491 xmlParserCtxtPtr ctxt; in xmlSAXUserParseMemory() local
14563 xmlParserCtxtPtr ctxt; in xmlSAXParseDoc() local
14795 xmlCtxtReset(xmlParserCtxtPtr ctxt) in xmlCtxtReset()
14899 xmlCtxtResetPush(xmlParserCtxtPtr ctxt, const char *chunk, in xmlCtxtResetPush()
14992 xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options, const char *encoding) in xmlCtxtUseOptionsInternal()
15133 xmlCtxtUseOptions(xmlParserCtxtPtr ctxt, int options) in xmlCtxtUseOptions()
15151 xmlDoRead(xmlParserCtxtPtr ctxt, const char *URL, const char *encoding, in xmlDoRead()
15198 xmlParserCtxtPtr ctxt; in xmlReadDoc() local
15223 xmlParserCtxtPtr ctxt; in xmlReadFile() local
15247 xmlParserCtxtPtr ctxt; in xmlReadMemory() local
15272 xmlParserCtxtPtr ctxt; in xmlReadFd() local
15316 xmlParserCtxtPtr ctxt; in xmlReadIO() local
15360 xmlCtxtReadDoc(xmlParserCtxtPtr ctxt, const xmlChar * cur, in xmlCtxtReadDoc()
15394 xmlCtxtReadFile(xmlParserCtxtPtr ctxt, const char *filename, in xmlCtxtReadFile()
15430 xmlCtxtReadMemory(xmlParserCtxtPtr ctxt, const char *buffer, int size, in xmlCtxtReadMemory()
15475 xmlCtxtReadFd(xmlParserCtxtPtr ctxt, int fd, in xmlCtxtReadFd()
15519 xmlCtxtReadIO(xmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, in xmlCtxtReadIO()