• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/

Lines Matching refs:properties

1159     cur->properties = XML_DOC_USERBUILT;
1851 if (node->properties == NULL) {
1852 node->properties = cur;
1854 xmlAttrPtr prev = node->properties;
2072 tmp = cur->parent->properties;
2074 cur->parent->properties = cur->next;
2755 prop = tree->properties;
2910 prop->parent->properties = (xmlAttrPtr) prop;
2927 * If the new node is ATTRIBUTE, it is added into properties instead of children.
3005 * If the new node is ATTRIBUTE, it is added into properties instead of children.
3232 * If the new node is ATTRIBUTE, it is added into properties instead of children.
3312 if (parent->properties == NULL) {
3313 parent->properties = (xmlAttrPtr) cur;
3330 lastattr = parent->properties;
3409 (cur->properties != NULL))
3410 xmlFreePropList(cur->properties);
3415 (cur->content != (xmlChar *) &(cur->properties))) {
3483 (cur->properties != NULL))
3484 xmlFreePropList(cur->properties);
3490 (cur->content != (xmlChar *) &(cur->properties))) {
3563 if (parent->properties == (xmlAttrPtr) cur)
3564 parent->properties = ((xmlAttrPtr) cur)->next;
3634 if (cur->parent->properties == (xmlAttrPtr)old)
3635 cur->parent->properties = ((xmlAttrPtr) cur);
3866 * however, we allow a value of 2 to indicate copy properties and
3991 if ((node->type == XML_ELEMENT_NODE) && (node->properties != NULL))
3992 ret->properties = xmlCopyPropList(ret, node->properties);
4061 * @extended: if 1 do a recursive copy (properties, namespaces and children
4063 * if 2 copy properties and namespaces (when applicable)
4081 * @extended: if 1 do a recursive copy (properties, namespaces and children
4083 * if 2 copy properties and namespaces (when applicable)
5276 (cur->content != (xmlChar *) &(cur->properties))) {
5287 cur->properties = NULL;
5354 (cur->content != (xmlChar *) &(cur->properties))) {
5365 cur->properties = NULL;
5440 if ((cur->content == (xmlChar *) &(cur->properties)) ||
5444 cur->properties = NULL;
5999 attr = node->properties;
6109 if (node->properties != NULL) {
6110 prop = node->properties;
6268 * Check on the properties attached to the node
6270 prop = node->properties;
6613 if ((node->content == (xmlChar *) &(node->properties)) ||
6620 node->properties = NULL;
7865 (node->properties != NULL)) {
7866 node = (xmlNodePtr) node->properties;
8467 (cur->properties != NULL)) {
8471 cur = (xmlNodePtr) cur->properties;
8752 * Further node properties.
8763 if (cur->properties != NULL) {
8767 cur = (xmlNodePtr) cur->properties;
9057 parentClone->properties = (xmlAttrPtr) clone;
9323 if ((cur->type == XML_ELEMENT_NODE) && (cur->properties != NULL)) {
9326 cur = (xmlNodePtr) cur->properties;