Searched refs:xsl_object (Results 1 – 3 of 3) sorted by relevance
73 } xsl_object; typedef75 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()
71 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()
188 xsl_object *intern; in xsl_ext_function_php()401 xsl_object *intern; in PHP_FUNCTION()631 xsl_object *intern; in PHP_FUNCTION()688 xsl_object *intern; in PHP_FUNCTION()720 xsl_object *intern; in PHP_FUNCTION()755 xsl_object *intern; in PHP_FUNCTION()799 xsl_object *intern; in PHP_FUNCTION()824 xsl_object *intern; in PHP_FUNCTION()845 xsl_object *intern; in PHP_FUNCTION()880 xsl_object *intern; in PHP_FUNCTION()[all …]
Completed in 10 milliseconds