/external/libxml2/ |
D | rngparser.c | 292 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 …]
|
D | testdict.c | 171 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 …]
|
D | hash.c | 551 name = xmlDictLookup(table->dict, name, -1); in xmlHashAddEntry3() 556 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashAddEntry3() 561 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashAddEntry3() 667 name = xmlDictLookup(table->dict, name, -1); in xmlHashUpdateEntry3() 672 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashUpdateEntry3() 677 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashUpdateEntry3()
|
D | entities.c | 179 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()
|
D | schematron.c | 608 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()
|
D | parser.c | 1119 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3); in xmlDetectSAX2() 1120 ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5); in xmlDetectSAX2() 1121 ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36); in xmlDetectSAX2() 1278 name = xmlDictLookup(ctxt->dict, fullname, -1); in xmlAddDefAttrs() 1281 name = xmlDictLookup(ctxt->dict, name, -1); in xmlAddDefAttrs() 1282 prefix = xmlDictLookup(ctxt->dict, fullname, len); in xmlAddDefAttrs() 1323 name = xmlDictLookup(ctxt->dict, fullattr, -1); in xmlAddDefAttrs() 1326 name = xmlDictLookup(ctxt->dict, name, -1); in xmlAddDefAttrs() 1327 prefix = xmlDictLookup(ctxt->dict, fullattr, len); in xmlAddDefAttrs() 1334 value = xmlDictLookup(ctxt->dict, value, len); in xmlAddDefAttrs() [all …]
|
D | pattern.c | 84 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \ 776 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q); 795 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q); 846 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q); in xmlPatScanName() 884 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q); in xmlPatScanNCName()
|
D | valid.c | 969 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() 2099 ret->name = xmlDictLookup(dict, name, -1); in xmlAddAttributeDecl() 2100 ret->prefix = xmlDictLookup(dict, ns, -1); in xmlAddAttributeDecl() 2101 ret->elem = xmlDictLookup(dict, elem, -1); in xmlAddAttributeDecl() [all …]
|
D | dict.c | 865 xmlDictLookup(xmlDictPtr dict, const xmlChar *name, int len) { in xmlDictLookup() function 1123 return(xmlDictLookup(dict, name, -1)); in xmlDictQLookup()
|
D | tree.c | 1075 cpy = (xmlChar *) xmlDictLookup((dict), (const xmlChar *)(str), -1); \ 1092 cpy = xmlDictLookup((dict), (const xmlChar *)(str), -1); \ 1895 cur->name = (xmlChar *) xmlDictLookup(doc->dict, name, -1); in xmlNewPropInternal() 2054 cur->name = xmlDictLookup(doc->dict, name, -1); in xmlNewDocProp() 2204 cur->name = xmlDictLookup(doc->dict, name, -1); in xmlNewDocPI() 2339 xmlDictLookup(doc->dict, name, -1)); in xmlNewDocNode() 4268 ret->name = xmlDictLookup(doc->dict, node->name, -1); in xmlStaticCopyNode() 5217 cur->name = xmlDictLookup(dict, name, -1); in xmlNodeSetName() 8192 str = xmlDictLookup(destDoc->dict, str, -1); \ 8212 xmlDictLookup(destDoc->dict, cur->content, -1); \
|
D | xmlschemas.c | 4752 ret = xmlDictLookup(ctxt->dict, val, -1); in xmlSchemaGetNodeContent() 4783 ret = xmlDictLookup(ctxt->dict, val, -1); in xmlSchemaGetProp() 5897 *uri = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlSchemaPValAttrNodeQNameValue() 5907 *local = xmlDictLookup(ctxt->dict, value, -1); in xmlSchemaPValAttrNodeQNameValue() 5914 *local = xmlDictLookup(ctxt->dict, *local, -1); in xmlSchemaPValAttrNodeQNameValue() 5915 pref = xmlDictLookup(ctxt->dict, value, len); in xmlSchemaPValAttrNodeQNameValue() 5926 *uri = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlSchemaPValAttrNodeQNameValue() 6885 dictnsItem = xmlDictLookup(ctxt->dict, nsItem, -1); in xmlSchemaParseWildcardNs() 9285 xmlDictLookup(ctxt->dict, (const xmlChar *)buf, -1), in xmlSchemaParseSimpleType() 10067 ret->URL = xmlDictLookup(dict, (const xmlChar *) URL, -1); in xmlSchemaNewParserCtxtUseDict() [all …]
|
D | HTMLparser.c | 2587 return(xmlDictLookup(ctxt->dict, loc, i)); in htmlParseHTMLName() 2618 return(xmlDictLookup(ctxt->dict, loc, i)); in htmlParseHTMLName_nonInvasive() 2659 ret = xmlDictLookup(ctxt->dict, ctxt->input->cur, count); in htmlParseName() 2715 return(xmlDictLookup(ctxt->dict, ctxt->input->cur - len, len)); in htmlParseNameComplex()
|
D | libxml2.syms | 1579 xmlDictLookup;
|
D | SAX2.c | 1862 intern = xmlDictLookup(ctxt->dict, str, len); in xmlSAX2TextNode() 1870 intern = xmlDictLookup(ctxt->dict, str, len); in xmlSAX2TextNode()
|
D | elfgcchack.h | 2925 #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
|
D | xmlreader.c | 205 #define CONSTSTR(str) xmlDictLookup(reader->dict, (str), -1) 5347 reader->xinclude_name = xmlDictLookup(reader->dict, XINCLUDE_NODE, -1); in xmlTextReaderSetup()
|
D | debugXML.c | 375 (node->name == xmlDictLookup(ctxt->dict, BAD_CAST "nbktext", in xmlCtxtGenericNodeCheck()
|
D | xmlregexp.c | 6948 name = xmlDictLookup(ctxt->dict, name, len); in xmlExpNewAtom() 8001 val = xmlDictLookup(ctxt->dict, BAD_CAST base, ctxt->cur - base); in xmlExpParseOr()
|
D | xpath.c | 1147 (void *)xmlDictLookup(comp->dict, value4, -1); in xmlXPathCompExprAdd() 1153 (void *)xmlDictLookup(comp->dict, value5, -1); in xmlXPathCompExprAdd()
|
D | testapi.c | 8312 ret_val = xmlDictLookup(dict, (const xmlChar *)name, len); in test_xmlDictLookup()
|
/external/libxml2/os400/libxmlrpg/ |
D | dict.rpgle | 57 d xmlDictLookup pr * extproc('xmlDictLookup') const xmlChar *
|
/external/libxml2/os400/ |
D | transcode.c | 111 ret = (char *) xmlDictLookup(*dict, in xmlTranscodeResult() 194 ret = xmlDictLookup(*dict, ts, dstp - ts + 1); in inTranscode()
|
/external/libxml2/include/libxml/ |
D | dict.h | 53 xmlDictLookup (xmlDictPtr dict,
|
/external/libxml2/win32/ |
D | libxml2.def.src | 776 xmlDictLookup
|