Home
last modified time | relevance | path

Searched refs:xsl_object (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/xsl/
H A Dphp_xsl.h71 } xsl_object; typedef
73 static inline xsl_object *php_xsl_fetch_object(zend_object *obj) { in php_xsl_fetch_object()
74 return (xsl_object *)((char*)(obj) - XtOffsetOf(xsl_object, std)); in php_xsl_fetch_object()
H A Dphp_xsl.c69 xsl_object *intern = php_xsl_fetch_object(object); in ZEND_GET_MODULE()
107 xsl_object *intern; in xsl_objects_new()
109 intern = zend_object_alloc(sizeof(xsl_object), class_type); in xsl_objects_new()
130 xsl_object_handlers.offset = XtOffsetOf(xsl_object, std); in PHP_MINIT_FUNCTION()
190 xsl_object *object; in php_xsl_set_object()
H A Dxsltprocessor.c188 xsl_object *intern; in xsl_ext_function_php()
400 xsl_object *intern; in PHP_FUNCTION()
626 xsl_object *intern; in PHP_FUNCTION()
683 xsl_object *intern; in PHP_FUNCTION()
715 xsl_object *intern; in PHP_FUNCTION()
750 xsl_object *intern; in PHP_FUNCTION()
798 xsl_object *intern; in PHP_FUNCTION()
822 xsl_object *intern; in PHP_FUNCTION()
843 xsl_object *intern; in PHP_FUNCTION()
882 xsl_object *intern; in PHP_FUNCTION()
[all …]

Completed in 15 milliseconds