Home
last modified time | relevance | path

Searched refs:dir_bitmap (Results 1 – 8 of 8) sorted by relevance

/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dgvfsbackendafp.c1559 guint16 dir_bitmap; in create_dir_bitmap() local
1564 dir_bitmap |= AFP_DIR_BITMAP_OFFSPRING_COUNT_BIT; in create_dir_bitmap()
1566 return dir_bitmap; in create_dir_bitmap()
1622 guint16 file_bitmap, dir_bitmap; in enumerate() local
1628 dir_bitmap = create_dir_bitmap (afp_backend, matcher); in enumerate()
1631 file_bitmap, dir_bitmap, in enumerate()
1998 guint16 dir_bitmap = 0; in try_query_info() local
2001 dir_bitmap &= ~AFP_DIR_BITMAP_UTF8_NAME_BIT; in try_query_info()
2003 if (dir_bitmap != 0) in try_query_info()
2006 0, dir_bitmap, in try_query_info()
[all …]
H A Dgvfsafpvolume.h166 guint16 dir_bitmap,
215 guint16 dir_bitmap,
H A Dgvfsafpvolume.c1630 guint16 file_bitmap, dir_bitmap, bitmap; in get_filedir_parms_cb() local
1664 g_vfs_afp_reply_read_uint16 (reply, &dir_bitmap); in get_filedir_parms_cb()
1671 bitmap = directory ? dir_bitmap : file_bitmap; in get_filedir_parms_cb()
1707 guint16 dir_bitmap, in g_vfs_afp_volume_get_filedir_parms() argument
1730 g_vfs_afp_command_put_uint16 (comm, dir_bitmap); in g_vfs_afp_volume_get_filedir_parms()
2164 guint16 dir_bitmap; in enumerate_cb() local
2209 g_vfs_afp_reply_read_uint16 (reply, &dir_bitmap); in enumerate_cb()
2232 bitmap = directory ? dir_bitmap : file_bitmap; in enumerate_cb()
2269 guint16 dir_bitmap, in g_vfs_afp_volume_enumerate() argument
2317 g_vfs_afp_command_put_uint16 (comm, dir_bitmap); in g_vfs_afp_volume_enumerate()
/dports/security/nmap/nmap-7.91/nselib/
H A Dafp.lua987 fp_get_file_dir_parms = function( self, volume_id, did, file_bitmap, dir_bitmap, path )
1006 …a = string.pack(">BxI2I4I2I2", COMMAND.FPGetFileDirParams, volume_id, did, file_bitmap, dir_bitmap)
1016 …parms.file_bitmap, parms.dir_bitmap, parms.file_type, pos = string.unpack( ">I2I2Bx", response.pac…
1020 pos, parms.dir = Util.decode_dir_bitmap( parms.dir_bitmap, response.packet.data, pos )
1042 …fp_enumerate_ext2 = function( self, volume_id, did, file_bitmap, dir_bitmap, req_count, start_inde…
1048 …ta = string.pack( ">BxI2I4I2I2", COMMAND.FPEnumerateExt2, volume_id, did, file_bitmap, dir_bitmap )
1060 file_bitmap, dir_bitmap, req_count, pos = string.unpack(">I2I2I2", response.packet.data)
1071 _, record = Util.decode_dir_bitmap( dir_bitmap, response.packet.data, pos )
/dports/net/hostapd-devel/hostap-14ab4a816/wpa_supplicant/
H A Dwmm_ac.c500 static void wmm_ac_del_ts(struct wpa_supplicant *wpa_s, u8 ac, int dir_bitmap) in wmm_ac_del_ts() argument
505 if (!(dir_bitmap & BIT(idx))) in wmm_ac_del_ts()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwmm_ac.c500 static void wmm_ac_del_ts(struct wpa_supplicant *wpa_s, u8 ac, int dir_bitmap) in wmm_ac_del_ts() argument
505 if (!(dir_bitmap & BIT(idx))) in wmm_ac_del_ts()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/wpa_supplicant/
H A Dwmm_ac.c500 static void wmm_ac_del_ts(struct wpa_supplicant *wpa_s, u8 ac, int dir_bitmap) in wmm_ac_del_ts() argument
505 if (!(dir_bitmap & BIT(idx))) in wmm_ac_del_ts()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/wpa_supplicant/
H A Dwmm_ac.c500 static void wmm_ac_del_ts(struct wpa_supplicant *wpa_s, u8 ac, int dir_bitmap) in wmm_ac_del_ts() argument
505 if (!(dir_bitmap & BIT(idx))) in wmm_ac_del_ts()