• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/

Lines Matching refs:properties

1837         if (node->properties == NULL) {
1838 node->properties = cur;
1840 xmlAttrPtr prev = node->properties;
2058 tmp = cur->parent->properties;
2060 cur->parent->properties = cur->next;
2736 prop = tree->properties;
2891 prop->parent->properties = (xmlAttrPtr) prop;
2908 * If the new node is ATTRIBUTE, it is added into properties instead of children.
2986 * If the new node is ATTRIBUTE, it is added into properties instead of children.
3213 * If the new node is ATTRIBUTE, it is added into properties instead of children.
3293 if (parent->properties == NULL) {
3294 parent->properties = (xmlAttrPtr) cur;
3311 lastattr = parent->properties;
3390 (cur->properties != NULL))
3391 xmlFreePropList(cur->properties);
3396 (cur->content != (xmlChar *) &(cur->properties))) {
3459 (cur->properties != NULL))
3460 xmlFreePropList(cur->properties);
3466 (cur->content != (xmlChar *) &(cur->properties))) {
3517 if (parent->properties == (xmlAttrPtr) cur)
3518 parent->properties = ((xmlAttrPtr) cur)->next;
3588 if (cur->parent->properties == (xmlAttrPtr)old)
3589 cur->parent->properties = ((xmlAttrPtr) cur);
3820 * however, we allow a value of 2 to indicate copy properties and
3945 if ((node->type == XML_ELEMENT_NODE) && (node->properties != NULL))
3946 ret->properties = xmlCopyPropList(ret, node->properties);
4015 * @extended: if 1 do a recursive copy (properties, namespaces and children
4017 * if 2 copy properties and namespaces (when applicable)
4035 * @extended: if 1 do a recursive copy (properties, namespaces and children
4037 * if 2 copy properties and namespaces (when applicable)
5227 (cur->content != (xmlChar *) &(cur->properties))) {
5238 cur->properties = NULL;
5302 (cur->content != (xmlChar *) &(cur->properties))) {
5313 cur->properties = NULL;
5385 if ((cur->content == (xmlChar *) &(cur->properties)) ||
5389 cur->properties = NULL;
5941 attr = node->properties;
6051 if (node->properties != NULL) {
6052 prop = node->properties;
6210 * Check on the properties attached to the node
6212 prop = node->properties;
6552 if ((node->content == (xmlChar *) &(node->properties)) ||
6559 node->properties = NULL;
7721 (node->properties != NULL)) {
7722 node = (xmlNodePtr) node->properties;
8323 (cur->properties != NULL)) {
8327 cur = (xmlNodePtr) cur->properties;
8608 * Further node properties.
8619 if (cur->properties != NULL) {
8623 cur = (xmlNodePtr) cur->properties;
8913 parentClone->properties = (xmlAttrPtr) clone;
9179 if ((cur->type == XML_ELEMENT_NODE) && (cur->properties != NULL)) {
9182 cur = (xmlNodePtr) cur->properties;