Home
last modified time | relevance | path

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

/external/libxml2/optim/
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);
181 + if (name2) name2 = xmlDictLookup(table->dict, name2, -1);
182 + if (name3) name3 = xmlDictLookup(table->dict, name3, -1);
197 + if (name) name = xmlDictLookup(table->dict, name, -1);
[all …]
/external/libxml2/
Drngparser.c292 token->token = xmlDictLookup(ctxt->dict, ctxt->cur, token->toklen); in xmlCRNGNextToken()
312 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()
1461 ctxt.key_attribute = xmlDictLookup(ctxt.dict, BAD_CAST "attribute", -1); in xmlConvertCRNG()
1462 ctxt.key_default = xmlDictLookup(ctxt.dict, BAD_CAST "default", -1); in xmlConvertCRNG()
1463 ctxt.key_datatypes = xmlDictLookup(ctxt.dict, BAD_CAST "datatypes", -1); in xmlConvertCRNG()
1464 ctxt.key_div = xmlDictLookup(ctxt.dict, BAD_CAST "div", -1); in xmlConvertCRNG()
1465 ctxt.key_element = xmlDictLookup(ctxt.dict, BAD_CAST "element", -1); in xmlConvertCRNG()
1466 ctxt.key_empty = xmlDictLookup(ctxt.dict, BAD_CAST "empty", -1); in xmlConvertCRNG()
[all …]
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 …]
Dhash.c532 name = xmlDictLookup(table->dict, name, -1); in xmlHashAddEntry3()
537 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashAddEntry3()
542 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashAddEntry3()
648 name = xmlDictLookup(table->dict, name, -1); in xmlHashUpdateEntry3()
653 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashUpdateEntry3()
658 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashUpdateEntry3()
Dentities.c174 ret->name = xmlDictLookup(dict, name, -1); in xmlCreateEntity()
176 ret->ExternalID = xmlDictLookup(dict, ExternalID, -1); in xmlCreateEntity()
178 ret->SystemID = xmlDictLookup(dict, SystemID, -1); in xmlCreateEntity()
184 xmlDictLookup(dict, content, ret->length); in xmlCreateEntity()
Dschematron.c608 ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1); in xmlSchematronNewParserCtxt()
832 xmlDictLookup(ctxt->dict, ns, -1); in xmlSchematronAddNamespace()
834 xmlDictLookup(ctxt->dict, prefix, -1); in xmlSchematronAddNamespace()
1114 ctxt->URL = xmlDictLookup(ctxt->dict, BAD_CAST "in_memory_buffer", -1); in xmlSchematronParse()
1162 ret->title = xmlDictLookup(ret->dict, title, -1); in xmlSchematronParse()
Dparser.c1069 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3); in xmlDetectSAX2()
1070 ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5); in xmlDetectSAX2()
1071 ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36); in xmlDetectSAX2()
1223 name = xmlDictLookup(ctxt->dict, fullname, -1); in xmlAddDefAttrs()
1226 name = xmlDictLookup(ctxt->dict, name, -1); in xmlAddDefAttrs()
1227 prefix = xmlDictLookup(ctxt->dict, fullname, len); in xmlAddDefAttrs()
1268 name = xmlDictLookup(ctxt->dict, fullattr, -1); in xmlAddDefAttrs()
1271 name = xmlDictLookup(ctxt->dict, name, -1); in xmlAddDefAttrs()
1272 prefix = xmlDictLookup(ctxt->dict, fullattr, len); in xmlAddDefAttrs()
1279 value = xmlDictLookup(ctxt->dict, value, len); in xmlAddDefAttrs()
[all …]
Dpattern.c84 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
773 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
792 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
843 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q); in xmlPatScanName()
881 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q); in xmlPatScanNCName()
Dvalid.c969 ret->name = xmlDictLookup(dict, name, -1); in xmlNewDocElementContent()
975 ret->prefix = xmlDictLookup(dict, name, l); in xmlNewDocElementContent()
976 ret->name = xmlDictLookup(dict, tmp, -1); in xmlNewDocElementContent()
1027 ret->name = xmlDictLookup(dict, cur->name, -1); in xmlCopyDocElementContent()
1034 ret->prefix = xmlDictLookup(dict, cur->prefix, -1); in xmlCopyDocElementContent()
1057 tmp->name = xmlDictLookup(dict, cur->name, -1); in xmlCopyDocElementContent()
1064 tmp->prefix = xmlDictLookup(dict, cur->prefix, -1); in xmlCopyDocElementContent()
2044 ret->name = xmlDictLookup(dict, name, -1); in xmlAddAttributeDecl()
2045 ret->prefix = xmlDictLookup(dict, ns, -1); in xmlAddAttributeDecl()
2046 ret->elem = xmlDictLookup(dict, elem, -1); in xmlAddAttributeDecl()
[all …]
Ddict.c829 xmlDictLookup(xmlDictPtr dict, const xmlChar *name, int len) { in xmlDictLookup() function
1087 return(xmlDictLookup(dict, name, -1)); in xmlDictQLookup()
Dtree.c1069 cpy = (xmlChar *) xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1086 cpy = xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1865 cur->name = (xmlChar *) xmlDictLookup(doc->dict, name, -1); in xmlNewPropInternal()
2025 cur->name = xmlDictLookup(doc->dict, name, -1); in xmlNewDocProp()
2175 cur->name = xmlDictLookup(doc->dict, name, -1); in xmlNewDocPI()
2310 xmlDictLookup(doc->dict, name, -1)); in xmlNewDocNode()
4218 ret->name = xmlDictLookup(doc->dict, node->name, -1); in xmlStaticCopyNode()
5164 cur->name = xmlDictLookup(dict, name, -1); in xmlNodeSetName()
8130 str = xmlDictLookup(destDoc->dict, str, -1); \
8150 xmlDictLookup(destDoc->dict, cur->content, -1); \
Dxmlschemas.c4679 ret = xmlDictLookup(ctxt->dict, val, -1); in xmlSchemaGetNodeContent()
4710 ret = xmlDictLookup(ctxt->dict, val, -1); in xmlSchemaGetProp()
5819 *uri = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlSchemaPValAttrNodeQNameValue()
5829 *local = xmlDictLookup(ctxt->dict, value, -1); in xmlSchemaPValAttrNodeQNameValue()
5836 *local = xmlDictLookup(ctxt->dict, *local, -1); in xmlSchemaPValAttrNodeQNameValue()
5837 pref = xmlDictLookup(ctxt->dict, value, len); in xmlSchemaPValAttrNodeQNameValue()
5848 *uri = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlSchemaPValAttrNodeQNameValue()
6800 dictnsItem = xmlDictLookup(ctxt->dict, nsItem, -1); in xmlSchemaParseWildcardNs()
9200 xmlDictLookup(ctxt->dict, (const xmlChar *)buf, -1), in xmlSchemaParseSimpleType()
9983 ret->URL = xmlDictLookup(dict, (const xmlChar *) URL, -1); in xmlSchemaNewParserCtxtUseDict()
[all …]
Dlibxml2.syms1579 xmlDictLookup;
DSAX2.c1879 intern = xmlDictLookup(ctxt->dict, str, len); in xmlSAX2TextNode()
1887 intern = xmlDictLookup(ctxt->dict, str, len); in xmlSAX2TextNode()
Dxmlreader.c198 #define CONSTSTR(str) xmlDictLookup(reader->dict, (str), -1)
5264 reader->xinclude_name = xmlDictLookup(reader->dict, XINCLUDE_NODE, -1); in xmlTextReaderSetup()
Delfgcchack.h2925 #undef xmlDictLookup
2926 extern __typeof (xmlDictLookup) xmlDictLookup __attribute((alias("xmlDictLookup__internal_alias")));
2928 #ifndef xmlDictLookup
2929 extern __typeof (xmlDictLookup) xmlDictLookup__internal_alias __attribute((visibility("hidden")));
2930 #define xmlDictLookup xmlDictLookup__internal_alias macro
DdebugXML.c375 (node->name == xmlDictLookup(ctxt->dict, BAD_CAST "nbktext", in xmlCtxtGenericNodeCheck()
Dxmlregexp.c6851 name = xmlDictLookup(ctxt->dict, name, len); in xmlExpNewAtom()
7904 val = xmlDictLookup(ctxt->dict, BAD_CAST base, ctxt->cur - base); in xmlExpParseOr()
Dxpath.c1120 (void *)xmlDictLookup(comp->dict, value4, -1); in xmlXPathCompExprAdd()
1126 (void *)xmlDictLookup(comp->dict, value5, -1); in xmlXPathCompExprAdd()
Dtestapi.c8281 ret_val = xmlDictLookup(dict, (const xmlChar *)name, len); in test_xmlDictLookup()
/external/libxml2/os400/libxmlrpg/
Ddict.rpgle55 d xmlDictLookup pr * extproc('xmlDictLookup') const xmlChar *
/external/libxml2/os400/
Dtranscode.c111 ret = (char *) xmlDictLookup(*dict, in xmlTranscodeResult()
194 ret = xmlDictLookup(*dict, ts, dstp - ts + 1); in inTranscode()
/external/libxml2/include/libxml/
Ddict.h54 xmlDictLookup (xmlDictPtr dict,
/external/libxml2/win32/
Dlibxml2.def.src776 xmlDictLookup