Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_directory.c55 return (spl_filesystem_object*)((char*)(obj) - XtOffsetOf(spl_filesystem_object, std)); in spl_filesystem_from_obj()
188 spl_filesystem_object *intern; in spl_filesystem_object_new()
385 spl_filesystem_object *intern; in spl_filesystem_object_clone()
386 spl_filesystem_object *source; in spl_filesystem_object_clone()
468 spl_filesystem_object *intern; in spl_filesystem_object_create_info()
490 spl_filesystem_object *intern; in spl_filesystem_object_create_type()
682 spl_filesystem_object *intern; in spl_filesystem_object_construct()
1120 spl_filesystem_object *intern; in PHP_METHOD()
1489 spl_filesystem_object *subdir; in PHP_METHOD()
1625 spl_filesystem_object *dir_object; in spl_filesystem_dir_get_iterator()
[all …]
H A Dspl_directory.h33 typedef struct _spl_filesystem_object spl_filesystem_object; typedef
35 typedef void (*spl_foreign_dtor_t)(spl_filesystem_object *object);
36 typedef void (*spl_foreign_clone_t)(spl_filesystem_object *src, spl_filesystem_object *dst);
38 PHPAPI zend_string *spl_filesystem_object_get_path(const spl_filesystem_object *intern);
/php-src/ext/phar/
H A Dphar_internal.h350 spl_filesystem_object spl;
356 spl_filesystem_object spl;
H A Dphar_object.c1077 static void phar_spl_foreign_dtor(spl_filesystem_object *object) /* {{{ */ in phar_spl_foreign_dtor()
1092 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 30 milliseconds