Lemmy Huang 15385a2dd3 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:34 +08:00
2020-11-30 08:07:37 +00:00
2024-02-06 10:46:30 +08:00
2024-02-06 10:46:30 +08:00
2024-02-06 10:46:30 +08:00
2023-11-13 02:56:03 +00:00
2024-02-06 10:46:30 +08:00
2024-02-06 10:46:30 +08:00
2023-12-05 11:33:13 +08:00
2024-02-06 10:46:30 +08:00
2024-02-06 10:46:30 +08:00
2024-04-11 11:30:57 +08:00
2024-02-06 10:46:30 +08:00
2024-08-20 11:08:34 +08:00
Description
No description provided
13 MiB
Languages
Diff 100%