Home
last modified time | relevance | path

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

12

/third_party/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.c551 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()
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.c1121 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3); in xmlDetectSAX2()
1122 ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5); in xmlDetectSAX2()
1123 ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36); in xmlDetectSAX2()
1280 name = xmlDictLookup(ctxt->dict, fullname, -1); in xmlAddDefAttrs()
1283 name = xmlDictLookup(ctxt->dict, name, -1); in xmlAddDefAttrs()
1284 prefix = xmlDictLookup(ctxt->dict, fullname, len); in xmlAddDefAttrs()
1325 name = xmlDictLookup(ctxt->dict, fullattr, -1); in xmlAddDefAttrs()
1328 name = xmlDictLookup(ctxt->dict, name, -1); in xmlAddDefAttrs()
1329 prefix = xmlDictLookup(ctxt->dict, fullattr, len); in xmlAddDefAttrs()
1336 value = xmlDictLookup(ctxt->dict, value, len); in xmlAddDefAttrs()
[all …]
Dpattern.c84 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()
Dvalid.c998 ret->name = xmlDictLookup(dict, name, -1); in xmlNewDocElementContent()
1004 ret->prefix = xmlDictLookup(dict, name, l); in xmlNewDocElementContent()
1005 ret->name = xmlDictLookup(dict, tmp, -1); in xmlNewDocElementContent()
1056 ret->name = xmlDictLookup(dict, cur->name, -1); in xmlCopyDocElementContent()
1063 ret->prefix = xmlDictLookup(dict, cur->prefix, -1); in xmlCopyDocElementContent()
1086 tmp->name = xmlDictLookup(dict, cur->name, -1); in xmlCopyDocElementContent()
1093 tmp->prefix = xmlDictLookup(dict, cur->prefix, -1); in xmlCopyDocElementContent()
2128 ret->name = xmlDictLookup(dict, name, -1); in xmlAddAttributeDecl()
2129 ret->prefix = xmlDictLookup(dict, ns, -1); in xmlAddAttributeDecl()
2130 ret->elem = xmlDictLookup(dict, elem, -1); in xmlAddAttributeDecl()
[all …]
Ddict.c866 xmlDictLookup(xmlDictPtr dict, const xmlChar *name, int len) { in xmlDictLookup() function
1124 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); \
1899 cur->name = (xmlChar *) xmlDictLookup(doc->dict, name, -1); in xmlNewPropInternal()
2058 cur->name = xmlDictLookup(doc->dict, name, -1); in xmlNewDocProp()
2208 cur->name = xmlDictLookup(doc->dict, name, -1); in xmlNewDocPI()
2343 xmlDictLookup(doc->dict, name, -1)); in xmlNewDocNode()
4285 ret->name = xmlDictLookup(doc->dict, node->name, -1); in xmlStaticCopyNode()
5234 cur->name = xmlDictLookup(dict, name, -1); in xmlNodeSetName()
8191 str = xmlDictLookup(destDoc->dict, str, -1); \
8211 xmlDictLookup(destDoc->dict, cur->content, -1); \
Dxmlschemas.c4758 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()
5932 *uri = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlSchemaPValAttrNodeQNameValue()
6891 dictnsItem = xmlDictLookup(ctxt->dict, nsItem, -1); in xmlSchemaParseWildcardNs()
9291 xmlDictLookup(ctxt->dict, (const xmlChar *)buf, -1), in xmlSchemaParseSimpleType()
10073 ret->URL = xmlDictLookup(dict, (const xmlChar *) URL, -1); in xmlSchemaNewParserCtxtUseDict()
[all …]
Dentities.c162 ret->name = xmlDictLookup(dict, name, -1); in xmlCreateEntity()
DHTMLparser.c2589 return(xmlDictLookup(ctxt->dict, loc, i)); in htmlParseHTMLName()
2620 return(xmlDictLookup(ctxt->dict, loc, i)); in htmlParseHTMLName_nonInvasive()
2661 ret = xmlDictLookup(ctxt->dict, ctxt->input->cur, count); in htmlParseName()
2717 return(xmlDictLookup(ctxt->dict, ctxt->input->cur - len, len)); in htmlParseNameComplex()
/third_party/libxml2/os400/libxmlrpg/
Ddict.rpgle57 d xmlDictLookup pr * extproc('xmlDictLookup') const xmlChar *
/third_party/libxml2/os400/
Dtranscode.c111 ret = (char *) xmlDictLookup(*dict, in xmlTranscodeResult()
194 ret = xmlDictLookup(*dict, ts, dstp - ts + 1); in inTranscode()
/third_party/gettext/gnulib-local/lib/libxml/
Dhash.c555 name = xmlDictLookup(table->dict, name, -1); in xmlHashAddEntry3()
560 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashAddEntry3()
565 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashAddEntry3()
671 name = xmlDictLookup(table->dict, name, -1); in xmlHashUpdateEntry3()
676 name2 = xmlDictLookup(table->dict, name2, -1); in xmlHashUpdateEntry3()
681 name3 = xmlDictLookup(table->dict, name3, -1); in xmlHashUpdateEntry3()
Ddict.in.h89 xmlDictLookup (xmlDictPtr dict,
Dentities.c208 ret->name = xmlDictLookup(dict, name, -1); in xmlCreateEntity()
210 ret->ExternalID = xmlDictLookup(dict, ExternalID, -1); in xmlCreateEntity()
212 ret->SystemID = xmlDictLookup(dict, SystemID, -1); in xmlCreateEntity()
218 xmlDictLookup(dict, content, ret->length); in xmlCreateEntity()
Dschematron.c637 ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1); in xmlSchematronNewParserCtxt()
861 xmlDictLookup(ctxt->dict, ns, -1); in xmlSchematronAddNamespace()
863 xmlDictLookup(ctxt->dict, prefix, -1); in xmlSchematronAddNamespace()
1143 ctxt->URL = xmlDictLookup(ctxt->dict, BAD_CAST "in_memory_buffer", -1); in xmlSchematronParse()
1191 ret->title = xmlDictLookup(ret->dict, title, -1); in xmlSchematronParse()
Dparser.c1105 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3); in xmlDetectSAX2()
1106 ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5); in xmlDetectSAX2()
1107 ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36); in xmlDetectSAX2()
1264 name = xmlDictLookup(ctxt->dict, fullname, -1); in xmlAddDefAttrs()
1267 name = xmlDictLookup(ctxt->dict, name, -1); in xmlAddDefAttrs()
1268 prefix = xmlDictLookup(ctxt->dict, fullname, len); in xmlAddDefAttrs()
1309 name = xmlDictLookup(ctxt->dict, fullattr, -1); in xmlAddDefAttrs()
1312 name = xmlDictLookup(ctxt->dict, name, -1); in xmlAddDefAttrs()
1313 prefix = xmlDictLookup(ctxt->dict, fullattr, len); in xmlAddDefAttrs()
1320 value = xmlDictLookup(ctxt->dict, value, len); in xmlAddDefAttrs()
[all …]
Dpattern.c113 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
802 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
821 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
872 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q); in xmlPatScanName()
910 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q); in xmlPatScanNCName()
Dvalid.c998 ret->name = xmlDictLookup(dict, name, -1); in xmlNewDocElementContent()
1004 ret->prefix = xmlDictLookup(dict, name, l); in xmlNewDocElementContent()
1005 ret->name = xmlDictLookup(dict, tmp, -1); in xmlNewDocElementContent()
1056 ret->name = xmlDictLookup(dict, cur->name, -1); in xmlCopyDocElementContent()
1063 ret->prefix = xmlDictLookup(dict, cur->prefix, -1); in xmlCopyDocElementContent()
1086 tmp->name = xmlDictLookup(dict, cur->name, -1); in xmlCopyDocElementContent()
1093 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 …]
Ddict.c869 xmlDictLookup(xmlDictPtr dict, const xmlChar *name, int len) { in xmlDictLookup() function
1127 return(xmlDictLookup(dict, name, -1)); in xmlDictQLookup()
Dtree.c1104 cpy = (xmlChar *) xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1121 cpy = xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1905 cur->name = (xmlChar *) xmlDictLookup(doc->dict, name, -1); in xmlNewPropInternal()
2065 cur->name = xmlDictLookup(doc->dict, name, -1); in xmlNewDocProp()
2215 cur->name = xmlDictLookup(doc->dict, name, -1); in xmlNewDocPI()
2350 xmlDictLookup(doc->dict, name, -1)); in xmlNewDocNode()
4258 ret->name = xmlDictLookup(doc->dict, node->name, -1); in xmlStaticCopyNode()
5204 cur->name = xmlDictLookup(dict, name, -1); in xmlNodeSetName()
8170 str = xmlDictLookup(destDoc->dict, str, -1); \
8190 xmlDictLookup(destDoc->dict, cur->content, -1); \
Dxmlschemas.c4742 ret = xmlDictLookup(ctxt->dict, val, -1); in xmlSchemaGetNodeContent()
4773 ret = xmlDictLookup(ctxt->dict, val, -1); in xmlSchemaGetProp()
5888 *uri = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlSchemaPValAttrNodeQNameValue()
5898 *local = xmlDictLookup(ctxt->dict, value, -1); in xmlSchemaPValAttrNodeQNameValue()
5905 *local = xmlDictLookup(ctxt->dict, *local, -1); in xmlSchemaPValAttrNodeQNameValue()
5906 pref = xmlDictLookup(ctxt->dict, value, len); in xmlSchemaPValAttrNodeQNameValue()
5917 *uri = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlSchemaPValAttrNodeQNameValue()
6869 dictnsItem = xmlDictLookup(ctxt->dict, nsItem, -1); in xmlSchemaParseWildcardNs()
9269 xmlDictLookup(ctxt->dict, (const xmlChar *)buf, -1), in xmlSchemaParseSimpleType()
10051 ret->URL = xmlDictLookup(dict, (const xmlChar *) URL, -1); in xmlSchemaNewParserCtxtUseDict()
[all …]
/third_party/libxml2/include/libxml/
Ddict.h53 xmlDictLookup (xmlDictPtr dict,

12