Home
last modified time | relevance | path

Searched refs:xmlDictLookup (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/optim/
H A Dhash_dict.patch87 + if (name) name = xmlDictLookup(table->dict, name, -1);
88 + if (name2) name2 = xmlDictLookup(table->dict, name2, -1);
89 + if (name3) name3 = xmlDictLookup(table->dict, name3, -1);
132 + if (name) name = xmlDictLookup(table->dict, name, -1);
133 + if (name2) name2 = xmlDictLookup(table->dict, name2, -1);
134 + if (name3) name3 = xmlDictLookup(table->dict, name3, -1);
180 + if (name) name = xmlDictLookup(table->dict, name, -1);
197 + if (name) name = xmlDictLookup(table->dict, name, -1);
220 + if (name) name = xmlDictLookup(table->dict, name, -1);
221 + if (name2) name2 = xmlDictLookup(table->dict, name2, -1);
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libxml2/vtklibxml2/
H A Drngparser.c348 token->token = xmlDictLookup(ctxt->dict, ctxt->cur, in xmlCRNGNextToken()
1464 ctxt.key_div = xmlDictLookup(ctxt.dict, BAD_CAST "div", -1); in xmlConvertCRNG()
1471 ctxt.key_list = xmlDictLookup(ctxt.dict, BAD_CAST "list", -1); in xmlConvertCRNG()
1478 ctxt.key_text = xmlDictLookup(ctxt.dict, BAD_CAST "text", -1); in xmlConvertCRNG()
1480 ctxt.key_equal = xmlDictLookup(ctxt.dict, BAD_CAST "=", 1); in xmlConvertCRNG()
1481 ctxt.key_orequal = xmlDictLookup(ctxt.dict, BAD_CAST "|=", 2); in xmlConvertCRNG()
1483 ctxt.key_combine = xmlDictLookup(ctxt.dict, BAD_CAST "&=", 2); in xmlConvertCRNG()
1484 ctxt.key_or = xmlDictLookup(ctxt.dict, BAD_CAST "|", 1); in xmlConvertCRNG()
1485 ctxt.key_comma = xmlDictLookup(ctxt.dict, BAD_CAST ",", 1); in xmlConvertCRNG()
1486 ctxt.key_and = xmlDictLookup(ctxt.dict, BAD_CAST "&", 1); in xmlConvertCRNG()
[all …]
H A Dhash.c501 name = xmlDictLookup(table->dict, name, -1); in xmlHashAddEntry3()
506 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashAddEntry3()
511 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashAddEntry3()
617 name = xmlDictLookup(table->dict, name, -1); in xmlHashUpdateEntry3()
622 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashUpdateEntry3()
627 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashUpdateEntry3()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/libxml2/vtklibxml2/
H A Drngparser.c348 token->token = xmlDictLookup(ctxt->dict, ctxt->cur, in xmlCRNGNextToken()
1464 ctxt.key_div = xmlDictLookup(ctxt.dict, BAD_CAST "div", -1); in xmlConvertCRNG()
1471 ctxt.key_list = xmlDictLookup(ctxt.dict, BAD_CAST "list", -1); in xmlConvertCRNG()
1478 ctxt.key_text = xmlDictLookup(ctxt.dict, BAD_CAST "text", -1); in xmlConvertCRNG()
1480 ctxt.key_equal = xmlDictLookup(ctxt.dict, BAD_CAST "=", 1); in xmlConvertCRNG()
1481 ctxt.key_orequal = xmlDictLookup(ctxt.dict, BAD_CAST "|=", 2); in xmlConvertCRNG()
1483 ctxt.key_combine = xmlDictLookup(ctxt.dict, BAD_CAST "&=", 2); in xmlConvertCRNG()
1484 ctxt.key_or = xmlDictLookup(ctxt.dict, BAD_CAST "|", 1); in xmlConvertCRNG()
1485 ctxt.key_comma = xmlDictLookup(ctxt.dict, BAD_CAST ",", 1); in xmlConvertCRNG()
1486 ctxt.key_and = xmlDictLookup(ctxt.dict, BAD_CAST "&", 1); in xmlConvertCRNG()
[all …]
H A Dhash.c501 name = xmlDictLookup(table->dict, name, -1); in xmlHashAddEntry3()
506 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashAddEntry3()
511 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashAddEntry3()
617 name = xmlDictLookup(table->dict, name, -1); in xmlHashUpdateEntry3()
622 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashUpdateEntry3()
627 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashUpdateEntry3()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/
H A Drngparser.c312 token->token = xmlDictLookup(ctxt->dict, ctxt->cur, token->toklen); in xmlCRNGNextToken()
329 token->token = xmlDictLookup(ctxt->dict, ctxt->cur, token->toklen); in xmlCRNGNextToken()
348 token->token = xmlDictLookup(ctxt->dict, ctxt->cur, in xmlCRNGNextToken()
1464 ctxt.key_div = xmlDictLookup(ctxt.dict, BAD_CAST "div", -1); in xmlConvertCRNG()
1471 ctxt.key_list = xmlDictLookup(ctxt.dict, BAD_CAST "list", -1); in xmlConvertCRNG()
1478 ctxt.key_text = xmlDictLookup(ctxt.dict, BAD_CAST "text", -1); in xmlConvertCRNG()
1480 ctxt.key_equal = xmlDictLookup(ctxt.dict, BAD_CAST "=", 1); in xmlConvertCRNG()
1484 ctxt.key_or = xmlDictLookup(ctxt.dict, BAD_CAST "|", 1); in xmlConvertCRNG()
1485 ctxt.key_comma = xmlDictLookup(ctxt.dict, BAD_CAST ",", 1); in xmlConvertCRNG()
1486 ctxt.key_and = xmlDictLookup(ctxt.dict, BAD_CAST "&", 1); in xmlConvertCRNG()
[all …]
H A Dhash.c501 name = xmlDictLookup(table->dict, name, -1); in xmlHashAddEntry3()
506 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashAddEntry3()
511 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashAddEntry3()
617 name = xmlDictLookup(table->dict, name, -1); in xmlHashUpdateEntry3()
622 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashUpdateEntry3()
627 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashUpdateEntry3()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxml/src/
H A Dtestdict.c171 test2[i] = xmlDictLookup(dict, strings2[i], -1); in run_test2()
181 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j])); in run_test2()
191 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j])); in run_test2()
207 test2[i] = xmlDictLookup(dict, strings2[i], -1); in run_test2()
250 if (xmlDictLookup(dict, strings2[i], -1) != test2[i]) { in run_test2()
262 if (xmlDictLookup(dict, strings1[i], -1) != test1[i]) { in run_test2()
332 test1[i] = xmlDictLookup(dict, strings1[i], -1); in run_test1()
342 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j])); in run_test1()
352 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j])); in run_test1()
368 test1[i] = xmlDictLookup(dict, strings1[i], -1); in run_test1()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxml/src/
H A Dtestdict.c171 test2[i] = xmlDictLookup(dict, strings2[i], -1); in run_test2()
181 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j])); in run_test2()
191 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j])); in run_test2()
207 test2[i] = xmlDictLookup(dict, strings2[i], -1); in run_test2()
250 if (xmlDictLookup(dict, strings2[i], -1) != test2[i]) { in run_test2()
262 if (xmlDictLookup(dict, strings1[i], -1) != test1[i]) { in run_test2()
332 test1[i] = xmlDictLookup(dict, strings1[i], -1); in run_test1()
342 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j])); in run_test1()
352 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j])); in run_test1()
368 test1[i] = xmlDictLookup(dict, strings1[i], -1); in run_test1()
[all …]
/dports/textproc/libxml2/libxml2-2.9.12/
H A Dtestdict.c171 test2[i] = xmlDictLookup(dict, strings2[i], -1); in run_test2()
181 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j])); in run_test2()
191 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j])); in run_test2()
207 test2[i] = xmlDictLookup(dict, strings2[i], -1); in run_test2()
250 if (xmlDictLookup(dict, strings2[i], -1) != test2[i]) { in run_test2()
262 if (xmlDictLookup(dict, strings1[i], -1) != test1[i]) { in run_test2()
332 test1[i] = xmlDictLookup(dict, strings1[i], -1); in run_test1()
342 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j])); in run_test1()
352 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j])); in run_test1()
368 test1[i] = xmlDictLookup(dict, strings1[i], -1); in run_test1()
[all …]
/dports/textproc/py-libxml2/libxml2-2.9.12/
H A Dtestdict.c171 test2[i] = xmlDictLookup(dict, strings2[i], -1); in run_test2()
181 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j])); in run_test2()
191 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j])); in run_test2()
207 test2[i] = xmlDictLookup(dict, strings2[i], -1); in run_test2()
250 if (xmlDictLookup(dict, strings2[i], -1) != test2[i]) { in run_test2()
262 if (xmlDictLookup(dict, strings1[i], -1) != test1[i]) { in run_test2()
332 test1[i] = xmlDictLookup(dict, strings1[i], -1); in run_test1()
342 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j])); in run_test1()
352 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j])); in run_test1()
368 test1[i] = xmlDictLookup(dict, strings1[i], -1); in run_test1()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/libxml2/
H A Dtestdict.c171 test2[i] = xmlDictLookup(dict, strings2[i], -1); in run_test2()
181 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j])); in run_test2()
191 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j])); in run_test2()
207 test2[i] = xmlDictLookup(dict, strings2[i], -1); in run_test2()
250 if (xmlDictLookup(dict, strings2[i], -1) != test2[i]) { in run_test2()
262 if (xmlDictLookup(dict, strings1[i], -1) != test1[i]) { in run_test2()
332 test1[i] = xmlDictLookup(dict, strings1[i], -1); in run_test1()
342 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j])); in run_test1()
352 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j])); in run_test1()
368 test1[i] = xmlDictLookup(dict, strings1[i], -1); in run_test1()
[all …]
H A Dhash.c500 name = xmlDictLookup(table->dict, name, -1); in xmlHashAddEntry3()
505 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashAddEntry3()
510 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashAddEntry3()
616 name = xmlDictLookup(table->dict, name, -1); in xmlHashUpdateEntry3()
621 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashUpdateEntry3()
626 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashUpdateEntry3()
/dports/www/py-html5-parser/html5-parser-0.4.10/src/
H A Das-libxml.c168 …attr_name = xmlDictLookup(doc->dict, BAD_CAST aname, (pd->sanitize_names ? sanitize_name((char*)an… in create_attributes()
198 pd->standard_tags[tag] = xmlDictLookup(doc->dict, BAD_CAST name, tag_sz); in lookup_standard_tag()
227 tag_name = xmlDictLookup(doc->dict, BAD_CAST tag, tag_sz); in create_element()
232 else tag_name = xmlDictLookup(doc->dict, BAD_CAST tag, elem->original_tag.length); in create_element()
323 opts->line_number_attr = xmlDictLookup(doc->dict, BAD_CAST opts->line_number_attr, -1); in alloc_doc()
374 parse_data.lang_attribute = xmlDictLookup(doc->dict, BAD_CAST "lang", 4); in convert_gumbo_tree_to_libxml_tree()
/dports/textproc/libxml2/libxml2-2.9.12/os400/libxmlrpg/
H A Ddict.rpgle57 d xmlDictLookup pr * extproc('xmlDictLookup') const xmlChar *
/dports/textproc/py-libxml2/libxml2-2.9.12/os400/libxmlrpg/
H A Ddict.rpgle57 d xmlDictLookup pr * extproc('xmlDictLookup') const xmlChar *
/dports/textproc/libxml2/libxml2-2.9.12/os400/
H A Dtranscode.c111 ret = (char *) xmlDictLookup(*dict, in xmlTranscodeResult()
194 ret = xmlDictLookup(*dict, ts, dstp - ts + 1); in inTranscode()
/dports/textproc/py-libxml2/libxml2-2.9.12/os400/
H A Dtranscode.c111 ret = (char *) xmlDictLookup(*dict, in xmlTranscodeResult()
194 ret = xmlDictLookup(*dict, ts, dstp - ts + 1); in inTranscode()
/dports/games/warmux/warmux-11.04/build/android/jni/xml2/
H A Dhash.c500 name = xmlDictLookup(table->dict, name, -1); in xmlHashAddEntry3()
505 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashAddEntry3()
510 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashAddEntry3()
616 name = xmlDictLookup(table->dict, name, -1); in xmlHashUpdateEntry3()
621 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashUpdateEntry3()
626 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashUpdateEntry3()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxslt/src/libxslt/
H A Dvariables.c684 name = xmlDictLookup(ctxt->dict, name, -1); in xsltStackLookup()
686 nameURI = xmlDictLookup(ctxt->dict, nameURI, -1); in xsltStackLookup()
1388 elem->name = xmlDictLookup(style->dict, name, -1); in xsltRegisterGlobalVariable()
1389 elem->select = xmlDictLookup(style->dict, sel, -1); in xsltRegisterGlobalVariable()
1391 elem->nameURI = xmlDictLookup(style->dict, ns_uri, -1); in xsltRegisterGlobalVariable()
1498 href = xmlDictLookup(ctxt->dict, &name[1], len-1); in xsltProcessUserParamInternal()
1499 name = xmlDictLookup(ctxt->dict, &name[len + 1], -1); in xsltProcessUserParamInternal()
1638 elem->select = xmlDictLookup(ctxt->dict, value, -1); in xsltProcessUserParamInternal()
1640 elem->nameURI = xmlDictLookup(ctxt->dict, href, -1); in xsltProcessUserParamInternal()
2307 name = xmlDictLookup(tctxt->dict, name, -1); in xsltXPathVariableLookup()
[all …]
H A Dtemplates.c469 ret = xmlDictLookup(style->dict, expr, -1); in xsltEvalStaticAttrValueTemplate()
526 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0); in xsltAttrTemplateProcess()
528 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0); in xsltAttrTemplateProcess()
721 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0); in xsltAttrListTemplateProcess()
723 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0); in xsltAttrListTemplateProcess()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxslt/src/libxslt/
H A Dvariables.c684 name = xmlDictLookup(ctxt->dict, name, -1); in xsltStackLookup()
686 nameURI = xmlDictLookup(ctxt->dict, nameURI, -1); in xsltStackLookup()
1388 elem->name = xmlDictLookup(style->dict, name, -1); in xsltRegisterGlobalVariable()
1389 elem->select = xmlDictLookup(style->dict, sel, -1); in xsltRegisterGlobalVariable()
1391 elem->nameURI = xmlDictLookup(style->dict, ns_uri, -1); in xsltRegisterGlobalVariable()
1498 href = xmlDictLookup(ctxt->dict, &name[1], len-1); in xsltProcessUserParamInternal()
1499 name = xmlDictLookup(ctxt->dict, &name[len + 1], -1); in xsltProcessUserParamInternal()
1638 elem->select = xmlDictLookup(ctxt->dict, value, -1); in xsltProcessUserParamInternal()
1640 elem->nameURI = xmlDictLookup(ctxt->dict, href, -1); in xsltProcessUserParamInternal()
2307 name = xmlDictLookup(tctxt->dict, name, -1); in xsltXPathVariableLookup()
[all …]
H A Dtemplates.c477 ret = xmlDictLookup(style->dict, expr, -1); in xsltEvalStaticAttrValueTemplate()
534 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0); in xsltAttrTemplateProcess()
536 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0); in xsltAttrTemplateProcess()
729 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0); in xsltAttrListTemplateProcess()
731 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0); in xsltAttrListTemplateProcess()
/dports/textproc/libxslt/libxslt-1.1.34/libxslt/
H A Dvariables.c684 name = xmlDictLookup(ctxt->dict, name, -1); in xsltStackLookup()
686 nameURI = xmlDictLookup(ctxt->dict, nameURI, -1); in xsltStackLookup()
1388 elem->name = xmlDictLookup(style->dict, name, -1); in xsltRegisterGlobalVariable()
1389 elem->select = xmlDictLookup(style->dict, sel, -1); in xsltRegisterGlobalVariable()
1391 elem->nameURI = xmlDictLookup(style->dict, ns_uri, -1); in xsltRegisterGlobalVariable()
1498 href = xmlDictLookup(ctxt->dict, &name[1], len-1); in xsltProcessUserParamInternal()
1499 name = xmlDictLookup(ctxt->dict, &name[len + 1], -1); in xsltProcessUserParamInternal()
1638 elem->select = xmlDictLookup(ctxt->dict, value, -1); in xsltProcessUserParamInternal()
1640 elem->nameURI = xmlDictLookup(ctxt->dict, href, -1); in xsltProcessUserParamInternal()
2307 name = xmlDictLookup(tctxt->dict, name, -1); in xsltXPathVariableLookup()
[all …]
H A Dtemplates.c469 ret = xmlDictLookup(style->dict, expr, -1); in xsltEvalStaticAttrValueTemplate()
526 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0); in xsltAttrTemplateProcess()
528 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0); in xsltAttrTemplateProcess()
721 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0); in xsltAttrListTemplateProcess()
723 value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0); in xsltAttrListTemplateProcess()

12345678910>>...18