/PHP-5.4/ext/dom/ |
H A D | element.c | 343 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 396 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 450 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 498 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 544 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 610 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 648 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION() 675 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION() 762 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION() 883 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() [all …]
|
H A D | characterdata.c | 187 DOM_GET_OBJ(node, id, xmlNodePtr, intern); in PHP_FUNCTION() 234 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 270 DOM_GET_OBJ(node, id, xmlNodePtr, intern); in PHP_FUNCTION() 317 DOM_GET_OBJ(node, id, xmlNodePtr, intern); in PHP_FUNCTION() 373 DOM_GET_OBJ(node, id, xmlNodePtr, intern); in PHP_FUNCTION()
|
H A D | document.c | 915 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() 947 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() 975 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() 1003 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() 1031 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() 1059 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() 1094 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() 1128 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() 1161 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() 1187 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() [all …]
|
H A D | node.c | 1173 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 1259 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 1310 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 1410 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 1440 DOM_GET_OBJ(n, id, xmlNodePtr, intern); in PHP_FUNCTION() 1499 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 1542 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 1579 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 1608 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 1658 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() [all …]
|
H A D | text.c | 161 DOM_GET_OBJ(node, id, xmlNodePtr, intern); in PHP_FUNCTION() 216 DOM_GET_OBJ(node, id, xmlNodePtr, intern); in PHP_FUNCTION()
|
H A D | xml_common.h | 95 DOM_GET_OBJ(__ptr, __id, __prtype, __intern);
|
H A D | documentfragment.c | 135 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_METHOD()
|
H A D | php_dom.h | 132 #define DOM_GET_OBJ(__ptr, __id, __prtype, __intern) { \ macro
|
H A D | attr.c | 270 DOM_GET_OBJ(attrp, id, xmlAttrPtr, intern); in PHP_FUNCTION()
|
H A D | domimplementation.c | 168 DOM_GET_OBJ(doctype, node, xmlDtdPtr, doctobj); in PHP_METHOD()
|
H A D | xpath.c | 287 DOM_GET_OBJ(docp, doc, xmlDocPtr, docobj); in PHP_METHOD() 419 DOM_GET_OBJ(nodep, context, xmlNodePtr, nodeobj); in php_xpath_eval()
|