Searched refs:_xmlAttr (Results 1 – 3 of 3) sorted by relevance
432 typedef struct _xmlAttr xmlAttr;434 struct _xmlAttr { struct441 struct _xmlAttr *next; /* next sibling link */ argument442 struct _xmlAttr *prev; /* previous sibling link */ argument503 struct _xmlAttr *properties;/* properties list */
227 for (const _xmlAttr* attribute = node->properties; attribute != nullptr; in GetStringProperty()
53 for (const _xmlAttr* attribute = node->properties; attribute != nullptr; in GetStringProperty()