Lines Matching refs:spl_filesystem_object

56 static inline spl_filesystem_object *spl_filesystem_from_obj(zend_object *obj) /* {{{ */ {  in spl_filesystem_from_obj()
57 return (spl_filesystem_object*)((char*)(obj) - XtOffsetOf(spl_filesystem_object, std)); in spl_filesystem_from_obj()
68 static inline spl_filesystem_iterator* spl_filesystem_object_to_iterator(spl_filesystem_object *obj) in spl_filesystem_object_to_iterator()
78 static inline spl_filesystem_object* spl_filesystem_iterator_to_object(spl_filesystem_iterator *it) in spl_filesystem_iterator_to_object()
80 return (spl_filesystem_object*)it->object; in spl_filesystem_iterator_to_object()
95 static void spl_filesystem_file_free_line(spl_filesystem_object *intern) /* {{{ */ in spl_filesystem_file_free_line()
109 spl_filesystem_object *intern = spl_filesystem_from_obj(object); in spl_filesystem_object_destroy_object()
143 spl_filesystem_object *intern = spl_filesystem_from_obj(object); in spl_filesystem_object_free_storage()
190 spl_filesystem_object *intern; in spl_filesystem_object_new_ex()
192 intern = emalloc(sizeof(spl_filesystem_object) + zend_object_properties_size(class_type)); in spl_filesystem_object_new_ex()
194 MAX(XtOffsetOf(spl_filesystem_object, u.dir.entry), in spl_filesystem_object_new_ex()
195 XtOffsetOf(spl_filesystem_object, u.file.escape) + sizeof(int))); in spl_filesystem_object_new_ex()
219 spl_filesystem_object *ret = spl_filesystem_from_obj(spl_filesystem_object_new_ex(class_type)); in spl_filesystem_object_new_check()
225 PHPAPI zend_string *spl_filesystem_object_get_path(spl_filesystem_object *intern) /* {{{ */ in spl_filesystem_object_get_path()
243 static zend_result spl_filesystem_object_get_file_name(spl_filesystem_object *intern) /* {{{ */ in spl_filesystem_object_get_file_name()
279 static bool spl_filesystem_dir_read(spl_filesystem_object *intern) /* {{{ */ in spl_filesystem_dir_read()
306 static void spl_filesystem_dir_open(spl_filesystem_object* intern, zend_string *path) in spl_filesystem_dir_open()
337 static zend_result spl_filesystem_file_open(spl_filesystem_object *intern, bool use_include_path) /… in spl_filesystem_file_open()
407 spl_filesystem_object *intern; in spl_filesystem_object_clone()
408 spl_filesystem_object *source; in spl_filesystem_object_clone()
457 static void spl_filesystem_info_set_filename(spl_filesystem_object *intern, zend_string *path) /* {… in spl_filesystem_info_set_filename()
487 static spl_filesystem_object *spl_filesystem_object_create_info(spl_filesystem_object *source, zend… in spl_filesystem_object_create_info()
489 spl_filesystem_object *intern; in spl_filesystem_object_create_info()
515 static spl_filesystem_object *spl_filesystem_object_create_type(int num_args, spl_filesystem_object in spl_filesystem_object_create_type()
517 spl_filesystem_object *intern; in spl_filesystem_object_create_type()
610 static zend_string *spl_filesystem_object_get_pathname(spl_filesystem_object *intern) { /* {{{ */ in spl_filesystem_object_get_pathname()
627 spl_filesystem_object *intern = spl_filesystem_from_obj(object); in spl_filesystem_object_get_debug_info()
712 spl_filesystem_object *fsobj = spl_filesystem_from_obj(*object); in spl_filesystem_object_get_method_check()
728 spl_filesystem_object *intern; in spl_filesystem_object_construct()
787 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
803 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
829 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
851 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
881 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
895 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
914 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
944 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
958 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1006 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1033 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1069 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1088 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1106 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1126 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1151 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1168 spl_filesystem_object *intern; in PHP_METHOD()
1187 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); \
1264 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in FileInfoFunction()
1311 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1348 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1357 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1371 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1385 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1399 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1448 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1468 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1480 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1495 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1528 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1529 spl_filesystem_object *subdir; in PHP_METHOD()
1568 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1585 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1618 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1660 spl_filesystem_object *dir_object; in spl_filesystem_dir_get_iterator()
1689 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_valid()
1707 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_current_key()
1716 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_move_forward()
1730 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_rewind()
1753 spl_filesystem_object *object = spl_filesystem_iterator_to_object(iterator); in spl_filesystem_tree_it_current_data()
1780 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_tree_it_current_key()
1797 spl_filesystem_object *object = spl_filesystem_iterator_to_object(iterator); in spl_filesystem_tree_it_move_forward()
1819 spl_filesystem_object *object = spl_filesystem_iterator_to_object(iterator); in spl_filesystem_tree_it_rewind()
1853 spl_filesystem_object *dir_object; in spl_filesystem_tree_get_iterator()
1869 static ZEND_COLD void spl_filesystem_file_cannot_read(spl_filesystem_object *intern) in spl_filesystem_file_cannot_read()
1874 static zend_result spl_filesystem_file_read_ex(spl_filesystem_object *intern, bool silent, zend_lon… in spl_filesystem_file_read_ex()
1922 static inline zend_result spl_filesystem_file_read(spl_filesystem_object *intern, bool silent, bool… in spl_filesystem_file_read()
1928 static bool is_line_empty(spl_filesystem_object *intern) in is_line_empty()
1938 static zend_result spl_filesystem_file_read_csv(spl_filesystem_object *intern, char delimiter, char… in spl_filesystem_file_read_csv()
1967 static zend_result spl_filesystem_file_read_line_ex(zval * this_ptr, spl_filesystem_object *intern,… in spl_filesystem_file_read_line_ex()
2009 static zend_result spl_filesystem_file_read_line(zval * this_ptr, spl_filesystem_object *intern, bo… in spl_filesystem_file_read_line()
2022 static void spl_filesystem_file_rewind(zval * this_ptr, spl_filesystem_object *intern) /* {{{ */ in spl_filesystem_file_rewind()
2044 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2092 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2121 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2133 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2147 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2165 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2182 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2206 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2222 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2238 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2248 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2262 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2279 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2310 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2357 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2407 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2452 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2481 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2498 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2512 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2533 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2549 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2578 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2595 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2619 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2652 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2677 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2692 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2712 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2745 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2767 spl_filesystem_object_handlers.offset = XtOffsetOf(spl_filesystem_object, std); in PHP_MINIT_FUNCTION()