Lemmy Huang 08b549ffed cleancode: refactor lwipgz_list.h
Changed:
    list_is_empty       -> list_head_empty
    list_is_null        -> list_node_null

    init_list_node      -> list_init_head
    init_list_node_null -> list_init_node

    list_add_node       -> list_add_node
    list_del_node_null  -> list_del_node
    list_del_node       -> __list_del_node
    list_for_each_safe  -> list_for_each_node
  Deprecated:
    list_del_node_init
  Added:
    list_get_node_count
    list_entry

Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit 4d42ad4eeda6b9e9feb902ba7e986aa5a153db49)
2024-08-20 11:08:28 +08:00
2020-11-30 08:07:37 +00:00
2024-02-17 14:47:00 +08:00
2024-02-17 14:47:00 +08:00
2024-02-17 14:47:00 +08:00
2023-11-28 10:24:48 +08:00
2024-02-17 14:47:00 +08:00
2024-02-17 14:47:00 +08:00
2023-12-07 17:44:57 +08:00
2024-02-17 14:47:00 +08:00
2024-02-17 14:47:00 +08:00
2024-04-11 11:30:49 +08:00
2024-02-17 14:47:00 +08:00
2024-08-20 11:08:28 +08:00
Description
No description provided
13 MiB
Languages
Diff 100%