Lines Matching refs:_path

85 	if (intern->_path) {  in spl_filesystem_object_free_storage()
86 efree(intern->_path); in spl_filesystem_object_free_storage()
198 return intern->_path; in spl_filesystem_object_get_path()
253 intern->_path = estrndup(path, --intern->_path_len); in spl_filesystem_dir_open()
255 intern->_path = estrndup(path, intern->_path_len); in spl_filesystem_dir_open()
354 intern->_path = estrndup(source->_path, source->_path_len); in spl_filesystem_object_clone()
359 spl_filesystem_dir_open(intern, source->_path TSRMLS_CC); in spl_filesystem_object_clone()
417 if (intern->_path) { in spl_filesystem_info_set_filename()
418 efree(intern->_path); in spl_filesystem_info_set_filename()
420 intern->_path = estrndup(path, intern->_path_len); in spl_filesystem_info_set_filename()
506 intern->_path = spl_filesystem_object_get_path(source, &intern->_path_len TSRMLS_CC); in spl_filesystem_object_create_type()
507 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()
531 intern->_path = spl_filesystem_object_get_path(source, &intern->_path_len TSRMLS_CC); in spl_filesystem_object_create_type()
532 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()
632 add_assoc_stringl_ex(&zrv, pnstr, pnlen+1, intern->_path, intern->_path_len, 1); in spl_filesystem_object_get_debug_info()
716 if (intern->_path) { in spl_filesystem_object_construct()
2340 intern->_path = estrndup(intern->u.file.stream->orig_path, intern->_path_len); in SPL_METHOD()
2379 intern->_path = estrndup("", 0); in SPL_METHOD()