Searched refs:spl_filesystem_object (Results 1 – 4 of 4) sorted by relevance
43 typedef struct _spl_filesystem_object spl_filesystem_object; typedef45 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()
77 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()339 spl_filesystem_object *intern; in spl_filesystem_object_clone()340 spl_filesystem_object *source; in spl_filesystem_object_clone()425 spl_filesystem_object *intern; in spl_filesystem_object_create_info()469 spl_filesystem_object *intern; in spl_filesystem_object_create_type()591 …spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(obj TSRMLS_CC… in spl_filesystem_object_get_debug_info()684 spl_filesystem_object *intern; in spl_filesystem_object_construct()1131 spl_filesystem_object *intern; in SPL_METHOD()1521 spl_filesystem_object *subdir; in SPL_METHOD()[all …]
484 spl_filesystem_object spl;496 spl_filesystem_object spl;
1097 static void phar_spl_foreign_dtor(spl_filesystem_object *object TSRMLS_DC) /* {{{ */ in phar_spl_foreign_dtor()1112 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst TSRMLS_DC… in phar_spl_foreign_clone()1485 …spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(*value TSRMLS… in phar_build()
Completed in 40 milliseconds