• Home
  • Raw
  • Download

Lines Matching defs:ctxt

126 xmlParserEntityCheck(xmlParserCtxtPtr ctxt, size_t size,  in xmlParserEntityCheck()
314 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix, in xmlErrAttributeDup()
350 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info) in xmlFatalErr()
566 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsg()
594 xmlWarningMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlWarningMsg()
632 xmlValidityError(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlValidityError()
672 xmlFatalErrMsgInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgInt()
702 xmlFatalErrMsgStrIntStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStrIntStr()
732 xmlFatalErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlFatalErrMsgStr()
761 xmlErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlErrMsgStr()
786 xmlNsErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsErr()
815 xmlNsWarn(xmlParserCtxtPtr ctxt, xmlParserErrors error, in xmlNsWarn()
1066 xmlDetectSAX2(xmlParserCtxtPtr ctxt) { in xmlDetectSAX2()
1149 xmlAttrNormalizeSpace2(xmlParserCtxtPtr ctxt, xmlChar *src, int *len) in xmlAttrNormalizeSpace2()
1206 xmlAddDefAttrs(xmlParserCtxtPtr ctxt, in xmlAddDefAttrs()
1317 xmlAddSpecialAttr(xmlParserCtxtPtr ctxt, in xmlAddSpecialAttr()
1349 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) data; in xmlCleanSpecialAttrCallback() local
1365 xmlCleanSpecialAttr(xmlParserCtxtPtr ctxt) in xmlCleanSpecialAttr()
1595 nsPush(xmlParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *URL) in nsPush()
1645 nsPop(xmlParserCtxtPtr ctxt, int nr) in nsPop()
1666 xmlCtxtGrowAttrs(xmlParserCtxtPtr ctxt, int nr) { in xmlCtxtGrowAttrs()
1709 inputPush(xmlParserCtxtPtr ctxt, xmlParserInputPtr value) in inputPush()
1740 inputPop(xmlParserCtxtPtr ctxt) in inputPop()
1767 nodePush(xmlParserCtxtPtr ctxt, xmlNodePtr value) in nodePush()
1805 nodePop(xmlParserCtxtPtr ctxt) in nodePop()
1835 nameNsPush(xmlParserCtxtPtr ctxt, const xmlChar * value, in nameNsPush()
1878 nameNsPop(xmlParserCtxtPtr ctxt) in nameNsPop()
1905 namePush(xmlParserCtxtPtr ctxt, const xmlChar * value) in namePush()
1936 namePop(xmlParserCtxtPtr ctxt) in namePop()
1952 static int spacePush(xmlParserCtxtPtr ctxt, int val) { in spacePush()
1971 static int spacePop(xmlParserCtxtPtr ctxt) { in spacePop()
2067 static void xmlSHRINK (xmlParserCtxtPtr ctxt) { in xmlSHRINK()
2077 static void xmlGROW (xmlParserCtxtPtr ctxt) { in xmlGROW()
2138 xmlSkipBlankChars(xmlParserCtxtPtr ctxt) { in xmlSkipBlankChars()
2216 xmlPopInput(xmlParserCtxtPtr ctxt) { in xmlPopInput()
2241 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { in xmlPushInput()
2283 xmlParseCharRef(xmlParserCtxtPtr ctxt) { in xmlParseCharRef()
2392 xmlParseStringCharRef(xmlParserCtxtPtr ctxt, const xmlChar **str) { in xmlParseStringCharRef()
2497 xmlParserHandlePEReference(xmlParserCtxtPtr ctxt) { in xmlParserHandlePEReference()
2590 xmlStringLenDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, in xmlStringLenDecodeEntities()
2780 xmlStringDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int what, in xmlStringDecodeEntities()
2805 static int areBlanks(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, in areBlanks()
2887 xmlSplitQName(xmlParserCtxtPtr ctxt, const xmlChar *name, xmlChar **prefix) { in xmlSplitQName()
3071 xmlIsNameStartChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameStartChar()
3102 xmlIsNameChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameChar()
3144 xmlParseNameComplex(xmlParserCtxtPtr ctxt) { in xmlParseNameComplex()
3281 xmlParseName(xmlParserCtxtPtr ctxt) { in xmlParseName()
3327 xmlParseNCNameComplex(xmlParserCtxtPtr ctxt) { in xmlParseNCNameComplex()
3403 xmlParseNCName(xmlParserCtxtPtr ctxt) { in xmlParseNCName()
3462 xmlParseNameAndCompare(xmlParserCtxtPtr ctxt, xmlChar const *other) { in xmlParseNameAndCompare()
3510 xmlParseStringName(xmlParserCtxtPtr ctxt, const xmlChar** str) { in xmlParseStringName()
3598 xmlParseNmtoken(xmlParserCtxtPtr ctxt) { in xmlParseNmtoken()
3702 xmlParseEntityValue(xmlParserCtxtPtr ctxt, xmlChar **orig) { in xmlParseEntityValue()
3847 xmlParseAttValueComplex(xmlParserCtxtPtr ctxt, int *attlen, int normalize) { in xmlParseAttValueComplex()
4118 xmlParseAttValue(xmlParserCtxtPtr ctxt) { in xmlParseAttValue()
4135 xmlParseSystemLiteral(xmlParserCtxtPtr ctxt) { in xmlParseSystemLiteral()
4224 xmlParsePubidLiteral(xmlParserCtxtPtr ctxt) { in xmlParsePubidLiteral()
4355 xmlParseCharData(xmlParserCtxtPtr ctxt, int cdata) { in xmlParseCharData()
4506 xmlParseCharDataComplex(xmlParserCtxtPtr ctxt, int cdata) { in xmlParseCharDataComplex()
4611 xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) { in xmlParseExternalID()
4678 xmlParseCommentComplex(xmlParserCtxtPtr ctxt, xmlChar *buf, in xmlParseCommentComplex()
4812 xmlParseComment(xmlParserCtxtPtr ctxt) { in xmlParseComment()
4984 xmlParsePITarget(xmlParserCtxtPtr ctxt) { in xmlParsePITarget()
5035 xmlParseCatalogPI(xmlParserCtxtPtr ctxt, const xmlChar *catalog) { in xmlParseCatalogPI()
5092 xmlParsePI(xmlParserCtxtPtr ctxt) { in xmlParsePI()
5254 xmlParseNotationDecl(xmlParserCtxtPtr ctxt) { in xmlParseNotationDecl()
5332 xmlParseEntityDecl(xmlParserCtxtPtr ctxt) { in xmlParseEntityDecl()
5605 xmlParseDefaultDecl(xmlParserCtxtPtr ctxt, xmlChar **value) { in xmlParseDefaultDecl()
5655 xmlParseNotationType(xmlParserCtxtPtr ctxt) { in xmlParseNotationType()
5725 xmlParseEnumerationType(xmlParserCtxtPtr ctxt) { in xmlParseEnumerationType()
5794 xmlParseEnumeratedType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) { in xmlParseEnumeratedType()
5857 xmlParseAttributeType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) { in xmlParseAttributeType()
5899 xmlParseAttributeListDecl(xmlParserCtxtPtr ctxt) { in xmlParseAttributeListDecl()
6027 xmlParseElementMixedContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementMixedContentDecl()
6147 xmlParseElementChildrenContentDeclPriv(xmlParserCtxtPtr ctxt, int inputchk, in xmlParseElementChildrenContentDeclPriv()
6443 xmlParseElementChildrenContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementChildrenContentDecl()
6463 xmlParseElementContentDecl(xmlParserCtxtPtr ctxt, const xmlChar *name, in xmlParseElementContentDecl()
6508 xmlParseElementDecl(xmlParserCtxtPtr ctxt) { in xmlParseElementDecl()
6613 xmlParseConditionalSections(xmlParserCtxtPtr ctxt) { in xmlParseConditionalSections()
6782 xmlParseMarkupDecl(xmlParserCtxtPtr ctxt) { in xmlParseMarkupDecl()
6841 xmlParseTextDecl(xmlParserCtxtPtr ctxt) { in xmlParseTextDecl()
6916 xmlParseExternalSubset(xmlParserCtxtPtr ctxt, const xmlChar *ExternalID, in xmlParseExternalSubset()
6996 xmlParseReference(xmlParserCtxtPtr ctxt) { in xmlParseReference()
7448 xmlParseEntityRef(xmlParserCtxtPtr ctxt) { in xmlParseEntityRef()
7635 xmlParseStringEntityRef(xmlParserCtxtPtr ctxt, const xmlChar ** str) { in xmlParseStringEntityRef()
7829 xmlParsePEReference(xmlParserCtxtPtr ctxt) in xmlParsePEReference()
7974 xmlLoadEntityContent(xmlParserCtxtPtr ctxt, xmlEntityPtr entity) { in xmlLoadEntityContent()
8091 xmlParseStringPEReference(xmlParserCtxtPtr ctxt, const xmlChar **str) { in xmlParseStringPEReference()
8194 xmlParseDocTypeDecl(xmlParserCtxtPtr ctxt) { in xmlParseDocTypeDecl()
8266 xmlParseInternalSubset(xmlParserCtxtPtr ctxt) { in xmlParseInternalSubset()
8348 xmlParseAttribute(xmlParserCtxtPtr ctxt, xmlChar **value) { in xmlParseAttribute()
8437 xmlParseStartTag(xmlParserCtxtPtr ctxt) { in xmlParseStartTag()
8579 xmlParseEndTag1(xmlParserCtxtPtr ctxt, int line) { in xmlParseEndTag1()
8641 xmlParseEndTag(xmlParserCtxtPtr ctxt) { in xmlParseEndTag()
8663 xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { in xmlGetNamespace()
8691 xmlParseQName(xmlParserCtxtPtr ctxt, const xmlChar **prefix) { in xmlParseQName()
8770 xmlParseQNameAndCompare(xmlParserCtxtPtr ctxt, xmlChar const *name, in xmlParseQNameAndCompare()
8844 xmlParseAttValueInternal(xmlParserCtxtPtr ctxt, int *len, int *alloc, in xmlParseAttValueInternal()
9046 xmlParseAttribute2(xmlParserCtxtPtr ctxt, in xmlParseAttribute2()
9177 xmlParseStartTag2(xmlParserCtxtPtr ctxt, const xmlChar **pref, in xmlParseStartTag2()
9616 xmlParseEndTag2(xmlParserCtxtPtr ctxt, const xmlChar *prefix, in xmlParseEndTag2()
9703 xmlParseCDSect(xmlParserCtxtPtr ctxt) { in xmlParseCDSect()
9809 xmlParseContent(xmlParserCtxtPtr ctxt) { in xmlParseContent()
9892 xmlParseElement(xmlParserCtxtPtr ctxt) { in xmlParseElement()
10070 xmlParseVersionNum(xmlParserCtxtPtr ctxt) { in xmlParseVersionNum()
10131 xmlParseVersionInfo(xmlParserCtxtPtr ctxt) { in xmlParseVersionInfo()
10175 xmlParseEncName(xmlParserCtxtPtr ctxt) { in xmlParseEncName()
10240 xmlParseEncodingDecl(xmlParserCtxtPtr ctxt) { in xmlParseEncodingDecl()
10372 xmlParseSDDecl(xmlParserCtxtPtr ctxt) { in xmlParseSDDecl()
10434 xmlParseXMLDecl(xmlParserCtxtPtr ctxt) { in xmlParseXMLDecl()
10549 xmlParseMisc(xmlParserCtxtPtr ctxt) { in xmlParseMisc()
10579 xmlParseDocument(xmlParserCtxtPtr ctxt) { in xmlParseDocument()
10772 xmlParseExtParsedEnt(xmlParserCtxtPtr ctxt) { in xmlParseExtParsedEnt()
10889 xmlParseLookupSequence(xmlParserCtxtPtr ctxt, xmlChar first, in xmlParseLookupSequence()
10961 xmlParseGetLasts(xmlParserCtxtPtr ctxt, const xmlChar **lastlt, in xmlParseGetLasts()
11087 xmlParseTryOrFinish(xmlParserCtxtPtr ctxt, int terminate) { in xmlParseTryOrFinish()
12082 xmlParseCheckTransition(xmlParserCtxtPtr ctxt, const char *chunk, int size) { in xmlParseCheckTransition()
12131 xmlParseChunk(xmlParserCtxtPtr ctxt, const char *chunk, int size, in xmlParseChunk()
12338 xmlParserCtxtPtr ctxt; in xmlCreatePushParserCtxt() local
12449 xmlHaltParser(xmlParserCtxtPtr ctxt) { in xmlHaltParser()
12483 xmlStopParser(xmlParserCtxtPtr ctxt) { in xmlStopParser()
12508 xmlParserCtxtPtr ctxt; in xmlCreateIOParserCtxt() local
12579 xmlParserCtxtPtr ctxt; in xmlIOParseDTD() local
12710 xmlParserCtxtPtr ctxt; in xmlSAXParseDTD() local
12869 xmlParserCtxtPtr ctxt; in xmlParseCtxtExternalEntity() local
13076 xmlParserCtxtPtr ctxt; in xmlParseExternalEntityPrivate() local
13342 xmlParserCtxtPtr ctxt; in xmlParseBalancedChunkMemoryInternal() local
13536 xmlParserCtxtPtr ctxt; in xmlParseInNodeContext() local
13771 xmlParserCtxtPtr ctxt; in xmlParseBalancedChunkMemoryRecover() local
13926 xmlParserCtxtPtr ctxt; in xmlSAXParseEntity() local
13990 xmlParserCtxtPtr ctxt; in xmlCreateEntityParserCtxtInternal() local
14083 xmlParserCtxtPtr ctxt; in xmlCreateURLParserCtxt() local
14152 xmlParserCtxtPtr ctxt; in xmlSAXParseFileWithData() local
14280 xmlSetupParserForBuffer(xmlParserCtxtPtr ctxt, const xmlChar* buffer, in xmlSetupParserForBuffer()
14319 xmlParserCtxtPtr ctxt; in xmlSAXUserParseFile() local
14370 xmlParserCtxtPtr ctxt; in xmlCreateMemoryParserCtxt() local
14429 xmlParserCtxtPtr ctxt; in xmlSAXParseMemoryWithData() local
14527 xmlParserCtxtPtr ctxt; in xmlSAXUserParseMemory() local
14599 xmlParserCtxtPtr ctxt; in xmlSAXParseDoc() local
14813 xmlCtxtReset(xmlParserCtxtPtr ctxt) in xmlCtxtReset()
14918 xmlCtxtResetPush(xmlParserCtxtPtr ctxt, const char *chunk, in xmlCtxtResetPush()
15021 xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options, const char *encoding) in xmlCtxtUseOptionsInternal()
15162 xmlCtxtUseOptions(xmlParserCtxtPtr ctxt, int options) in xmlCtxtUseOptions()
15180 xmlDoRead(xmlParserCtxtPtr ctxt, const char *URL, const char *encoding, in xmlDoRead()
15227 xmlParserCtxtPtr ctxt; in xmlReadDoc() local
15252 xmlParserCtxtPtr ctxt; in xmlReadFile() local
15276 xmlParserCtxtPtr ctxt; in xmlReadMemory() local
15301 xmlParserCtxtPtr ctxt; in xmlReadFd() local
15345 xmlParserCtxtPtr ctxt; in xmlReadIO() local
15389 xmlCtxtReadDoc(xmlParserCtxtPtr ctxt, const xmlChar * cur, in xmlCtxtReadDoc()
15423 xmlCtxtReadFile(xmlParserCtxtPtr ctxt, const char *filename, in xmlCtxtReadFile()
15459 xmlCtxtReadMemory(xmlParserCtxtPtr ctxt, const char *buffer, int size, in xmlCtxtReadMemory()
15504 xmlCtxtReadFd(xmlParserCtxtPtr ctxt, int fd, in xmlCtxtReadFd()
15548 xmlCtxtReadIO(xmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, in xmlCtxtReadIO()