Lines Matching refs:elemp

638 	xmlNodePtr elemp;  in PHP_FUNCTION()  local
648 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
664 xmlNodePtr elemp; in PHP_FUNCTION() local
675 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
677 strattr = xmlGetNsProp(elemp, (xmlChar *) name, (xmlChar *) uri); in PHP_FUNCTION()
684 nsptr = dom_get_nsdecl(elemp, (xmlChar *)name); in PHP_FUNCTION()
744 xmlNodePtr elemp, nodep = NULL; in PHP_FUNCTION() local
762 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
766 if (dom_node_is_read_only(elemp) == SUCCESS) { in PHP_FUNCTION()
775 nodep = (xmlNodePtr) xmlHasNsProp(elemp, (xmlChar *) localname, (xmlChar *) uri); in PHP_FUNCTION()
785 nsptr = dom_get_nsdecl(elemp, NULL); in PHP_FUNCTION()
787 nsptr = dom_get_nsdecl(elemp, (xmlChar *)localname); in PHP_FUNCTION()
790 nsptr = xmlSearchNsByHref(elemp->doc, elemp, (xmlChar *)uri); in PHP_FUNCTION()
804 nsptr = _dom_new_reconNs(elemp->doc, elemp, nsptr); in PHP_FUNCTION()
812 xmlNewNs(elemp, (xmlChar *)value, NULL); in PHP_FUNCTION()
813 xmlReconciliateNs(elemp->doc, elemp); in PHP_FUNCTION()
819 xmlNewNs(elemp, (xmlChar *)value, (xmlChar *)localname); in PHP_FUNCTION()
821 nsptr = dom_get_ns(elemp, uri, &errorcode, prefix); in PHP_FUNCTION()
823 xmlReconciliateNs(elemp->doc, elemp); in PHP_FUNCTION()
835 xmlSetNsProp(elemp, nsptr, (xmlChar *)localname, (xmlChar *)value); in PHP_FUNCTION()
843 attr = xmlHasProp(elemp, (xmlChar *)localname); in PHP_FUNCTION()
847 xmlSetProp(elemp, (xmlChar *)localname, (xmlChar *)value); in PHP_FUNCTION()
929 xmlNodePtr elemp; in PHP_FUNCTION() local
939 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
941 attrp = xmlHasNsProp(elemp, (xmlChar *)name, (xmlChar *)uri); in PHP_FUNCTION()
1032 xmlNodePtr elemp; in PHP_FUNCTION() local
1042 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
1088 xmlNodePtr elemp; in PHP_FUNCTION() local
1099 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
1101 value = xmlGetNsProp(elemp, (xmlChar *)name, (xmlChar *)uri); in PHP_FUNCTION()
1108 nsp = dom_get_nsdecl(elemp, (xmlChar *)name); in PHP_FUNCTION()
1181 xmlNodePtr elemp; in PHP_FUNCTION() local
1192 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
1194 if (dom_node_is_read_only(elemp) == SUCCESS) { in PHP_FUNCTION()
1199 attrp = xmlHasNsProp(elemp, (xmlChar *)name, (xmlChar *)uri); in PHP_FUNCTION()