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

  /external/libxml2/include/libxml/
dict.h 68 xmlDictQLookup (xmlDictPtr dict,
  /external/libxml2/
testdict.c 279 tmp = xmlDictQLookup(dict, &prefix[0], cur);
296 tmp = xmlDictQLookup(dict, &prefix[0], cur);
297 if (xmlDictQLookup(dict, &prefix[0], cur) != test1[i]) {
410 tmp = xmlDictQLookup(dict, &prefix[0], cur);
libxml2.syms 1581 xmlDictQLookup;
    [all...]
dict.c 1067 * xmlDictQLookup:
1077 xmlDictQLookup(xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name) {
SAX2.c     [all...]
elfgcchack.h     [all...]
xmlreader.c 199 #define CONSTQSTR(p, str) xmlDictQLookup(reader->dict, (p), (str))
    [all...]
testapi.c     [all...]

Completed in 461 milliseconds