Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/
H A Dspl_directory.h39 typedef struct _spl_filesystem_object spl_filesystem_object; typedef
41 typedef void (*spl_foreign_dtor_t)(spl_filesystem_object *object);
42 typedef void (*spl_foreign_clone_t)(spl_filesystem_object *src, spl_filesystem_object *dst);
44 PHPAPI char* spl_filesystem_object_get_path(spl_filesystem_object *intern, size_t *len);
103 static inline spl_filesystem_object *spl_filesystem_from_obj(zend_object *obj) /* {{{ */ { in spl_filesystem_from_obj()
104 return (spl_filesystem_object*)((char*)(obj) - XtOffsetOf(spl_filesystem_object, std)); in spl_filesystem_from_obj()
110 static inline spl_filesystem_iterator* spl_filesystem_object_to_iterator(spl_filesystem_object *obj) in spl_filesystem_object_to_iterator()
120 static inline spl_filesystem_object* spl_filesystem_iterator_to_object(spl_filesystem_iterator *it) in spl_filesystem_iterator_to_object()
122 return (spl_filesystem_object*)it->object; in spl_filesystem_iterator_to_object()
H A Dspl_directory.c75 spl_filesystem_object *intern = spl_filesystem_from_obj(object); in spl_filesystem_object_destroy_object()
156 spl_filesystem_object *intern; in spl_filesystem_object_new_ex()
354 spl_filesystem_object *intern; in spl_filesystem_object_clone()
355 spl_filesystem_object *source; in spl_filesystem_object_clone()
437 spl_filesystem_object *intern; in spl_filesystem_object_create_info()
480 spl_filesystem_object *intern; in spl_filesystem_object_create_type()
702 spl_filesystem_object *intern; in spl_filesystem_object_construct()
1133 spl_filesystem_object *intern; in PHP_METHOD()
1498 spl_filesystem_object *subdir; in PHP_METHOD()
1624 spl_filesystem_object *dir_object; in spl_filesystem_dir_get_iterator()
[all …]
/PHP-8.0/ext/phar/
H A Dphar_internal.h468 spl_filesystem_object spl;
474 spl_filesystem_object spl;
H A Dphar_object.c1066 static void phar_spl_foreign_dtor(spl_filesystem_object *object) /* {{{ */ in phar_spl_foreign_dtor()
1081 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst) /* {{{ */ in phar_spl_foreign_clone()
1448spl_filesystem_object *intern = (spl_filesystem_object*)((char*)Z_OBJ_P(value) - Z_OBJ_P(value)->h… in phar_build()

Completed in 40 milliseconds