Searched refs:attrp (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/dom/ |
| H A D | attr.c | 107 xmlAttrPtr attrp; local 109 attrp = (xmlAttrPtr) dom_object_get_node(obj); 111 if (attrp == NULL) { 117 ZVAL_STRING(*retval, (char *) (attrp->name), 1); 146 xmlAttrPtr attrp; local 149 attrp = (xmlAttrPtr) dom_object_get_node(obj); 151 if (attrp == NULL) { 159 if ((content = xmlNodeGetContent((xmlNodePtr) attrp)) != NULL) { 173 xmlAttrPtr attrp; local 175 attrp 264 xmlAttrPtr attrp; local [all...] |
| H A D | document.c | 1388 xmlAttrPtr attrp; local 1399 attrp = xmlGetID(docp, (xmlChar *) idname); 1401 if (attrp && attrp->parent) { 1402 DOM_RET_OBJ((xmlNodePtr) attrp->parent, &ret, intern);
|
| H A D | element.c | 441 xmlNodePtr nodep, attrp; local 457 attrp = dom_get_dom1_attribute(nodep, (xmlChar *)name); 458 if (attrp == NULL) { 462 switch (attrp->type) { 464 if (php_dom_object_get_data(attrp) == NULL) { 465 node_list_unlink(attrp->children TSRMLS_CC); 466 xmlUnlinkNode(attrp); 467 xmlFreeProp((xmlAttrPtr)attrp); 469 xmlUnlinkNode(attrp); 489 xmlNodePtr nodep, attrp; local 536 xmlAttr *attrp, *existattrp = NULL; local 602 xmlAttr *attrp; local 873 xmlAttr *attrp; local 930 xmlAttrPtr attrp; local 961 xmlAttr *attrp, *existattrp = NULL; local 1119 php_set_attribute_id(xmlAttrPtr attrp, zend_bool is_id) argument 1146 xmlAttrPtr attrp; local 1182 xmlAttrPtr attrp; local 1218 xmlAttrPtr attrp; local [all...] |
| /PHP_TRUNK/ext/simplexml/ |
| H A D | simplexml.c | 1698 xmlAttrPtr attrp = NULL; local 1738 attrp = xmlHasNsProp(node, localname, (xmlChar *)nsuri); 1739 if (attrp != NULL && attrp->type != XML_ATTRIBUTE_DECL) { 1755 attrp = xmlNewNsProp(node, nsptr, localname, (xmlChar *)value);
|
Completed in 11 milliseconds