Home
last modified time | relevance | path

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

/PHP-7.2/ext/xsl/
H A Dphp_xsl.h73 } xsl_object; typedef
75 static inline xsl_object *php_xsl_fetch_object(zend_object *obj) { in php_xsl_fetch_object()
76 return (xsl_object *)((char*)(obj) - XtOffsetOf(xsl_object, std)); in php_xsl_fetch_object()
H A Dphp_xsl.c71 xsl_object *intern = php_xsl_fetch_object(object); in ZEND_GET_MODULE()
109 xsl_object *intern; in xsl_objects_new()
111 intern = ecalloc(1, sizeof(xsl_object) + zend_object_properties_size(class_type)); in xsl_objects_new()
134 xsl_object_handlers.offset = XtOffsetOf(xsl_object, std); in PHP_MINIT_FUNCTION()
194 xsl_object *object; in php_xsl_set_object()
H A Dxsltprocessor.c187 xsl_object *intern; in xsl_ext_function_php()
398 xsl_object *intern; in PHP_FUNCTION()
628 xsl_object *intern; in PHP_FUNCTION()
685 xsl_object *intern; in PHP_FUNCTION()
717 xsl_object *intern; in PHP_FUNCTION()
752 xsl_object *intern; in PHP_FUNCTION()
796 xsl_object *intern; in PHP_FUNCTION()
821 xsl_object *intern; in PHP_FUNCTION()
842 xsl_object *intern; in PHP_FUNCTION()
877 xsl_object *intern; in PHP_FUNCTION()
[all …]

Completed in 10 milliseconds