handle 20 lib/mcconfig.h GKeyFile *handle; handle 62 lib/mcconfig/common.c data = g_key_file_to_data (mc_config->handle, &len, NULL); handle 116 lib/mcconfig/common.c mc_config->handle = g_key_file_new (); handle 117 lib/mcconfig/common.c if (mc_config->handle == NULL) handle 139 lib/mcconfig/common.c g_key_file_load_from_file (mc_config->handle, ini_path, flags, NULL); handle 156 lib/mcconfig/common.c g_key_file_free (mc_config->handle); handle 171 lib/mcconfig/common.c value = g_key_file_get_value (mc_config->handle, group, param, NULL); handle 186 lib/mcconfig/common.c return g_key_file_has_group (mc_config->handle, group); handle 197 lib/mcconfig/common.c return g_key_file_remove_key (mc_config->handle, group, param, NULL); handle 208 lib/mcconfig/common.c return g_key_file_remove_group (mc_config->handle, group, NULL); handle 240 lib/mcconfig/common.c value = g_key_file_get_value (tmp_config->handle, *curr_grp, *curr_key, NULL); handle 244 lib/mcconfig/common.c g_key_file_remove_key (mc_config->handle, *curr_grp, *curr_key, NULL); handle 246 lib/mcconfig/common.c g_key_file_set_value (mc_config->handle, *curr_grp, *curr_key, value); handle 250 lib/mcconfig/common.c g_key_file_remove_key (mc_config->handle, *curr_grp, *curr_key, NULL); handle 54 lib/mcconfig/get.c ret = g_key_file_get_groups (mc_config->handle, len); handle 74 lib/mcconfig/get.c ret = g_key_file_get_keys (mc_config->handle, group, len, NULL); handle 139 lib/mcconfig/get.c ret = g_key_file_get_string (mc_config->handle, group, param, NULL); handle 158 lib/mcconfig/get.c return g_key_file_get_boolean (mc_config->handle, group, param, NULL); handle 175 lib/mcconfig/get.c return g_key_file_get_integer (mc_config->handle, group, param, NULL); handle 187 lib/mcconfig/get.c return g_key_file_get_string_list (mc_config->handle, group, param, length, NULL); handle 199 lib/mcconfig/get.c return g_key_file_get_boolean_list (mc_config->handle, group, param, length, NULL); handle 211 lib/mcconfig/get.c return g_key_file_get_integer_list (mc_config->handle, group, param, length, NULL); handle 81 lib/mcconfig/set.c g_key_file_set_string (mc_config->handle, group, param, value); handle 91 lib/mcconfig/set.c g_key_file_set_value (mc_config->handle, group, param, value); handle 105 lib/mcconfig/set.c g_key_file_set_string (mc_config->handle, group, param, buffer); handle 116 lib/mcconfig/set.c g_key_file_set_boolean (mc_config->handle, group, param, value); handle 125 lib/mcconfig/set.c g_key_file_set_integer (mc_config->handle, group, param, value); handle 135 lib/mcconfig/set.c g_key_file_set_string_list (mc_config->handle, group, param, value, length); handle 145 lib/mcconfig/set.c g_key_file_set_boolean_list (mc_config->handle, group, param, value, length); handle 155 lib/mcconfig/set.c g_key_file_set_integer_list (mc_config->handle, group, param, value, length); handle 571 lib/vfs/direntry.c if (file->handle != -1) handle 575 lib/vfs/direntry.c n = read (file->handle, buffer, count); handle 596 lib/vfs/direntry.c if (file->handle != -1) handle 600 lib/vfs/direntry.c n = write (file->handle, buffer, count); handle 620 lib/vfs/direntry.c if (file->handle != -1) handle 624 lib/vfs/direntry.c retval = lseek (file->handle, offset, whence); handle 688 lib/vfs/direntry.c if (file->handle != -1) handle 690 lib/vfs/direntry.c close (file->handle); handle 691 lib/vfs/direntry.c file->handle = -1; handle 1276 lib/vfs/direntry.c fh->handle = -1; handle 1377 lib/vfs/direntry.c fh->handle = open (fh->ino->localname, NO_LINEAR (flags), mode); handle 1378 lib/vfs/direntry.c if (fh->handle == -1) handle 1426 lib/vfs/direntry.c int handle; handle 1436 lib/vfs/direntry.c handle = vfs_mkstemps (&tmp_vpath, me->name, ino->ent->name); handle 1438 lib/vfs/direntry.c if (handle == -1) handle 1466 lib/vfs/direntry.c t = write (handle, buffer, n); handle 1475 lib/vfs/direntry.c close (handle); handle 1485 lib/vfs/direntry.c close (handle); handle 294 lib/vfs/interface.c if (handle == -1) \ handle 297 lib/vfs/interface.c vfs = vfs_class_find_by_handle (handle, &fsinfo); \ handle 307 lib/vfs/interface.c MC_HANDLEOP (ssize_t, read, (int handle, void *buf, size_t count), (fsinfo, buf, count)) handle 308 lib/vfs/interface.c MC_HANDLEOP (ssize_t, write, (int handle, const void *buf, size_t count), (fsinfo, buf, count)) handle 309 lib/vfs/interface.c MC_HANDLEOP (int, fstat, (int handle, struct stat *buf), (fsinfo, buf)) handle 343 lib/vfs/interface.c mc_ctl (int handle, int ctlop, void *arg) handle 348 lib/vfs/interface.c vfs = vfs_class_find_by_handle (handle, &fsinfo); handle 374 lib/vfs/interface.c mc_close (int handle) handle 380 lib/vfs/interface.c if (handle == -1) handle 383 lib/vfs/interface.c vfs = vfs_class_find_by_handle (handle, &fsinfo); handle 387 lib/vfs/interface.c if (handle < 3) handle 388 lib/vfs/interface.c return close (handle); handle 393 lib/vfs/interface.c vfs_free_handle (handle); handle 405 lib/vfs/interface.c int handle, *handlep; handle 436 lib/vfs/interface.c handle = vfs_new_handle (path_element->class, vfs_path_element_clone (path_element)); handle 439 lib/vfs/interface.c *handlep = handle; handle 448 lib/vfs/interface.c int handle; handle 460 lib/vfs/interface.c handle = *(int *) dirp; handle 462 lib/vfs/interface.c vfs = vfs_class_find_by_handle (handle, &fsinfo); handle 492 lib/vfs/interface.c int handle; handle 500 lib/vfs/interface.c handle = *(int *) dirp; handle 502 lib/vfs/interface.c vfs = vfs_class_find_by_handle (handle, &fsinfo); handle 516 lib/vfs/interface.c vfs_free_handle (handle); handle 93 lib/vfs/vfs.c int handle; handle 196 lib/vfs/vfs.c vfs_get_openfile (int handle) handle 200 lib/vfs/vfs.c if (handle < VFS_FIRST_HANDLE || (guint) (handle - VFS_FIRST_HANDLE) >= vfs_openfiles->len) handle 203 lib/vfs/vfs.c h = (struct vfs_openfile *) g_ptr_array_index (vfs_openfiles, handle - VFS_FIRST_HANDLE); handle 205 lib/vfs/vfs.c g_assert (h->handle == handle); handle 228 lib/vfs/vfs.c vfs_free_handle (int handle) handle 230 lib/vfs/vfs.c const int idx = handle - VFS_FIRST_HANDLE; handle 232 lib/vfs/vfs.c if (handle >= VFS_FIRST_HANDLE && (guint) idx < vfs_openfiles->len) handle 247 lib/vfs/vfs.c vfs_class_find_by_handle (int handle, void **fsinfo) handle 251 lib/vfs/vfs.c h = vfs_get_openfile (handle); handle 278 lib/vfs/vfs.c h->handle = vfs_free_handle_list; handle 279 lib/vfs/vfs.c if (h->handle == -1) handle 282 lib/vfs/vfs.c h->handle = vfs_openfiles->len; handle 288 lib/vfs/vfs.c g_ptr_array_index (vfs_openfiles, h->handle) = h; handle 291 lib/vfs/vfs.c h->handle += VFS_FIRST_HANDLE; handle 292 lib/vfs/vfs.c return h->handle; handle 294 lib/vfs/vfs.h struct vfs_class *vfs_class_find_by_handle (int handle, void **fsinfo); handle 296 lib/vfs/vfs.h void vfs_free_handle (int handle); handle 308 lib/vfs/vfs.h ssize_t mc_read (int handle, void *buffer, size_t count); handle 309 lib/vfs/vfs.h ssize_t mc_write (int handle, const void *buffer, size_t count); handle 312 lib/vfs/vfs.h int mc_close (int handle); handle 111 lib/vfs/xdirentry.h int handle; // This is for module's use, but if != -1, will be mc_close()d handle 136 src/diffviewer/internal.h mc_search_t *handle; handle 173 src/diffviewer/search.c if (mc_search_run (dview->search.handle, p->p, 0, p->u.len, NULL)) handle 207 src/diffviewer/search.c if (mc_search_run (dview->search.handle, p->p, 0, p->u.len, NULL)) handle 260 src/diffviewer/search.c mc_search_free (dview->search.handle); handle 262 src/diffviewer/search.c dview->search.handle = mc_search_new (dview->search.last_string, cp_source); handle 264 src/diffviewer/search.c dview->search.handle = mc_search_new (dview->search.last_string, NULL); handle 267 src/diffviewer/search.c if (dview->search.handle == NULL) handle 270 src/diffviewer/search.c dview->search.handle->search_type = mcdiffview_search_options.type; handle 272 src/diffviewer/search.c dview->search.handle->is_all_charsets = mcdiffview_search_options.all_codepages; handle 274 src/diffviewer/search.c dview->search.handle->is_case_sensitive = mcdiffview_search_options.case_sens; handle 275 src/diffviewer/search.c dview->search.handle->whole_words = mcdiffview_search_options.whole_words; handle 287 src/diffviewer/search.c else if (dview->search.handle == NULL) handle 1802 src/diffviewer/ydiff.c mc_search_free (dview->search.handle); handle 1803 src/diffviewer/ydiff.c dview->search.handle = NULL; handle 2434 src/diffviewer/ydiff.c dview->search.handle = NULL; handle 1114 src/vfs/extfs/extfs.c extfs_info->handle = local_handle; handle 1129 src/vfs/extfs/extfs.c return read (file->handle, buffer, count); handle 1140 src/vfs/extfs/extfs.c close (file->handle); handle 1141 src/vfs/extfs/extfs.c file->handle = -1; handle 1351 src/vfs/extfs/extfs.c return write (file->handle, buf, nbyte); handle 1494 src/vfs/extfs/extfs.c return lseek (file->handle, offset, whence); handle 2334 src/vfs/ftpfs/ftpfs.c int handle; handle 2336 src/vfs/ftpfs/ftpfs.c handle = vfs_mkstemps (&vpath, me->name, fh->ino->ent->name); handle 2337 src/vfs/ftpfs/ftpfs.c if (handle == -1) handle 2340 src/vfs/ftpfs/ftpfs.c close (handle); handle 2350 src/vfs/ftpfs/ftpfs.c fh->handle = ftpfs_open_data_connection (me, VFS_FILE_HANDLER_SUPER (fh), handle 2355 src/vfs/ftpfs/ftpfs.c if (fh->handle < 0) handle 2362 src/vfs/ftpfs/ftpfs.c setsockopt (fh->handle, SOL_SOCKET, SO_LINGER, &li, sizeof (li)); handle 2385 src/vfs/ftpfs/ftpfs.c if (fh->handle != -1 && fh->ino->localname == NULL) handle 2389 src/vfs/ftpfs/ftpfs.c close (fh->handle); handle 2390 src/vfs/ftpfs/ftpfs.c fh->handle = -1; handle 258 src/vfs/sfs/sfs.c int handle; handle 269 src/vfs/sfs/sfs.c handle = vfs_mkstemps (&cache_vpath, "sfs", vfs_path_get_last_path_str (vpath)); handle 271 src/vfs/sfs/sfs.c if (handle == -1) handle 274 src/vfs/sfs/sfs.c close (handle); handle 45 src/vfs/sftpfs/dir.c LIBSSH2_SFTP_HANDLE *handle; handle 71 src/vfs/sftpfs/dir.c LIBSSH2_SFTP_HANDLE *handle = NULL; handle 83 src/vfs/sftpfs/dir.c handle = libssh2_sftp_open_ex (sftpfs_super->sftp_session, fixfname->str, fixfname->len, 0, handle 85 src/vfs/sftpfs/dir.c if (handle != NULL) handle 94 src/vfs/sftpfs/dir.c sftpfs_dir->handle = handle; handle 121 src/vfs/sftpfs/dir.c rc = libssh2_sftp_readdir (sftpfs_dir->handle, mem, sizeof (mem), &attrs); handle 150 src/vfs/sftpfs/dir.c rc = libssh2_sftp_closedir (sftpfs_dir->handle); handle 51 src/vfs/sftpfs/file.c LIBSSH2_SFTP_HANDLE *handle; handle 169 src/vfs/sftpfs/file.c file->handle = handle 172 src/vfs/sftpfs/file.c if (file->handle != NULL) handle 208 src/vfs/sftpfs/file.c libssh2_sftp_seek64 (file->handle, file_info.st_size); handle 235 src/vfs/sftpfs/file.c if (sftpfs_fh->handle == NULL) handle 242 src/vfs/sftpfs/file.c res = libssh2_sftp_fstat_ex (sftpfs_fh->handle, &attrs, 0); handle 291 src/vfs/sftpfs/file.c rc = libssh2_sftp_read (file->handle, buffer, count); handle 301 src/vfs/sftpfs/file.c fh->pos = (off_t) libssh2_sftp_tell64 (file->handle); handle 328 src/vfs/sftpfs/file.c fh->pos = (off_t) libssh2_sftp_tell64 (file->handle); handle 334 src/vfs/sftpfs/file.c rc = libssh2_sftp_write (file->handle, buffer, count); handle 365 src/vfs/sftpfs/file.c ret = libssh2_sftp_close (SFTP_FILE_HANDLER (fh)->handle); handle 419 src/vfs/sftpfs/file.c libssh2_sftp_seek64 (file->handle, fh->pos); handle 420 src/vfs/sftpfs/file.c fh->pos = (off_t) libssh2_sftp_tell64 (file->handle); handle 499 src/vfs/sftpfs/sftpfs.c if (fh->handle != -1) handle 500 src/vfs/sftpfs/sftpfs.c close (fh->handle);