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

  /external/chromium_org/third_party/libxml/src/
hash.c 37 typedef struct _xmlHashEntry xmlHashEntry;
39 struct _xmlHashEntry {
40 struct _xmlHashEntry *next;
52 struct _xmlHashEntry *table;
201 struct _xmlHashEntry *oldtable;
  /external/libxml2/
hash.c 53 typedef struct _xmlHashEntry xmlHashEntry;
55 struct _xmlHashEntry {
56 struct _xmlHashEntry *next;
68 struct _xmlHashEntry *table;
233 struct _xmlHashEntry *oldtable;

Completed in 46 milliseconds