Home
last modified time | relevance | path

Searched refs:xmlDictLookup (Results 1 – 25 of 25) 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.c544 name = xmlDictLookup(table->dict, name, -1); in xmlHashAddEntry3()
549 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashAddEntry3()
554 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashAddEntry3()
660 name = xmlDictLookup(table->dict, name, -1); in xmlHashUpdateEntry3()
665 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashUpdateEntry3()
670 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashUpdateEntry3()
Dentities.c179 ret->name = xmlDictLookup(dict, name, -1); in xmlCreateEntity()
181 ret->ExternalID = xmlDictLookup(dict, ExternalID, -1); in xmlCreateEntity()
183 ret->SystemID = xmlDictLookup(dict, SystemID, -1); in xmlCreateEntity()
189 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.c1076 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3); in xmlDetectSAX2()
1077 ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5); in xmlDetectSAX2()
1078 ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36); in xmlDetectSAX2()
1235 name = xmlDictLookup(ctxt->dict, fullname, -1); in xmlAddDefAttrs()
1238 name = xmlDictLookup(ctxt->dict, name, -1); in xmlAddDefAttrs()
1239 prefix = xmlDictLookup(ctxt->dict, fullname, len); in xmlAddDefAttrs()
1280 name = xmlDictLookup(ctxt->dict, fullattr, -1); in xmlAddDefAttrs()
1283 name = xmlDictLookup(ctxt->dict, name, -1); in xmlAddDefAttrs()
1284 prefix = xmlDictLookup(ctxt->dict, fullattr, len); in xmlAddDefAttrs()
1291 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()
2056 ret->name = xmlDictLookup(dict, name, -1); in xmlAddAttributeDecl()
2057 ret->prefix = xmlDictLookup(dict, ns, -1); in xmlAddAttributeDecl()
2058 ret->elem = xmlDictLookup(dict, elem, -1); in xmlAddAttributeDecl()
[all …]
Ddict.c858 xmlDictLookup(xmlDictPtr dict, const xmlChar *name, int len) { in xmlDictLookup() function
1116 return(xmlDictLookup(dict, name, -1)); in xmlDictQLookup()
Dtree.c1075 cpy = (xmlChar *) xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1092 cpy = xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1876 cur->name = (xmlChar *) xmlDictLookup(doc->dict, name, -1); in xmlNewPropInternal()
2036 cur->name = xmlDictLookup(doc->dict, name, -1); in xmlNewDocProp()
2186 cur->name = xmlDictLookup(doc->dict, name, -1); in xmlNewDocPI()
2321 xmlDictLookup(doc->dict, name, -1)); in xmlNewDocNode()
4229 ret->name = xmlDictLookup(doc->dict, node->name, -1); in xmlStaticCopyNode()
5175 cur->name = xmlDictLookup(dict, name, -1); in xmlNodeSetName()
8141 str = xmlDictLookup(destDoc->dict, str, -1); \
8161 xmlDictLookup(destDoc->dict, cur->content, -1); \
Dxmlschemas.c4713 ret = xmlDictLookup(ctxt->dict, val, -1); in xmlSchemaGetNodeContent()
4744 ret = xmlDictLookup(ctxt->dict, val, -1); in xmlSchemaGetProp()
5859 *uri = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlSchemaPValAttrNodeQNameValue()
5869 *local = xmlDictLookup(ctxt->dict, value, -1); in xmlSchemaPValAttrNodeQNameValue()
5876 *local = xmlDictLookup(ctxt->dict, *local, -1); in xmlSchemaPValAttrNodeQNameValue()
5877 pref = xmlDictLookup(ctxt->dict, value, len); in xmlSchemaPValAttrNodeQNameValue()
5888 *uri = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlSchemaPValAttrNodeQNameValue()
6840 dictnsItem = xmlDictLookup(ctxt->dict, nsItem, -1); in xmlSchemaParseWildcardNs()
9240 xmlDictLookup(ctxt->dict, (const xmlChar *)buf, -1), in xmlSchemaParseSimpleType()
10022 ret->URL = xmlDictLookup(dict, (const xmlChar *) URL, -1); in xmlSchemaNewParserCtxtUseDict()
[all …]
DHTMLparser.c2409 return(xmlDictLookup(ctxt->dict, loc, i)); in htmlParseHTMLName()
2440 return(xmlDictLookup(ctxt->dict, loc, i)); in htmlParseHTMLName_nonInvasive()
2481 ret = xmlDictLookup(ctxt->dict, ctxt->input->cur, count); in htmlParseName()
2538 return(xmlDictLookup(ctxt->dict, ctxt->input->cur - len, len)); in htmlParseNameComplex()
Dlibxml2.syms1579 xmlDictLookup;
DSAX2.c1890 intern = xmlDictLookup(ctxt->dict, str, len); in xmlSAX2TextNode()
1898 intern = xmlDictLookup(ctxt->dict, str, len); in xmlSAX2TextNode()
Dxmlreader.c198 #define CONSTSTR(str) xmlDictLookup(reader->dict, (str), -1)
5274 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.c6864 name = xmlDictLookup(ctxt->dict, name, len); in xmlExpNewAtom()
7917 val = xmlDictLookup(ctxt->dict, BAD_CAST base, ctxt->cur - base); in xmlExpParseOr()
Dxpath.c1111 (void *)xmlDictLookup(comp->dict, value4, -1); in xmlXPathCompExprAdd()
1117 (void *)xmlDictLookup(comp->dict, value5, -1); in xmlXPathCompExprAdd()
Dtestapi.c8312 ret_val = xmlDictLookup(dict, (const xmlChar *)name, len); in test_xmlDictLookup()
/external/libxml2/os400/libxmlrpg/
Ddict.rpgle57 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.h60 xmlDictLookup (xmlDictPtr dict,
/external/libxml2/win32/
Dlibxml2.def.src776 xmlDictLookup