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()
250 intern->_path = estrndup(path, --intern->_path_len); in spl_filesystem_dir_open()
252 intern->_path = estrndup(path, intern->_path_len); in spl_filesystem_dir_open()
351 intern->_path = estrndup(source->_path, source->_path_len); in spl_filesystem_object_clone()
356 spl_filesystem_dir_open(intern, source->_path TSRMLS_CC); in spl_filesystem_object_clone()
414 if (intern->_path) { in spl_filesystem_info_set_filename()
415 efree(intern->_path); in spl_filesystem_info_set_filename()
417 intern->_path = estrndup(path, intern->_path_len); in spl_filesystem_info_set_filename()
503 intern->_path = spl_filesystem_object_get_path(source, &intern->_path_len TSRMLS_CC); in spl_filesystem_object_create_type()
504 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()
528 intern->_path = spl_filesystem_object_get_path(source, &intern->_path_len TSRMLS_CC); in spl_filesystem_object_create_type()
529 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()
629 add_assoc_stringl_ex(&zrv, pnstr, pnlen+1, intern->_path, intern->_path_len, 1); in spl_filesystem_object_get_debug_info()
713 if (intern->_path) { in spl_filesystem_object_construct()
2337 intern->_path = estrndup(intern->u.file.stream->orig_path, intern->_path_len); in SPL_METHOD()
2376 intern->_path = estrndup("", 0); in SPL_METHOD()