Home
last modified time | relevance | path

Searched refs:DOM_GET_OBJ (Results 1 – 11 of 11) sorted by relevance

/PHP-5.6/ext/dom/
H A Delement.c343 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 Dcharacterdata.c180 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 Ddocument.c854 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 Dnode.c1175 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 Dtext.c161 DOM_GET_OBJ(node, id, xmlNodePtr, intern); in PHP_FUNCTION()
216 DOM_GET_OBJ(node, id, xmlNodePtr, intern); in PHP_FUNCTION()
H A Dxml_common.h95 DOM_GET_OBJ(__ptr, __id, __prtype, __intern);
H A Ddocumentfragment.c135 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_METHOD()
H A Dattr.c263 DOM_GET_OBJ(attrp, id, xmlAttrPtr, intern); in PHP_FUNCTION()
H A Dphp_dom.h134 #define DOM_GET_OBJ(__ptr, __id, __prtype, __intern) { \ macro
H A Ddomimplementation.c168 DOM_GET_OBJ(doctype, node, xmlDtdPtr, doctobj); in PHP_METHOD()
H A Dxpath.c287 DOM_GET_OBJ(docp, doc, xmlDocPtr, docobj); in PHP_METHOD()
419 DOM_GET_OBJ(nodep, context, xmlNodePtr, nodeobj); in php_xpath_eval()

Completed in 27 milliseconds