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

  /external/chromium_org/third_party/libxslt/libxslt/
templates.c 623 xmlNsPtr origNs = NULL, copyNs = NULL;
712 copyNs = xsltGetSpecialNamespace(ctxt, attr->parent,
715 copyNs = xsltGetNamespace(ctxt, attr->parent,
718 if (copyNs == NULL)
721 copyNs = NULL;
723 copy->ns = copyNs;
transform.c 1087 xmlNsPtr origNs = NULL, copyNs = NULL;
1102 copyNs = xsltGetSpecialNamespace(ctxt, invocNode,
1104 if (copyNs == NULL)
1107 copyNs = NULL;
1115 copy = xmlNewNsProp(target, copyNs, attr->name,
1119 copy = xmlNewNsProp(target, copyNs, attr->name, BAD_CAST value);
1122 copy = xmlNewNsProp(target, copyNs, attr->name, NULL);
    [all...]
  /external/libxslt/libxslt/
templates.c 621 xmlNsPtr origNs = NULL, copyNs = NULL;
710 copyNs = xsltGetSpecialNamespace(ctxt, attr->parent,
713 copyNs = xsltGetNamespace(ctxt, attr->parent,
716 if (copyNs == NULL)
719 copyNs = NULL;
721 copy->ns = copyNs;
transform.c 1087 xmlNsPtr origNs = NULL, copyNs = NULL;
1102 copyNs = xsltGetSpecialNamespace(ctxt, invocNode,
1104 if (copyNs == NULL)
1107 copyNs = NULL;
1115 copy = xmlNewNsProp(target, copyNs, attr->name,
1119 copy = xmlNewNsProp(target, copyNs, attr->name, BAD_CAST value);
1122 copy = xmlNewNsProp(target, copyNs, attr->name, NULL);
    [all...]

Completed in 391 milliseconds