|
gwenhywfar
5.10.1
|
#include "list1_p.h"#include <gwenhywfar/misc.h>#include <gwenhywfar/debug.h>
Go to the source code of this file.
|
static |
Definition at line 351 of file list1.c.
Referenced by GWEN_List1_Sort().

|
static |
Definition at line 35 of file list1.c.
Referenced by GWEN_List1_new().

| void GWEN_List1_SortCtx_free | ( | GWEN_LIST1_SORT_CTX * | ctx | ) |
Definition at line 398 of file list1.c.
References GWEN_FREE_OBJECT.
Referenced by GWEN_List1_Sort().

| GWEN_LIST1_SORT_CTX* GWEN_List1_SortCtx_new | ( | GWEN_LIST1 * | list, |
| int | param | ||
| ) |
Definition at line 386 of file list1.c.
References GWEN_NEW_OBJECT.
Referenced by GWEN_List1_Sort().

| void GWEN_List1_SortElem_free | ( | GWEN_LIST1_SORT_ELEM * | e | ) |
Definition at line 419 of file list1.c.
References GWEN_FREE_OBJECT.
Referenced by GWEN_List1_Sort().

| GWEN_LIST1_SORT_ELEM* GWEN_List1_SortElem_new | ( | GWEN_LIST1_SORT_CTX * | ctx, |
| GWEN_LIST1_ELEMENT * | elem | ||
| ) |
Definition at line 407 of file list1.c.
References GWEN_NEW_OBJECT.
Referenced by GWEN_List1_Sort().

1.8.14