Home
last modified time | relevance | path

Searched refs:spl_filesystem_object (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/spl/
H A Dspl_directory.c57 return (spl_filesystem_object*)((char*)(obj) - XtOffsetOf(spl_filesystem_object, std)); in spl_filesystem_from_obj()
190 spl_filesystem_object *intern; in spl_filesystem_object_new_ex()
407 spl_filesystem_object *intern; in spl_filesystem_object_clone()
408 spl_filesystem_object *source; in spl_filesystem_object_clone()
489 spl_filesystem_object *intern; in spl_filesystem_object_create_info()
517 spl_filesystem_object *intern; in spl_filesystem_object_create_type()
728 spl_filesystem_object *intern; in spl_filesystem_object_construct()
1168 spl_filesystem_object *intern; in PHP_METHOD()
1529 spl_filesystem_object *subdir; in PHP_METHOD()
1660 spl_filesystem_object *dir_object; in spl_filesystem_dir_get_iterator()
[all …]
H A Dspl_directory.h34 typedef struct _spl_filesystem_object spl_filesystem_object; typedef
36 typedef void (*spl_foreign_dtor_t)(spl_filesystem_object *object);
37 typedef void (*spl_foreign_clone_t)(spl_filesystem_object *src, spl_filesystem_object *dst);
39 PHPAPI zend_string *spl_filesystem_object_get_path(spl_filesystem_object *intern);
/PHP-8.2/ext/phar/
H A Dphar_internal.h470 spl_filesystem_object spl;
476 spl_filesystem_object spl;
H A Dphar_object.c1060 static void phar_spl_foreign_dtor(spl_filesystem_object *object) /* {{{ */ in phar_spl_foreign_dtor()
1075 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst) /* {{{ */ in phar_spl_foreign_clone()
1444spl_filesystem_object *intern = (spl_filesystem_object*)((char*)Z_OBJ_P(value) - Z_OBJ_P(value)->h… in phar_build()

Completed in 39 milliseconds