Home
last modified time | relevance | path

Searched refs:xmlGetPropNodeInternal (Results 1 – 3 of 3) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
Dtree.c6510 xmlGetPropNodeInternal(const xmlNode *node, const xmlChar *name, in xmlGetPropNodeInternal() function
6727 return(xmlGetPropNodeInternal(node, name, nameSpace, xmlCheckDTD)); in xmlHasNsProp()
6775 prop = xmlGetPropNodeInternal(node, name, NULL, xmlCheckDTD); in xmlGetNoNsProp()
6800 prop = xmlGetPropNodeInternal(node, name, nameSpace, xmlCheckDTD); in xmlGetNsProp()
6820 prop = xmlGetPropNodeInternal(node, name, NULL, 0); in xmlUnsetProp()
6841 prop = xmlGetPropNodeInternal(node, name, (ns != NULL) ? ns->href : NULL, 0); in xmlUnsetNsProp()
6909 prop = xmlGetPropNodeInternal(node, name, (ns != NULL) ? ns->href : NULL, 0); in xmlSetNsProp()
/third_party/libxml2/
Dtree.c6523 xmlGetPropNodeInternal(const xmlNode *node, const xmlChar *name, in xmlGetPropNodeInternal() function
6750 return(xmlGetPropNodeInternal(node, name, nameSpace, xmlCheckDTD)); in xmlHasNsProp()
6798 prop = xmlGetPropNodeInternal(node, name, NULL, xmlCheckDTD); in xmlGetNoNsProp()
6823 prop = xmlGetPropNodeInternal(node, name, nameSpace, xmlCheckDTD); in xmlGetNsProp()
6843 prop = xmlGetPropNodeInternal(node, name, NULL, 0); in xmlUnsetProp()
6864 prop = xmlGetPropNodeInternal(node, name, (ns != NULL) ? ns->href : NULL, 0); in xmlUnsetNsProp()
6932 prop = xmlGetPropNodeInternal(node, name, (ns != NULL) ? ns->href : NULL, 0); in xmlSetNsProp()
DChangeLog2318 values into the functions xmlGetPropNodeInternal() and