/reactos/dll/3rdparty/libxslt/ |
H A D | variables.c | 658 name = xmlDictLookup(ctxt->dict, name, -1); in xsltStackLookup() 660 nameURI = xmlDictLookup(ctxt->dict, nameURI, -1); in xsltStackLookup() 1370 elem->name = xmlDictLookup(style->dict, name, -1); in xsltRegisterGlobalVariable() 1371 elem->select = xmlDictLookup(style->dict, sel, -1); in xsltRegisterGlobalVariable() 1373 elem->nameURI = xmlDictLookup(style->dict, ns_uri, -1); in xsltRegisterGlobalVariable() 1480 href = xmlDictLookup(ctxt->dict, &name[1], len-1); in xsltProcessUserParamInternal() 1481 name = xmlDictLookup(ctxt->dict, &name[len + 1], -1); in xsltProcessUserParamInternal() 1620 elem->select = xmlDictLookup(ctxt->dict, value, -1); in xsltProcessUserParamInternal() 1622 elem->nameURI = xmlDictLookup(ctxt->dict, href, -1); in xsltProcessUserParamInternal() 2289 name = xmlDictLookup(tctxt->dict, name, -1); in xsltXPathVariableLookup() [all …]
|
H A D | templates.c | 459 ret = xmlDictLookup(style->dict, expr, -1); in xsltEvalStaticAttrValueTemplate() 516 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0); in xsltAttrTemplateProcess() 518 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0); in xsltAttrTemplateProcess() 711 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0); in xsltAttrListTemplateProcess() 713 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0); in xsltAttrListTemplateProcess()
|
H A D | xsltutils.c | 86 ret = xmlDictLookup(style->dict, BAD_CAST "", 0); in xsltGetCNsProp() 88 ret = xmlDictLookup(style->dict, tmp, -1); in xsltGetCNsProp() 115 return(xmlDictLookup(style->dict, in xsltGetCNsProp() 727 return(xmlDictLookup(dict, name, -1)); in xsltSplitQName() 729 if (name[len] == 0) return(xmlDictLookup(dict, name, -1)); in xsltSplitQName() 730 *prefix = xmlDictLookup(dict, name, len); in xsltSplitQName() 731 ret = xmlDictLookup(dict, &name[len + 1], -1); in xsltSplitQName() 863 *name = xmlDictLookup(style->dict, &qname[4], -1); in xsltGetQNameURI2() 884 *name = xmlDictLookup(style->dict, (*name)+len+1, -1); in xsltGetQNameURI2()
|
H A D | attributes.c | 473 curval = xmlDictLookup(style->dict, curval, endval - curval); in xsltParseStylesheetAttributeSet() 886 nsName = xmlDictLookup(ctxt->dict, BAD_CAST tmpNsName, -1); in xsltAttribute() 1128 curstr = xmlDictLookup(ctxt->dict, curstr, endstr - curstr); in xsltApplyAttributeSet()
|
H A D | preproc.c | 736 comp->select = xmlDictLookup(style->dict, BAD_CAST ".", 1); in xsltSortComp() 923 comp->ns = xmlDictLookup(style->dict, ns->href, -1); in xsltElementComp() 1050 comp->ns = xmlDictLookup(style->dict, ns->href, -1); in xsltAttributeComp() 1295 *nsName = xmlDictLookup(style->dict, URI, -1); in xsltGetQNameProperty() 1406 comp->numdata.format = xmlDictLookup(style->dict, BAD_CAST "" , 0); in xsltNumberComp() 1487 comp->numdata.level = xmlDictLookup(style->dict, in xsltNumberComp()
|
H A D | xslt.c | 1829 ns->href = xmlDictLookup(doc->dict, XML_XML_NAMESPACE, -1); in xsltTreeEnsureXMLDecl() 2724 (void *) xmlDictLookup(cctxt->style->dict, in xsltParseNsPrefixList() 3265 value = (xmlChar *) xmlDictLookup(style->dict, in xsltParsePreprocessStylesheetTree() 3423 value = (xmlChar *) xmlDictLookup(style->dict, in xsltParsePreprocessStylesheetTree() 3528 tmp = (xmlChar *) xmlDictLookup(style->dict, in xsltPreprocessStylesheet() 4970 tmp = xmlDictLookup(text->doc->dict, in xsltParseTemplateContent() 5233 templ->mode = xmlDictLookup(cctxt->style->dict, prop, -1); in xsltParseXSLTTemplate() 5284 templ->name = xmlDictLookup(cctxt->style->dict, prop, -1); in xsltParseXSLTTemplate() 5399 ret->mode = xmlDictLookup(style->dict, mode, -1); in xsltParseStylesheetTemplate() 5400 ret->modeURI = xmlDictLookup(style->dict, modeURI, -1); in xsltParseStylesheetTemplate() [all …]
|
H A D | pattern.c | 2077 pat->mode = xmlDictLookup(style->dict, mode, -1); in xsltAddTemplate() 2079 pat->modeURI = xmlDictLookup(style->dict, modeURI, -1); in xsltAddTemplate()
|
H A D | transform.c | 1192 (xmlChar *) xmlDictLookup(target->doc->dict, in xsltShallowCopyAttr() 4118 nsName = xmlDictLookup(ctxt->dict, BAD_CAST tmpNsName, -1); in xsltElement() 5814 ctxt->mode = xmlDictLookup(ctxt->dict, ctxt->mode, -1); in xsltApplyStylesheetInternal() 5816 ctxt->modeURI = xmlDictLookup(ctxt->dict, ctxt->modeURI, -1); in xsltApplyStylesheetInternal()
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | hash.c | 546 name = xmlDictLookup(table->dict, name, -1); in xmlHashAddEntry3() 551 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashAddEntry3() 556 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashAddEntry3() 662 name = xmlDictLookup(table->dict, name, -1); in xmlHashUpdateEntry3() 667 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashUpdateEntry3() 672 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashUpdateEntry3()
|
H A D | schematron.c | 646 ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1); in xmlSchematronNewParserCtxt() 870 xmlDictLookup(ctxt->dict, ns, -1); in xmlSchematronAddNamespace() 872 xmlDictLookup(ctxt->dict, prefix, -1); in xmlSchematronAddNamespace() 1261 ctxt->URL = xmlDictLookup(ctxt->dict, BAD_CAST "in_memory_buffer", -1); in xmlSchematronParse() 1309 ret->title = xmlDictLookup(ret->dict, title, -1); in xmlSchematronParse()
|
H A D | parser.c | 1271 name = xmlDictLookup(ctxt->dict, fullname, -1); in xmlAddDefAttrs() 1274 name = xmlDictLookup(ctxt->dict, name, -1); in xmlAddDefAttrs() 1275 prefix = xmlDictLookup(ctxt->dict, fullname, len); in xmlAddDefAttrs() 1316 name = xmlDictLookup(ctxt->dict, fullattr, -1); in xmlAddDefAttrs() 1319 name = xmlDictLookup(ctxt->dict, name, -1); in xmlAddDefAttrs() 1320 prefix = xmlDictLookup(ctxt->dict, fullattr, len); in xmlAddDefAttrs() 1327 value = xmlDictLookup(ctxt->dict, value, len); in xmlAddDefAttrs() 8826 p = xmlDictLookup(ctxt->dict, tmp, -1); in xmlParseQName() 8840 l = xmlDictLookup(ctxt->dict, tmp, -1); in xmlParseQName() 8848 l = xmlDictLookup(ctxt->dict, tmp, -1); in xmlParseQName() [all …]
|
H A D | pattern.c | 84 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \ 764 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q); 783 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q); 834 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q); in xmlPatScanName() 872 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q); in xmlPatScanNCName()
|
H A D | valid.c | 956 ret->name = xmlDictLookup(dict, name, -1); in xmlNewDocElementContent() 962 ret->prefix = xmlDictLookup(dict, name, l); in xmlNewDocElementContent() 963 ret->name = xmlDictLookup(dict, tmp, -1); in xmlNewDocElementContent() 1014 ret->name = xmlDictLookup(dict, cur->name, -1); in xmlCopyDocElementContent() 1021 ret->prefix = xmlDictLookup(dict, cur->prefix, -1); in xmlCopyDocElementContent() 1045 tmp->name = xmlDictLookup(dict, cur->name, -1); in xmlCopyDocElementContent() 1052 tmp->prefix = xmlDictLookup(dict, cur->prefix, -1); in xmlCopyDocElementContent() 2085 ret->name = xmlDictLookup(dict, name, -1); in xmlAddAttributeDecl() 2086 ret->prefix = xmlDictLookup(dict, ns, -1); in xmlAddAttributeDecl() 2087 ret->elem = xmlDictLookup(dict, elem, -1); in xmlAddAttributeDecl() [all …]
|
H A D | dict.c | 867 xmlDictLookup(xmlDictPtr dict, const xmlChar *name, int len) { in xmlDictLookup() function 1125 return(xmlDictLookup(dict, name, -1)); in xmlDictQLookup()
|
H A D | tree.c | 1072 cpy = (xmlChar *) xmlDictLookup((dict), (const xmlChar *)(str), -1); \ 1089 cpy = xmlDictLookup((dict), (const xmlChar *)(str), -1); \ 1896 cur->name = (xmlChar *) xmlDictLookup(doc->dict, name, -1); in xmlNewPropInternal() 2055 cur->name = xmlDictLookup(doc->dict, name, -1); in xmlNewDocProp() 2205 cur->name = xmlDictLookup(doc->dict, name, -1); in xmlNewDocPI() 2345 xmlDictLookup(doc->dict, name, -1)); in xmlNewDocNode() 2833 newValue = xmlDictLookup(newDict, oldValue, -1); in _copyStringForNewDictIfNeeded() 4315 ret->name = xmlDictLookup(doc->dict, node->name, -1); in xmlStaticCopyNode() 5304 cur->name = xmlDictLookup(dict, name, -1); in xmlNodeSetName() 8260 str = xmlDictLookup(destDoc->dict, str, -1); \ [all …]
|
H A D | xmlschemas.c | 4758 ret = xmlDictLookup(ctxt->dict, val, -1); in xmlSchemaGetNodeContent() 4789 ret = xmlDictLookup(ctxt->dict, val, -1); in xmlSchemaGetProp() 5903 *uri = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlSchemaPValAttrNodeQNameValue() 5913 *local = xmlDictLookup(ctxt->dict, value, -1); in xmlSchemaPValAttrNodeQNameValue() 5920 *local = xmlDictLookup(ctxt->dict, *local, -1); in xmlSchemaPValAttrNodeQNameValue() 5921 pref = xmlDictLookup(ctxt->dict, value, len); in xmlSchemaPValAttrNodeQNameValue() 10350 ret = xmlDictLookup(dict, URI, -1); in xmlSchemaBuildAbsoluteURI() 10615 schemaLocation = xmlDictLookup(pctxt->dict, in xmlSchemaAddSchemaDoc() 21975 ret = xmlDictLookup(vctxt->dict, nsName, -1); in xmlSchemaLookupNamespace() 22076 lname = xmlDictLookup(vctxt->dict, lname, -1); in xmlSchemaVAddNodeQName() [all …]
|
H A D | entities.c | 178 ret->name = xmlDictLookup(dict, name, -1); in xmlCreateEntity()
|
H A D | HTMLparser.c | 2592 return(xmlDictLookup(ctxt->dict, loc, i)); in htmlParseHTMLName() 2623 return(xmlDictLookup(ctxt->dict, loc, i)); in htmlParseHTMLName_nonInvasive() 2664 ret = xmlDictLookup(ctxt->dict, ctxt->input->cur, count); in htmlParseName() 2720 return(xmlDictLookup(ctxt->dict, ctxt->input->cur - len, len)); in htmlParseNameComplex()
|
H A D | SAX2.c | 1879 intern = xmlDictLookup(ctxt->dict, str, len); in xmlSAX2TextNode() 1887 intern = xmlDictLookup(ctxt->dict, str, len); in xmlSAX2TextNode()
|
H A D | xmlreader.c | 200 #define CONSTSTR(str) xmlDictLookup(reader->dict, (str), -1) 5196 reader->xinclude_name = xmlDictLookup(reader->dict, XINCLUDE_NODE, -1); in xmlTextReaderSetup()
|
H A D | debugXML.c | 371 (node->name == xmlDictLookup(ctxt->dict, BAD_CAST "nbktext", in xmlCtxtGenericNodeCheck()
|
H A D | xmlregexp.c | 7014 name = xmlDictLookup(ctxt->dict, name, len); in xmlExpNewAtom() 8067 val = xmlDictLookup(ctxt->dict, BAD_CAST base, ctxt->cur - base); in xmlExpParseOr()
|
H A D | xpath.c | 1143 (void *)xmlDictLookup(comp->dict, value4, -1); in xmlXPathCompExprAdd() 1149 (void *)xmlDictLookup(comp->dict, value5, -1); in xmlXPathCompExprAdd()
|
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | dict.h | 54 xmlDictLookup (xmlDictPtr dict,
|