HomeSort by relevance Sort by last modified time
    Searched refs:xmlDictLookup (Results 1 - 20 of 20) sorted by null

  /external/libxml2/
testdict.c 171 test2[i] = xmlDictLookup(dict, strings2[i], -1);
181 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j]));
191 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j]));
207 test2[i] = xmlDictLookup(dict, strings2[i], -1);
250 if (xmlDictLookup(dict, strings2[i], -1) != test2[i]) {
262 if (xmlDictLookup(dict, strings1[i], -1) != test1[i]) {
332 test1[i] = xmlDictLookup(dict, strings1[i], -1);
342 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j]));
352 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j]));
368 test1[i] = xmlDictLookup(dict, strings1[i], -1)
    [all...]
rngparser.c 292 token->token = xmlDictLookup(ctxt->dict, ctxt->cur, token->toklen);
312 token->token = xmlDictLookup(ctxt->dict, ctxt->cur, token->toklen);
329 token->token = xmlDictLookup(ctxt->dict, ctxt->cur, token->toklen);
348 token->token = xmlDictLookup(ctxt->dict, ctxt->cur,
    [all...]
hash.c 532 name = xmlDictLookup(table->dict, name, -1);
537 name2 = xmlDictLookup(table->dict, name2, -1);
542 name3 = xmlDictLookup(table->dict, name3, -1);
648 name = xmlDictLookup(table->dict, name, -1);
653 name2 = xmlDictLookup(table->dict, name2, -1);
658 name3 = xmlDictLookup(table->dict, name3, -1);
entities.c 174 ret->name = xmlDictLookup(dict, name, -1);
176 ret->ExternalID = xmlDictLookup(dict, ExternalID, -1);
178 ret->SystemID = xmlDictLookup(dict, SystemID, -1);
184 xmlDictLookup(dict, content, ret->length);
schematron.c 608 ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1);
832 xmlDictLookup(ctxt->dict, ns, -1);
834 xmlDictLookup(ctxt->dict, prefix, -1);
1114 ctxt->URL = xmlDictLookup(ctxt->dict, BAD_CAST "in_memory_buffer", -1);
1162 ret->title = xmlDictLookup(ret->dict, title, -1);
    [all...]
parser.c 1076 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3);
1077 ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5);
1078 ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36);
    [all...]
pattern.c 84 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);
881 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
    [all...]
valid.c 969 ret->name = xmlDictLookup(dict, name, -1);
975 ret->prefix = xmlDictLookup(dict, name, l);
976 ret->name = xmlDictLookup(dict, tmp, -1);
1027 ret->name = xmlDictLookup(dict, cur->name, -1);
1034 ret->prefix = xmlDictLookup(dict, cur->prefix, -1);
1057 tmp->name = xmlDictLookup(dict, cur->name, -1);
1064 tmp->prefix = xmlDictLookup(dict, cur->prefix, -1);
    [all...]
dict.c 819 * xmlDictLookup:
829 xmlDictLookup(xmlDictPtr dict, const xmlChar *name, int len) {
1087 return(xmlDictLookup(dict, name, -1));
tree.c 1069 cpy = (xmlChar *) xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1086 cpy = xmlDictLookup((dict), (const xmlChar *)(str), -1); \
    [all...]
xmlschemas.c     [all...]
libxml2.syms 1579 xmlDictLookup;
    [all...]
debugXML.c 375 (node->name == xmlDictLookup(ctxt->dict, BAD_CAST "nbktext",
    [all...]
xmlreader.c 198 #define CONSTSTR(str) xmlDictLookup(reader->dict, (str), -1)
    [all...]
elfgcchack.h     [all...]
xmlregexp.c     [all...]
xpath.c 1120 (void *)xmlDictLookup(comp->dict, value4, -1);
1126 (void *)xmlDictLookup(comp->dict, value5, -1);
    [all...]
testapi.c     [all...]
  /external/libxml2/include/libxml/
dict.h 60 xmlDictLookup (xmlDictPtr dict,
  /external/libxml2/os400/
transcode.c 111 ret = (char *) xmlDictLookup(*dict,
194 ret = xmlDictLookup(*dict, ts, dstp - ts + 1);

Completed in 205 milliseconds