Home
last modified time | relevance | path

Searched refs:g_vfs_afp_command_put_int16 (Results 1 – 3 of 3) sorted by relevance

/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dgvfsafpvolume.c595 g_vfs_afp_command_put_int16 (comm, fork_refnum); in g_vfs_afp_volume_close_fork()
1850 g_vfs_afp_command_put_int16 (comm, fork_refnum); in g_vfs_afp_volume_get_fork_parms()
1971 g_vfs_afp_command_put_int16 (comm, fork_refnum); in g_vfs_afp_volume_set_fork_size()
2320 g_vfs_afp_command_put_int16 (comm, ENUMERATE_REQ_COUNT); in g_vfs_afp_volume_enumerate()
2331 g_vfs_afp_command_put_int16 (comm, start_index); in g_vfs_afp_volume_enumerate()
2332 g_vfs_afp_command_put_int16 (comm, ENUMERATE_EXT_MAX_REPLY_SIZE); in g_vfs_afp_volume_enumerate()
2593 g_vfs_afp_command_put_int16 (comm, fork_refnum); in g_vfs_afp_volume_write_to_fork()
2721 g_vfs_afp_command_put_int16 (comm, fork_refnum); in g_vfs_afp_volume_read_from_fork()
H A Dgvfsafpconnection.h288 void g_vfs_afp_command_put_int16 (GVfsAfpCommand *comm, gint16 val);
H A Dgvfsafpconnection.c478 g_vfs_afp_command_put_int16 (GVfsAfpCommand *comm, gint16 val) in g_vfs_afp_command_put_int16() function