Lines Matching refs:spl_filesystem_object

54 static inline spl_filesystem_object *spl_filesystem_from_obj(zend_object *obj) /* {{{ */ {  in spl_filesystem_from_obj()
55 return (spl_filesystem_object*)((char*)(obj) - XtOffsetOf(spl_filesystem_object, std)); in spl_filesystem_from_obj()
66 static inline spl_filesystem_iterator* spl_filesystem_object_to_iterator(spl_filesystem_object *obj) in spl_filesystem_object_to_iterator()
76 static inline spl_filesystem_object* spl_filesystem_iterator_to_object(spl_filesystem_iterator *it) in spl_filesystem_iterator_to_object()
78 return (spl_filesystem_object*)it->object; in spl_filesystem_iterator_to_object()
93 static void spl_filesystem_file_free_line(spl_filesystem_object *intern) /* {{{ */ in spl_filesystem_file_free_line()
107 spl_filesystem_object *intern = spl_filesystem_from_obj(object); in spl_filesystem_object_destroy_object()
141 spl_filesystem_object *intern = spl_filesystem_from_obj(object); in spl_filesystem_object_free_storage()
188 spl_filesystem_object *intern; in spl_filesystem_object_new()
190 intern = ecalloc(1, sizeof(spl_filesystem_object) + zend_object_properties_size(class_type)); in spl_filesystem_object_new()
202 PHPAPI zend_string *spl_filesystem_object_get_path(const spl_filesystem_object *intern) /* {{{ */ in spl_filesystem_object_get_path()
220 static zend_result spl_filesystem_object_get_file_name(spl_filesystem_object *intern) /* {{{ */ in spl_filesystem_object_get_file_name()
256 static bool spl_filesystem_dir_read(spl_filesystem_object *intern) /* {{{ */ in spl_filesystem_dir_read()
283 static void spl_filesystem_dir_open(spl_filesystem_object* intern, zend_string *path) in spl_filesystem_dir_open()
314 static zend_result spl_filesystem_file_open(spl_filesystem_object *intern, bool use_include_path) /… in spl_filesystem_file_open()
385 spl_filesystem_object *intern; in spl_filesystem_object_clone()
386 spl_filesystem_object *source; in spl_filesystem_object_clone()
435 static void spl_filesystem_info_set_filename(spl_filesystem_object *intern, zend_string *path) /* {… in spl_filesystem_info_set_filename()
466 static spl_filesystem_object *spl_filesystem_object_create_info(zend_string *file_path, zend_class_… in spl_filesystem_object_create_info()
468 spl_filesystem_object *intern; in spl_filesystem_object_create_info()
488 static spl_filesystem_object *spl_filesystem_object_create_type(int num_args, spl_filesystem_object in spl_filesystem_object_create_type()
490 spl_filesystem_object *intern; in spl_filesystem_object_create_type()
583 static zend_string *spl_filesystem_object_get_pathname(spl_filesystem_object *intern) { /* {{{ */ in spl_filesystem_object_get_pathname()
600 spl_filesystem_object *intern = spl_filesystem_from_obj(object); in spl_filesystem_object_get_debug_info()
666 spl_filesystem_object *fsobj = spl_filesystem_from_obj(*object); in spl_filesystem_object_get_method_check()
682 spl_filesystem_object *intern; in spl_filesystem_object_construct()
739 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
755 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
781 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()
833 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
847 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
866 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
896 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
910 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()
985 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1021 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1040 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1058 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1078 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1103 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1120 spl_filesystem_object *intern; in PHP_METHOD()
1139 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); \
1216 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in FileInfoFunction()
1263 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1300 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1309 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1323 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1337 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1351 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1404 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1424 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1436 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1451 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1488 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1489 spl_filesystem_object *subdir; in PHP_METHOD()
1533 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1550 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1583 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
1625 spl_filesystem_object *dir_object; in spl_filesystem_dir_get_iterator()
1654 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_valid()
1672 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_current_key()
1681 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_move_forward()
1695 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_rewind()
1718 spl_filesystem_object *object = spl_filesystem_iterator_to_object(iterator); in spl_filesystem_tree_it_current_data()
1745 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_tree_it_current_key()
1762 spl_filesystem_object *object = spl_filesystem_iterator_to_object(iterator); in spl_filesystem_tree_it_move_forward()
1784 spl_filesystem_object *object = spl_filesystem_iterator_to_object(iterator); in spl_filesystem_tree_it_rewind()
1818 spl_filesystem_object *dir_object; in spl_filesystem_tree_get_iterator()
1834 static ZEND_COLD void spl_filesystem_file_cannot_read(spl_filesystem_object *intern) in spl_filesystem_file_cannot_read()
1839 static zend_result spl_filesystem_file_read_ex(spl_filesystem_object *intern, bool silent, zend_lon… in spl_filesystem_file_read_ex()
1886 static inline zend_result spl_filesystem_file_read(spl_filesystem_object *intern, bool silent, bool… in spl_filesystem_file_read()
1892 static bool is_line_empty(const spl_filesystem_object *intern) in is_line_empty()
1906 static zend_result spl_filesystem_file_read_csv(spl_filesystem_object *intern, char delimiter, char… in spl_filesystem_file_read_csv()
1938 static zend_result spl_filesystem_file_read_line_ex(zval * this_ptr, spl_filesystem_object *intern,… in spl_filesystem_file_read_line_ex()
1979 static zend_result spl_filesystem_file_read_line(zval * this_ptr, spl_filesystem_object *intern, bo… in spl_filesystem_file_read_line()
1992 static void spl_filesystem_file_rewind(zval * this_ptr, spl_filesystem_object *intern) /* {{{ */ in spl_filesystem_file_rewind()
2014 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2062 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2091 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2103 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2117 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2135 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2152 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2176 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2192 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2208 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2218 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2232 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2249 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2277 …csv_enclosure_param_handling(const zend_string* escape_str, const spl_filesystem_object *intern, u… in spl_csv_enclosure_param_handling()
2297 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2337 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2380 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2421 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2450 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2467 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()
2502 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2518 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2543 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2560 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2584 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2617 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2642 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2657 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()
2710 spl_filesystem_object *intern = spl_filesystem_from_obj(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
2733 spl_filesystem_object_handlers.offset = XtOffsetOf(spl_filesystem_object, std); in PHP_MINIT_FUNCTION()