16#ifndef BSL_LIST_INTERNAL_H
17#define BSL_LIST_INTERNAL_H
19#include "hitls_build.h"
30int32_t BSL_ListSortInternal(
BslList *pList, int32_t((*cmp)(
const void *,
const void *)));
43void *BSL_LIST_GetIndexNodeEx(uint32_t ulIndex,
const BslListNode *pstListNode,
const BslList *pstList);
81#define CURR_LIST_NODE(al) ((al)->curr)
83#define SET_CURR_LIST_NODE(al, listNode) ((al)->curr = (listNode))
int32_t(* BSL_LIST_PFUNC_CMP)(const void *, const void *)
定义 bsl_list.h:81
BslListPosition
定义 bsl_list.h:67