/PHP-5.6/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 | 180 DOM_GET_OBJ(node, id, xmlNodePtr, intern); in PHP_FUNCTION() 227 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 263 DOM_GET_OBJ(node, id, xmlNodePtr, intern); in PHP_FUNCTION() 310 DOM_GET_OBJ(node, id, xmlNodePtr, intern); in PHP_FUNCTION() 366 DOM_GET_OBJ(node, id, xmlNodePtr, intern); in PHP_FUNCTION()
|
H A D | document.c | 854 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() 886 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() 914 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() 942 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() 970 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() 998 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() 1033 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() 1067 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() 1100 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() 1126 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION() [all …]
|
H A D | node.c | 1175 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 1261 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 1312 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 1412 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 1442 DOM_GET_OBJ(n, id, xmlNodePtr, intern); in PHP_FUNCTION() 1501 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 1544 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 1581 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 1610 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION() 1660 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 | attr.c | 263 DOM_GET_OBJ(attrp, id, xmlAttrPtr, intern); in PHP_FUNCTION()
|
H A D | php_dom.h | 134 #define DOM_GET_OBJ(__ptr, __id, __prtype, __intern) { \ macro
|
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()
|