Home
last modified time | relevance | path

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

/PHP-7.2/ext/spl/
H A Dspl_directory.h43 typedef struct _spl_filesystem_object spl_filesystem_object; typedef
45 typedef void (*spl_foreign_dtor_t)(spl_filesystem_object *object);
46 typedef void (*spl_foreign_clone_t)(spl_filesystem_object *src, spl_filesystem_object *dst);
48 PHPAPI char* spl_filesystem_object_get_path(spl_filesystem_object *intern, size_t *len);
107 static inline spl_filesystem_object *spl_filesystem_from_obj(zend_object *obj) /* {{{ */ { in spl_filesystem_from_obj()
108 return (spl_filesystem_object*)((char*)(obj) - XtOffsetOf(spl_filesystem_object, std)); in spl_filesystem_from_obj()
114 static inline spl_filesystem_iterator* spl_filesystem_object_to_iterator(spl_filesystem_object *obj) in spl_filesystem_object_to_iterator()
124 static inline spl_filesystem_object* spl_filesystem_iterator_to_object(spl_filesystem_iterator *it) in spl_filesystem_iterator_to_object()
126 return (spl_filesystem_object*)it->object; in spl_filesystem_iterator_to_object()
H A Dspl_directory.c155 spl_filesystem_object *intern; in spl_filesystem_object_new_ex()
352 spl_filesystem_object *intern; in spl_filesystem_object_clone()
353 spl_filesystem_object *source; in spl_filesystem_object_clone()
436 spl_filesystem_object *intern; in spl_filesystem_object_create_info()
479 spl_filesystem_object *intern; in spl_filesystem_object_create_type()
603 spl_filesystem_object *intern = Z_SPLFILESYSTEM_P(object); in spl_filesystem_object_get_debug_info()
700 spl_filesystem_object *intern; in spl_filesystem_object_construct()
1132 spl_filesystem_object *intern; in SPL_METHOD()
1519 spl_filesystem_object *subdir; in SPL_METHOD()
1647 spl_filesystem_object *dir_object; in spl_filesystem_dir_get_iterator()
[all …]
/PHP-7.2/ext/phar/
H A Dphar_internal.h467 spl_filesystem_object spl;
473 spl_filesystem_object spl;
H A Dphar_object.c1105 static void phar_spl_foreign_dtor(spl_filesystem_object *object) /* {{{ */ in phar_spl_foreign_dtor()
1120 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst) /* {{{ */ in phar_spl_foreign_clone()
1504spl_filesystem_object *intern = (spl_filesystem_object*)((char*)Z_OBJ_P(value) - Z_OBJ_P(value)->h… in phar_build()

Completed in 39 milliseconds