Home
last modified time | relevance | path

Searched refs:TSK_LIST (Results 1 – 25 of 28) sorted by relevance

12

/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/base/
H A Dtsk_list.c23 static TSK_LIST *
26 TSK_LIST *ent; in tsk_list_create()
27 if ((ent = (TSK_LIST *) tsk_malloc(sizeof(TSK_LIST))) == NULL) { in tsk_list_create()
48 TSK_LIST *tmp; in tsk_list_add()
52 TSK_LIST *ent; in tsk_list_add()
79 TSK_LIST *ent; in tsk_list_add()
115 TSK_LIST *ent; in tsk_list_add()
137 TSK_LIST *ent; in tsk_list_add()
171 TSK_LIST *tmp; in tsk_list_find()
195 tsk_list_free(TSK_LIST * a_tsk_list_head) in tsk_list_free()
[all …]
H A Dtsk_base.h146 typedef struct TSK_LIST TSK_LIST;
153 struct TSK_LIST { in ti_usb3_dpll_program()
154 TSK_LIST *next; ///< Pointer to next entry in list in ti_usb3_dpll_program()
158 extern uint8_t tsk_list_find(TSK_LIST * list, uint64_t key);
159 extern uint8_t tsk_list_add(TSK_LIST ** list, uint64_t key);
160 extern void tsk_list_free(TSK_LIST * list);
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/base/
H A Dtsk_list.c23 static TSK_LIST *
26 TSK_LIST *ent; in tsk_list_create()
27 if ((ent = (TSK_LIST *) tsk_malloc(sizeof(TSK_LIST))) == NULL) { in tsk_list_create()
48 TSK_LIST *tmp; in tsk_list_add()
52 TSK_LIST *ent; in tsk_list_add()
79 TSK_LIST *ent; in tsk_list_add()
115 TSK_LIST *ent; in tsk_list_add()
137 TSK_LIST *ent; in tsk_list_add()
171 TSK_LIST *tmp; in tsk_list_find()
195 tsk_list_free(TSK_LIST * a_tsk_list_head) in tsk_list_free()
[all …]
H A Dtsk_base.h142 typedef struct TSK_LIST TSK_LIST; typedef
149 struct TSK_LIST { struct
150 TSK_LIST *next; ///< Pointer to next entry in list argument
154 extern uint8_t tsk_list_find(TSK_LIST * list, uint64_t key); argument
155 extern uint8_t tsk_list_add(TSK_LIST ** list, uint64_t key);
156 extern void tsk_list_free(TSK_LIST * list);
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/tsk3/base/
H A Dtsk_base.h75 typedef struct TSK_LIST TSK_LIST; typedef
82 struct TSK_LIST { struct
83 TSK_LIST *next; ///< Pointer to next entry in list argument
87 extern uint8_t tsk_list_find(TSK_LIST * list, uint64_t key); argument
88 extern uint8_t tsk_list_add(TSK_LIST ** list, uint64_t key);
89 extern void tsk_list_free(TSK_LIST * list);
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/fs/
H A Dext2fs_dent.c121 uint8_t a_is_del, TSK_LIST ** list_seen, char *buf, int len)
246 TSK_LIST *list_seen = NULL;
H A Dfs_dir.c514 TSK_LIST *list_inum_named;
1095TSK_LIST *orphan_subdir_list; // keep track of files that can already be accessed via orphan…
H A Dfatfs_meta.c94 TSK_LIST *list_seen = NULL; in fatfs_dir_buf_add()
733 TSK_LIST *list_seen = NULL;
H A Dfatxxfs_meta.c608 TSK_LIST *list_seen = NULL; in fatxxfs_dinode_copy()
H A Dexfatfs.c727 TSK_LIST *root_dir_clusters_seen = NULL; in exfatfs_fsstat_fs_layout_info()
H A Dfatxxfs.c289 TSK_LIST *list_seen = NULL; in fatxxfs_fsstat()
H A Dtsk_fs.h979 TSK_LIST *list_inum_named; /**< List of unallocated inodes that
H A Dyaffs.cpp2830 TSK_LIST *chunks_seen = NULL;
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/fs/
H A Dext2fs_dent.c121 uint8_t a_is_del, TSK_LIST ** list_seen, char *buf, int len) in ext2fs_dent_parse_block()
246 TSK_LIST *list_seen = NULL; in ext2fs_dir_open_meta()
H A Dfs_dir.c515 TSK_LIST *list_inum_named;
982TSK_LIST *orphan_subdir_list; // keep track of files that can already be accessed via orphan…
H A Dfatfs_meta.c94 TSK_LIST *list_seen = NULL; in fatfs_make_root()
733 TSK_LIST *list_seen = NULL; in fatfs_make_data_runs()
H A Dfatxxfs_meta.c608 TSK_LIST *list_seen = NULL; in fatxxfs_dinode_copy()
H A Dexfatfs.c727 TSK_LIST *root_dir_clusters_seen = NULL; in exfatfs_fsstat_fs_layout_info()
H A Dfatxxfs.c289 TSK_LIST *list_seen = NULL; in fatxxfs_fsstat()
H A Dtsk_fs.h937 TSK_LIST *list_inum_named; /**< List of unallocated inodes that
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/docs/
H A Dbase.dox33 The TSK_LIST structure is used to keep track of values that have been seen while processing. Value…
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/docs/
H A Dbase.dox33 The TSK_LIST structure is used to keep track of values that have been seen while processing. Value…
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/tsk3/fs/
H A Dtsk_fs.h851 TSK_LIST *list_inum_named; /**< List of unallocated inodes that
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/tsk/framework/services/
H A DTskImgDBPostgreSQL.cpp918 TSK_LIST *seen[32]; in getFreeSectors()
919 memset(seen, 0, 32*sizeof(TSK_LIST *)); in getFreeSectors()
H A DTskImgDBSqlite.cpp1003 TSK_LIST *seen[32]; in getFreeSectors()
1004 memset(seen, 0, 32*sizeof(TSK_LIST *)); in getFreeSectors()

12