Home
last modified time | relevance | path

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

/PHP-5.4/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 TSRMLS_DC);
46 typedef void (*spl_foreign_clone_t)(spl_filesystem_object *src, spl_filesystem_object *dst TSRMLS_D…
48 PHPAPI char* spl_filesystem_object_get_path(spl_filesystem_object *intern, int *len TSRMLS_DC);
59 spl_filesystem_object *object;
108 static inline spl_filesystem_iterator* spl_filesystem_object_to_iterator(spl_filesystem_object *obj) in spl_filesystem_object_to_iterator()
113 static inline spl_filesystem_object* spl_filesystem_iterator_to_object(spl_filesystem_iterator *it) in spl_filesystem_iterator_to_object()
115 return (spl_filesystem_object*)((char*)it - XtOffsetOf(spl_filesystem_object, it)); in spl_filesystem_iterator_to_object()
H A Dspl_directory.c77 spl_filesystem_object *intern = (spl_filesystem_object*)object; in spl_filesystem_object_free_storage()
150 spl_filesystem_object *intern; in spl_filesystem_object_new_ex()
336 spl_filesystem_object *intern; in spl_filesystem_object_clone()
337 spl_filesystem_object *source; in spl_filesystem_object_clone()
422 spl_filesystem_object *intern; in spl_filesystem_object_create_info()
466 spl_filesystem_object *intern; in spl_filesystem_object_create_type()
588spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(obj TSRMLS_CC… in spl_filesystem_object_get_debug_info()
681 spl_filesystem_object *intern; in spl_filesystem_object_construct()
1127 spl_filesystem_object *intern; in SPL_METHOD()
1517 spl_filesystem_object *subdir; in SPL_METHOD()
[all …]
/PHP-5.4/ext/phar/
H A Dphar_internal.h498 spl_filesystem_object spl;
510 spl_filesystem_object spl;
H A Dphar_object.c1112 static void phar_spl_foreign_dtor(spl_filesystem_object *object TSRMLS_DC) /* {{{ */
1127 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst TSRMLS_DC…
1523spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(*value TSRMLS…

Completed in 36 milliseconds