MCPcopy Create free account
hub / github.com/cgsecurity/testdisk / td_list_del_init

Function td_list_del_init

src/list.h:261–265  ·  view source on GitHub ↗

* td_list_del_init - deletes entry from list and reinitialize it. * @entry: the element to delete from the list. */

Source from the content-addressed store, hash-verified

259 * @entry: the element to delete from the list.
260 */
261static inline void td_list_del_init(struct td_list_head *entry)
262{
263 __td_list_del(entry->prev, entry->next);
264 TD_INIT_LIST_HEAD(entry);
265}
266#endif
267
268#if 0

Callers

nothing calls this directly

Calls 1

__td_list_delFunction · 0.85

Tested by

no test coverage detected