Home
last modified time | relevance | path

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

/PHP-7.3/ext/spl/
H A Dspl_directory.h41 typedef struct _spl_filesystem_object spl_filesystem_object; typedef
43 typedef void (*spl_foreign_dtor_t)(spl_filesystem_object *object);
44 typedef void (*spl_foreign_clone_t)(spl_filesystem_object *src, spl_filesystem_object *dst);
46 PHPAPI char* spl_filesystem_object_get_path(spl_filesystem_object *intern, size_t *len);
105 static inline spl_filesystem_object *spl_filesystem_from_obj(zend_object *obj) /* {{{ */ { in spl_filesystem_from_obj()
106 return (spl_filesystem_object*)((char*)(obj) - XtOffsetOf(spl_filesystem_object, std)); in spl_filesystem_from_obj()
112 static inline spl_filesystem_iterator* spl_filesystem_object_to_iterator(spl_filesystem_object *obj) in spl_filesystem_object_to_iterator()
122 static inline spl_filesystem_object* spl_filesystem_iterator_to_object(spl_filesystem_iterator *it) in spl_filesystem_iterator_to_object()
124 return (spl_filesystem_object*)it->object; in spl_filesystem_iterator_to_object()
H A Dspl_directory.c156 spl_filesystem_object *intern; in spl_filesystem_object_new_ex()
353 spl_filesystem_object *intern; in spl_filesystem_object_clone()
354 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()
604 spl_filesystem_object *intern = Z_SPLFILESYSTEM_P(object); in spl_filesystem_object_get_debug_info()
701 spl_filesystem_object *intern; in spl_filesystem_object_construct()
1131 spl_filesystem_object *intern; in SPL_METHOD()
1518 spl_filesystem_object *subdir; in SPL_METHOD()
1645 spl_filesystem_object *dir_object; in spl_filesystem_dir_get_iterator()
[all …]
/PHP-7.3/ext/phar/
H A Dphar_internal.h465 spl_filesystem_object spl;
471 spl_filesystem_object spl;
H A Dphar_object.c1075 static void phar_spl_foreign_dtor(spl_filesystem_object *object) /* {{{ */ in phar_spl_foreign_dtor()
1090 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst) /* {{{ */ in phar_spl_foreign_clone()
1464spl_filesystem_object *intern = (spl_filesystem_object*)((char*)Z_OBJ_P(value) - Z_OBJ_P(value)->h… in phar_build()

Completed in 31 milliseconds