Searched refs:ctxt (Results 26 - 50 of 98) sorted by relevance

1234

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlsave.c322 * @ctxt: the saving context
327 xmlSaveCtxtInit(xmlSaveCtxtPtr ctxt) argument
332 if (ctxt == NULL) return;
333 if ((ctxt->encoding == NULL) && (ctxt->escape == NULL))
334 ctxt->escape = xmlEscapeEntities;
337 memset(&ctxt->indent[0], 0, MAX_INDENT + 1);
339 ctxt->indent_size = len;
340 ctxt->indent_nr = MAX_INDENT / ctxt
358 xmlFreeSaveCtxt(xmlSaveCtxtPtr ctxt) argument
519 xmlDtdDumpOutput(xmlSaveCtxtPtr ctxt, xmlDtdPtr dtd) argument
575 xmlAttrDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) argument
602 xmlAttrListDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) argument
619 xmlNodeListDumpOutput(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) argument
646 xmlNodeDumpOutputInternal(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) argument
824 xmlDocContentDumpOutput(xmlSaveCtxtPtr ctxt, xmlDocPtr cur) argument
976 xhtmlAttrListDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) argument
1062 xhtmlNodeListDumpOutput(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) argument
1094 xhtmlNodeDumpOutput(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) argument
1553 xmlSaveDoc(xmlSaveCtxtPtr ctxt, xmlDocPtr doc) argument
1574 xmlSaveTree(xmlSaveCtxtPtr ctxt, xmlNodePtr node) argument
1593 xmlSaveFlush(xmlSaveCtxtPtr ctxt) argument
1610 xmlSaveClose(xmlSaveCtxtPtr ctxt) argument
1630 xmlSaveSetEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) argument
1647 xmlSaveSetAttrEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) argument
1912 xmlSaveCtxt ctxt; local
1967 xmlSaveCtxt ctxt; local
2103 xmlSaveCtxt ctxt; local
2168 xmlSaveCtxt ctxt; local
2205 xmlSaveCtxt ctxt; local
2243 xmlSaveCtxt ctxt; local
[all...]
H A Dvalid.c47 * @ctxt: an XML validation parser context
53 xmlVErrMemory(xmlValidCtxtPtr ctxt, const char *extra) argument
59 if (ctxt != NULL) {
60 channel = ctxt->error;
61 data = ctxt->userData;
64 if ((ctxt->finishDtd == XML_CTXT_FINISH_DTD_0) ||
65 (ctxt->finishDtd == XML_CTXT_FINISH_DTD_1)) {
66 pctxt = ctxt->userData;
83 * @ctxt: an XML validation parser context
90 xmlErrValid(xmlValidCtxtPtr ctxt, xmlParserError argument
132 xmlErrValidNode(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3) argument
173 xmlErrValidNodeNr(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, int int2, const xmlChar * str3) argument
212 xmlErrValidWarning(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3) argument
259 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementPtr elemDecl, xmlNodePtr node) argument
303 vstateVPop(xmlValidCtxtPtr ctxt) argument
359 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementContentPtr cont, xmlNodePtr node, unsigned char depth, long occurs, unsigned char state) argument
407 vstateVPop(xmlValidCtxtPtr ctxt) argument
422 nodeVPush(xmlValidCtxtPtr ctxt, xmlNodePtr value) argument
451 nodeVPop(xmlValidCtxtPtr ctxt) argument
592 xmlValidStateDebug(xmlValidCtxtPtr ctxt) argument
646 xmlValidBuildAContentModel(xmlElementContentPtr content, xmlValidCtxtPtr ctxt, const xmlChar *name) argument
800 xmlValidBuildContentModel(xmlValidCtxtPtr ctxt, xmlElementPtr elem) argument
1368 xmlAddElementDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *name, xmlElementTypeVal type, xmlElementContentPtr content) argument
1879 xmlScanIDAttributeDecl(xmlValidCtxtPtr ctxt, xmlElementPtr elem, int err) argument
1959 xmlAddAttributeDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, const xmlChar *ns, xmlAttributeType type, xmlAttributeDefault def, const xmlChar *defaultValue, xmlEnumerationPtr tree) argument
2376 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *name, const xmlChar *PublicID, const xmlChar *SystemID) argument
2607 xmlAddID(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, xmlAttrPtr attr) argument
2846 xmlValidCtxtPtr ctxt; member in struct:xmlValidateMemo_t
2928 xmlAddRef(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, xmlAttrPtr attr) argument
3367 xmlValidateNotationUse(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *notationName) argument
3742 xmlValidateAttributeValue2(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *name, xmlAttributeType type, const xmlChar *value) argument
3858 xmlValidCtxtNormalizeAttributeValue(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *name, const xmlChar *value) argument
4021 xmlValidateAttributeDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlAttributePtr attr) argument
4131 xmlValidateElementDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlElementPtr elem) argument
4253 xmlValidateOneAttribute(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr, const xmlChar *value) argument
4430 xmlValidateOneNamespace(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *prefix, xmlNsPtr ns, const xmlChar *value) argument
4677 xmlValidateElementType(xmlValidCtxtPtr ctxt) argument
5133 xmlValidateElementContent(xmlValidCtxtPtr ctxt, xmlNodePtr child, xmlElementPtr elemDecl, int warn, xmlNodePtr parent) argument
5419 xmlValidateOneCdataElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
5485 xmlValidateCheckMixed(xmlValidCtxtPtr ctxt, xmlElementContentPtr cont, const xmlChar *qname) argument
5553 xmlValidGetElemDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, int *extsubset) argument
5616 xmlValidatePushElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *qname) argument
5709 xmlValidatePushCData(xmlValidCtxtPtr ctxt, const xmlChar *data, int len) argument
5783 xmlValidatePopElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr elem ATTRIBUTE_UNUSED, const xmlChar *qname ATTRIBUTE_UNUSED) argument
5844 xmlValidateOneElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
6208 xmlValidateRoot(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
6272 xmlValidateElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
6336 xmlValidateRef(xmlRefPtr ref, xmlValidCtxtPtr ctxt, const xmlChar *name) argument
6435 xmlValidateCheckRefCallback(xmlListPtr ref_list, xmlValidCtxtPtr ctxt, const xmlChar *name) argument
6464 xmlValidateDocumentFinal(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
6508 xmlValidateDtd(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlDtdPtr dtd) argument
6542 xmlValidateNotationCallback(xmlEntityPtr cur, xmlValidCtxtPtr ctxt, const xmlChar *name ATTRIBUTE_UNUSED) argument
6561 xmlValidateAttributeCallback(xmlAttributePtr cur, xmlValidCtxtPtr ctxt, const xmlChar *name ATTRIBUTE_UNUSED) argument
6648 xmlValidateDtdFinal(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
6696 xmlValidateDocument(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
[all...]
H A Dxmlregexp.c48 ctxt->error = XML_REGEXP_COMPILE_ERROR; \
49 xmlRegexpErrCompile(ctxt, str);
50 #define NEXT ctxt->cur++
51 #define CUR (*(ctxt->cur))
52 #define NXT(index) (ctxt->cur[index])
55 #define NEXTL(l) ctxt->cur += l;
341 static void xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top);
361 xmlRegexpErrMemory(xmlRegParserCtxtPtr ctxt, const char *extra) argument
364 if (ctxt != NULL) {
365 regexp = (const char *) ctxt
381 xmlRegexpErrCompile(xmlRegParserCtxtPtr ctxt, const char *extra) argument
413 xmlRegEpxFromParse(xmlRegParserCtxtPtr ctxt) argument
697 xmlRegNewRange(xmlRegParserCtxtPtr ctxt, int neg, xmlRegAtomType type, int start, int end) argument
739 xmlRegNewAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomType type) argument
782 xmlRegNewState(xmlRegParserCtxtPtr ctxt) argument
821 xmlRegFreeParserCtxt(xmlRegParserCtxtPtr ctxt) argument
1076 xmlRegPrintCtxt(FILE *output, xmlRegParserCtxtPtr ctxt) argument
1123 xmlRegAtomAddRange(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom, int neg, xmlRegAtomType type, int start, int end, xmlChar *blockName) argument
1166 xmlRegGetCounter(xmlRegParserCtxtPtr ctxt) argument
1194 xmlRegAtomPush(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) argument
1226 xmlRegStateAddTransTo(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr target, int from) argument
1254 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, xmlRegAtomPtr atom, xmlRegStatePtr target, int counter, int count) argument
1333 xmlRegStatePush(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state) argument
1370 xmlFAGenerateAllTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int lax) argument
1392 xmlFAGenerateEpsilonTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to) argument
1411 xmlFAGenerateCountedEpsilonTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1430 xmlFAGenerateCountedTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1450 xmlFAGenerateTransitions(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, xmlRegAtomPtr atom) argument
1613 xmlFAReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int fromnr, int tonr, int counter) argument
1702 xmlFAEliminateSimpleEpsilonTransitions(xmlRegParserCtxtPtr ctxt) argument
1775 xmlFAEliminateEpsilonTransitions(xmlRegParserCtxtPtr ctxt) argument
2407 xmlFARecurseDeterminism(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, int to, xmlRegAtomPtr atom) argument
2457 xmlFAComputesDeterminism(xmlRegParserCtxtPtr ctxt) argument
4369 xmlFAIsChar(xmlRegParserCtxtPtr ctxt) argument
4399 xmlFAParseCharProp(xmlRegParserCtxtPtr ctxt) argument
4616 xmlFAParseCharClassEsc(xmlRegParserCtxtPtr ctxt) argument
4743 xmlFAParseCharRef(xmlRegParserCtxtPtr ctxt) argument
4805 xmlFAParseCharRange(xmlRegParserCtxtPtr ctxt) argument
4892 xmlFAParsePosCharGroup(xmlRegParserCtxtPtr ctxt) argument
4913 xmlFAParseCharGroup(xmlRegParserCtxtPtr ctxt) argument
4952 xmlFAParseCharClass(xmlRegParserCtxtPtr ctxt) argument
4978 xmlFAParseQuantExact(xmlRegParserCtxtPtr ctxt) argument
5004 xmlFAParseQuantifier(xmlRegParserCtxtPtr ctxt) argument
5064 xmlFAParseAtom(xmlRegParserCtxtPtr ctxt) argument
5118 xmlFAParsePiece(xmlRegParserCtxtPtr ctxt) argument
5143 xmlFAParseBranch(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr to) argument
5177 xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top) argument
5263 xmlRegParserCtxtPtr ctxt; local
5405 xmlAutomataPtr ctxt; local
6183 xmlExpFreeCtxt(xmlExpCtxtPtr ctxt) argument
6316 xmlExpNewNode(xmlExpCtxtPtr ctxt, xmlExpNodeType type) argument
6343 xmlExpHashGetEntry(xmlExpCtxtPtr ctxt, xmlExpNodeType type, xmlExpNodePtr left, xmlExpNodePtr right, const xmlChar *name, int min, int max) argument
6577 xmlExpFree(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp) argument
6635 xmlExpNewAtom(xmlExpCtxtPtr ctxt, const xmlChar *name, int len) argument
6658 xmlExpNewOr(xmlExpCtxtPtr ctxt, xmlExpNodePtr left, xmlExpNodePtr right) argument
6683 xmlExpNewSeq(xmlExpCtxtPtr ctxt, xmlExpNodePtr left, xmlExpNodePtr right) argument
6709 xmlExpNewRange(xmlExpCtxtPtr ctxt, xmlExpNodePtr subset, int min, int max) argument
6728 xmlExpGetLanguageInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**list, int len, int nb) argument
6773 xmlExpGetLanguage(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**langList, int len) argument
6781 xmlExpGetStartInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**list, int len, int nb) argument
6841 xmlExpGetStart(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**tokList, int len) argument
6864 xmlExpStringDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar *str) argument
6986 xmlExpStringDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar *str, int len) argument
7039 xmlExpDivide(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub, xmlExpNodePtr *mult, xmlExpNodePtr *remain) argument
7100 xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7554 xmlExpExpDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7588 xmlExpSubsume(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7649 xmlExpParseNumber(xmlExpCtxtPtr ctxt) argument
7667 xmlExpParseOr(xmlExpCtxtPtr ctxt) argument
7744 xmlExpParseSeq(xmlExpCtxtPtr ctxt) argument
7764 xmlExpParseExpr(xmlExpCtxtPtr ctxt) argument
7801 xmlExpParse(xmlExpCtxtPtr ctxt, const char *expr) argument
7930 xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt) argument
7945 xmlExpCtxtNbCons(xmlExpCtxtPtr ctxt) argument
[all...]
H A Dpattern.c319 * @ctxt: an XSLT parser context
321 * Free up the memory allocated by @ctxt
324 xmlFreePatParserContext(xmlPatParserContextPtr ctxt) { argument
325 if (ctxt == NULL)
327 memset(ctxt, -1, sizeof(xmlPatParserContext));
328 xmlFree(ctxt);
343 xmlPatternAdd(xmlPatParserContextPtr ctxt ATTRIBUTE_UNUSED,
352 ERROR(ctxt, NULL, NULL,
423 ERROR(ctxt, NULL, NULL,
712 #define CUR (*ctxt
818 xmlPatScanName(xmlPatParserContextPtr ctxt) argument
856 xmlPatScanNCName(xmlPatParserContextPtr ctxt) argument
917 xmlCompileAttributeTest(xmlPatParserContextPtr ctxt) argument
1009 xmlCompileStepPattern(xmlPatParserContextPtr ctxt) argument
1226 xmlCompilePathPattern(xmlPatParserContextPtr ctxt) argument
1323 xmlCompileIDCXPathPath(xmlPatParserContextPtr ctxt) argument
1449 xmlDebugStreamCtxt(xmlStreamCtxtPtr ctxt, int match) argument
2351 xmlPatParserContextPtr ctxt = NULL; local
[all...]
H A Dxpointer.c83 * @ctxt: an XPTR evaluation context
89 xmlXPtrErr(xmlXPathParserContextPtr ctxt, int error, argument
92 if (ctxt != NULL)
93 ctxt->error = error;
94 if ((ctxt == NULL) || (ctxt->context == NULL)) {
102 ctxt->context->lastError.domain = XML_FROM_XPOINTER;
103 ctxt->context->lastError.code = error;
104 ctxt->context->lastError.level = XML_ERR_ERROR;
105 ctxt
921 xmlXPtrGetChildNo(xmlXPathParserContextPtr ctxt, int indx) argument
979 xmlXPtrEvalXPtrPart(xmlXPathParserContextPtr ctxt, xmlChar *name) argument
1149 xmlXPtrEvalFullXPtr(xmlXPathParserContextPtr ctxt, xmlChar *name) argument
1217 xmlXPtrEvalChildSeq(xmlXPathParserContextPtr ctxt, xmlChar *name) argument
1258 xmlXPtrEvalXPointer(xmlXPathParserContextPtr ctxt) argument
1364 xmlXPathParserContextPtr ctxt; local
1736 xmlXPtrHereFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
1754 xmlXPtrOriginFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
1787 xmlXPtrStartPointFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
1881 xmlXPtrEndPointFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
1961 xmlXPtrCoveringRange(xmlXPathParserContextPtr ctxt, xmlXPathObjectPtr loc) argument
2026 xmlXPtrRangeFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
2077 xmlXPtrInsideRange(xmlXPathParserContextPtr ctxt, xmlXPathObjectPtr loc) argument
2172 xmlXPtrRangeInsideFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
2221 xmlXPtrRangeToFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
2761 xmlXPtrStringRangeFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
2900 xmlXPtrEvalRangePredicate(xmlXPathParserContextPtr ctxt) argument
[all...]
/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Dcommon.c25 exsltNodeSetFunction (xmlXPathParserContextPtr ctxt, int nargs) { argument
31 xmlXPathSetArityError(ctxt);
35 if (xmlXPathStackIsNodeSet (ctxt)) {
36 xsltFunctionNodeSet (ctxt, nargs);
40 strval = xmlXPathPopString (ctxt);
53 valuePush (ctxt, ret);
57 exsltObjectTypeFunction (xmlXPathParserContextPtr ctxt, int nargs) { argument
61 xmlXPathSetArityError(ctxt);
65 obj = valuePop(ctxt);
89 ctxt
[all...]
H A Dstrings.c26 * @ctxt: an XPath parser context
33 exsltStrTokenizeFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
44 xmlXPathSetArityError(ctxt);
49 delimiters = xmlXPathPopString(ctxt);
50 if (xmlXPathCheckError(ctxt))
58 str = xmlXPathPopString(ctxt);
59 if (xmlXPathCheckError(ctxt) || (str == NULL)) {
65 tctxt = xsltXPathGetTransformContext(ctxt);
67 xsltTransformError(xsltXPathGetTransformContext(ctxt), NULL, NULL,
124 valuePush(ctxt, re
138 exsltStrSplitFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
241 exsltStrEncodeUriFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
288 exsltStrDecodeUriFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
342 exsltStrPaddingFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
392 exsltStrAlignFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
460 exsltStrConcatFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
[all...]
H A Dcrypto.c127 exsltCryptoCryptoApiReportError (xmlXPathParserContextPtr ctxt, argument
137 xsltTransformError (xsltXPathGetTransformContext (ctxt), NULL, NULL,
144 exsltCryptoCryptoApiCreateHash (xmlXPathParserContextPtr ctxt, argument
153 exsltCryptoCryptoApiReportError (ctxt, __LINE__);
158 exsltCryptoCryptoApiReportError (ctxt, __LINE__);
163 exsltCryptoCryptoApiReportError (ctxt, __LINE__);
173 * @ctxt: an XPath parser context
183 exsltCryptoCryptoApiHash (xmlXPathParserContextPtr ctxt, argument
192 exsltCryptoCryptoApiReportError (ctxt, __LINE__);
196 hHash = exsltCryptoCryptoApiCreateHash (ctxt, hCryptPro
207 exsltCryptoCryptoApiRc4Encrypt(xmlXPathParserContextPtr ctxt, const unsigned char *key, const unsigned char *msg, int msglen, unsigned char *dest, int destlen) argument
258 exsltCryptoCryptoApiRc4Decrypt(xmlXPathParserContextPtr ctxt, const unsigned char *key, const unsigned char *msg, int msglen, unsigned char *dest, int destlen) argument
367 exsltCryptoGcryptRc4Encrypt(xmlXPathParserContextPtr ctxt, const unsigned char *key, const unsigned char *msg, int msglen, unsigned char *dest, int destlen) argument
406 exsltCryptoGcryptRc4Decrypt(xmlXPathParserContextPtr ctxt, const unsigned char *key, const unsigned char *msg, int msglen, unsigned char *dest, int destlen) argument
456 exsltCryptoPopString(xmlXPathParserContextPtr ctxt, int nargs, xmlChar ** str) argument
486 exsltCryptoMd4Function(xmlXPathParserContextPtr ctxt, int nargs) argument
519 exsltCryptoMd5Function(xmlXPathParserContextPtr ctxt, int nargs) argument
552 exsltCryptoSha1Function(xmlXPathParserContextPtr ctxt, int nargs) argument
585 exsltCryptoRc4EncryptFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
660 exsltCryptoRc4DecryptFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
[all...]
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Ddocuments.c49 * @ctxt: the context, either a stylesheet or a transformation context
62 void *ctxt ATTRIBUTE_UNUSED,
136 * @ctxt: an XSLT transformation context (or NULL)
144 xsltNewDocument(xsltTransformContextPtr ctxt, xmlDocPtr doc) { argument
149 xsltTransformError(ctxt, NULL, (xmlNodePtr) doc,
155 if (ctxt != NULL) {
157 cur->next = ctxt->docList;
158 ctxt->docList = cur;
172 xsltInitCtxtKeys(ctxt, cur);
251 * @ctxt
256 xsltFreeDocuments(xsltTransformContextPtr ctxt) argument
290 xsltLoadDocument(xsltTransformContextPtr ctxt, const xmlChar *URI) argument
418 xsltFindDocument(xsltTransformContextPtr ctxt, xmlDocPtr doc) argument
[all...]
H A Ddocuments.h24 xsltNewDocument (xsltTransformContextPtr ctxt,
27 xsltLoadDocument (xsltTransformContextPtr ctxt,
30 xsltFindDocument (xsltTransformContextPtr ctxt,
33 xsltFreeDocuments (xsltTransformContextPtr ctxt);
64 * @ctxt: the context, either a stylesheet or a transformation context
79 void *ctxt,
H A Dnamespaces.h31 xsltGetNamespace (xsltTransformContextPtr ctxt,
36 xsltGetPlainNamespace (xsltTransformContextPtr ctxt,
41 xsltGetSpecialNamespace (xsltTransformContextPtr ctxt,
47 xsltCopyNamespace (xsltTransformContextPtr ctxt,
51 xsltCopyNamespaceList (xsltTransformContextPtr ctxt,
H A Dextra.c51 * @ctxt: an XSLT processing context
59 xsltDebug(xsltTransformContextPtr ctxt, xmlNodePtr node ATTRIBUTE_UNUSED, argument
66 for (i = 0, j = ctxt->templNr - 1; ((i < 15) && (j >= 0)); i++, j--) {
68 if (ctxt->templTab[j]->name != NULL)
70 ctxt->templTab[j]->name);
71 if (ctxt->templTab[j]->match != NULL)
73 ctxt->templTab[j]->match);
74 if (ctxt->templTab[j]->mode != NULL)
76 ctxt->templTab[j]->mode);
80 for (i = 0, j = ctxt
132 xsltFunctionNodeSet(xmlXPathParserContextPtr ctxt, int nargs) argument
173 xsltFunctionLocalTime(xmlXPathParserContextPtr ctxt, int nargs) argument
[all...]
H A Dextra.h61 xsltFunctionNodeSet (xmlXPathParserContextPtr ctxt,
64 xsltDebug (xsltTransformContextPtr ctxt,
71 xsltRegisterExtras (xsltTransformContextPtr ctxt);
H A Dsecurity.h52 xsltTransformContextPtr ctxt,
77 xsltTransformContextPtr ctxt);
81 xsltTransformContextPtr ctxt,
85 xsltTransformContextPtr ctxt,
92 xsltTransformContextPtr ctxt,
96 xsltTransformContextPtr ctxt,
H A Dtransform.h40 xsltFreeTransformContext(xsltTransformContextPtr ctxt);
53 xsltApplyStripSpaces (xsltTransformContextPtr ctxt,
81 xsltApplyOneTemplate (xsltTransformContextPtr ctxt,
87 xsltDocumentElem (xsltTransformContextPtr ctxt,
92 xsltSort (xsltTransformContextPtr ctxt,
97 xsltCopy (xsltTransformContextPtr ctxt,
102 xsltText (xsltTransformContextPtr ctxt,
107 xsltElement (xsltTransformContextPtr ctxt,
112 xsltComment (xsltTransformContextPtr ctxt,
117 xsltAttribute (xsltTransformContextPtr ctxt,
[all...]
H A Dpattern.c115 xsltTransformContextPtr ctxt; /* the transformation or NULL */ member in struct:_xsltParserContext
229 * @ctxt: the transformation context, if done at run-time
236 xsltNewParserContext(xsltStylesheetPtr style, xsltTransformContextPtr ctxt) { argument
247 cur->ctxt = ctxt;
253 * @ctxt: an XSLT parser context
255 * Free up the memory allocated by @ctxt
258 xsltFreeParserContext(xsltParserContextPtr ctxt) { argument
259 if (ctxt == NULL)
261 memset(ctxt,
278 xsltCompMatchAdd(xsltParserContextPtr ctxt, xsltCompMatchPtr comp, xsltOp op, xmlChar * value, xmlChar * value2, int novar) argument
458 xsltTestCompMatchDirect(xsltTransformContextPtr ctxt, xsltCompMatchPtr comp, xmlNodePtr node) argument
556 xsltTestCompMatch(xsltTransformContextPtr ctxt, xsltCompMatchPtr comp, xmlNodePtr node, const xmlChar *mode, const xmlChar *modeURI) argument
1144 xsltTestCompMatchList(xsltTransformContextPtr ctxt, xmlNodePtr node, xsltCompMatchPtr comp) argument
1204 xsltScanLiteral(xsltParserContextPtr ctxt) argument
1265 xsltScanName(xsltParserContextPtr ctxt) argument
1300 xsltScanNCName(xsltParserContextPtr ctxt) argument
1336 xsltScanQName(xsltParserContextPtr ctxt, xmlChar **prefix) argument
1367 xsltCompileIdKeyPattern(xsltParserContextPtr ctxt, xmlChar *name, int aid, int novar) argument
1510 xsltCompileStepPattern(xsltParserContextPtr ctxt, xmlChar *token, int novar) argument
1740 xsltCompileRelativePathPattern(xsltParserContextPtr ctxt, xmlChar *token, int novar) argument
1783 xsltCompileLocationPathPattern(xsltParserContextPtr ctxt, int novar) argument
1862 xsltParserContextPtr ctxt = NULL; local
2214 xsltComputeAllKeys(xsltTransformContextPtr ctxt, xsltDocumentPtr document) argument
2289 xsltGetTemplate(xsltTransformContextPtr ctxt, xmlNodePtr node, xsltStylesheetPtr style) argument
[all...]
H A Dsecurity.c191 * @ctxt: an XSLT transformation context
199 xsltTransformContextPtr ctxt) {
200 if (ctxt == NULL)
202 ctxt->sec = (void *) sec;
210 * @ctxt: an XSLT transformation context
219 xsltTransformContextPtr ctxt ATTRIBUTE_UNUSED,
227 * @ctxt: an XSLT transformation context
236 xsltTransformContextPtr ctxt ATTRIBUTE_UNUSED,
286 * @ctxt: an XSLT transformation context
296 xsltTransformContextPtr ctxt, cons
198 xsltSetCtxtSecurityPrefs(xsltSecurityPrefsPtr sec, xsltTransformContextPtr ctxt) argument
295 xsltCheckWrite(xsltSecurityPrefsPtr sec, xsltTransformContextPtr ctxt, const xmlChar *URL) argument
388 xsltCheckRead(xsltSecurityPrefsPtr sec, xsltTransformContextPtr ctxt, const xmlChar *URL) argument
[all...]
H A Dextensions.c557 * @ctxt: an XSLT transformation context
567 xsltRegisterExtFunction(xsltTransformContextPtr ctxt, const xmlChar * name, argument
570 if ((ctxt == NULL) || (name == NULL) ||
573 if (ctxt->xpathCtxt != NULL) {
574 xmlXPathRegisterFuncNS(ctxt->xpathCtxt, name, URI, function);
576 if (ctxt->extFunctions == NULL)
577 ctxt->extFunctions = xmlHashCreate(10);
578 if (ctxt->extFunctions == NULL)
581 (ctxt->extFunctions, name, URI, XML_CAST_FPTR(function)));
586 * @ctxt
596 xsltRegisterExtElement(xsltTransformContextPtr ctxt, const xmlChar * name, const xmlChar * URI, xsltTransformFunction function) argument
617 xsltFreeCtxtExts(xsltTransformContextPtr ctxt) argument
830 xsltGetExtData(xsltTransformContextPtr ctxt, const xmlChar * URI) argument
887 xsltTransformContextPtr ctxt; member in struct:_xsltInitExtCtxt
900 xsltInitCtxtExt(xsltExtDataPtr styleData, xsltInitExtCtxt * ctxt, const xmlChar * URI) argument
978 xsltInitCtxtExts(xsltTransformContextPtr ctxt) argument
1018 xsltShutdownCtxtExt(xsltExtDataPtr data, xsltTransformContextPtr ctxt, const xmlChar * URI) argument
1043 xsltShutdownCtxtExts(xsltTransformContextPtr ctxt) argument
1284 xsltXPathGetTransformContext(xmlXPathParserContextPtr ctxt) argument
1543 xsltExtElementLookup(xsltTransformContextPtr ctxt, const xmlChar * name, const xmlChar * URI) argument
1794 xsltExtFunctionTest(xmlXPathParserContextPtr ctxt, int nargs ATTRIBUTE_UNUSED) argument
1888 xsltExtElementTest(xsltTransformContextPtr ctxt, xmlNodePtr node, xmlNodePtr inst, xsltElemPreCompPtr comp ATTRIBUTE_UNUSED) argument
1940 xsltExtInitTest(xsltTransformContextPtr ctxt, const xmlChar * URI) argument
1974 xsltExtShutdownTest(xsltTransformContextPtr ctxt, const xmlChar * URI, void *data) argument
[all...]
H A Dkeys.h30 xsltGetKey (xsltTransformContextPtr ctxt,
35 xsltInitCtxtKeys (xsltTransformContextPtr ctxt,
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlschemas.h110 xmlSchemaFreeParserCtxt (xmlSchemaParserCtxtPtr ctxt);
112 xmlSchemaSetParserErrors (xmlSchemaParserCtxtPtr ctxt,
117 xmlSchemaSetParserStructuredErrors(xmlSchemaParserCtxtPtr ctxt,
121 xmlSchemaGetParserErrors(xmlSchemaParserCtxtPtr ctxt,
126 xmlSchemaIsValid (xmlSchemaValidCtxtPtr ctxt);
129 xmlSchemaParse (xmlSchemaParserCtxtPtr ctxt);
141 xmlSchemaSetValidErrors (xmlSchemaValidCtxtPtr ctxt,
146 xmlSchemaSetValidStructuredErrors(xmlSchemaValidCtxtPtr ctxt,
150 xmlSchemaGetValidErrors (xmlSchemaValidCtxtPtr ctxt,
155 xmlSchemaSetValidOptions (xmlSchemaValidCtxtPtr ctxt,
[all...]
H A Dxmlsave.h62 xmlSaveDoc (xmlSaveCtxtPtr ctxt,
65 xmlSaveTree (xmlSaveCtxtPtr ctxt,
69 xmlSaveFlush (xmlSaveCtxtPtr ctxt);
71 xmlSaveClose (xmlSaveCtxtPtr ctxt);
73 xmlSaveSetEscape (xmlSaveCtxtPtr ctxt,
76 xmlSaveSetAttrEscape (xmlSaveCtxtPtr ctxt,
H A Drelaxng.h115 xmlRelaxParserSetFlag (xmlRelaxNGParserCtxtPtr ctxt,
119 xmlRelaxNGFreeParserCtxt (xmlRelaxNGParserCtxtPtr ctxt);
121 xmlRelaxNGSetParserErrors(xmlRelaxNGParserCtxtPtr ctxt,
126 xmlRelaxNGGetParserErrors(xmlRelaxNGParserCtxtPtr ctxt,
132 xmlRelaxNGParserCtxtPtr ctxt,
136 xmlRelaxNGParse (xmlRelaxNGParserCtxtPtr ctxt);
151 xmlRelaxNGSetValidErrors(xmlRelaxNGValidCtxtPtr ctxt,
156 xmlRelaxNGGetValidErrors(xmlRelaxNGValidCtxtPtr ctxt,
161 xmlRelaxNGSetValidStructuredErrors(xmlRelaxNGValidCtxtPtr ctxt,
166 xmlRelaxNGFreeValidCtxt (xmlRelaxNGValidCtxtPtr ctxt);
[all...]
H A Dxmlregexp.h114 xmlExpFreeCtxt (xmlExpCtxtPtr ctxt);
120 xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt);
122 xmlExpCtxtNbCons(xmlExpCtxtPtr ctxt);
148 xmlExpFree (xmlExpCtxtPtr ctxt,
157 xmlExpParse (xmlExpCtxtPtr ctxt,
160 xmlExpNewAtom (xmlExpCtxtPtr ctxt,
164 xmlExpNewOr (xmlExpCtxtPtr ctxt,
168 xmlExpNewSeq (xmlExpCtxtPtr ctxt,
172 xmlExpNewRange (xmlExpCtxtPtr ctxt,
184 xmlExpGetLanguage(xmlExpCtxtPtr ctxt,
[all...]
H A Dxinclude.h108 xmlXIncludeSetFlags (xmlXIncludeCtxtPtr ctxt,
111 xmlXIncludeFreeContext (xmlXIncludeCtxtPtr ctxt);
113 xmlXIncludeProcessNode (xmlXIncludeCtxtPtr ctxt,
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib-osf.c359 open_map (struct read_map_ctxt *ctxt) argument
363 the value for ctxt->proc. This is incorrect, however, since
369 ctxt->proc = ptid_get_pid (inferior_ptid);
370 if (ldr_xattach (ctxt->proc) != 0)
372 ctxt->next = LDR_NULL_MODULE;
385 ctxt->next = ldr_context.head;
386 ctxt->tail = ldr_context.tail;
441 read_map (struct read_map_ctxt *ctxt, struct so_list *so) argument
451 if (ldr_next_module (ctxt->proc, &ctxt
511 close_map(struct read_map_ctxt *ctxt) argument
525 struct read_map_ctxt ctxt; local
567 struct read_map_ctxt ctxt; local
[all...]

Completed in 114 milliseconds

1234