|
gwenhywfar
4.99.8beta
|
#include "idlist64_p.h"#include <gwenhywfar/debug.h>#include <stdlib.h>#include <assert.h>#include <string.h>
Go to the source code of this file.
Macros | |
| #define | DISABLE_DEBUGLOG |
| #define DISABLE_DEBUGLOG |
Definition at line 31 of file idlist64.c.
|
static |
Definition at line 427 of file idlist64.c.
Referenced by GWEN_IdList64__Sort().

|
static |
Definition at line 441 of file idlist64.c.
Referenced by GWEN_IdList64__Sort().

| uint64_t GWEN_IdList64__GetFirstId | ( | const GWEN_IDLIST64 * | idl, |
| uint64_t * | pos | ||
| ) |
Definition at line 555 of file idlist64.c.
References GWEN_IdTable64_IsEmpty(), and NULL.
Referenced by GWEN_IdList64_GetFirstId(), GWEN_IdList64_GetFirstId2(), and GWEN_IdList64_Iterator_GetFirstId().


| uint64_t GWEN_IdList64__GetNextId | ( | const GWEN_IDLIST64 * | idl, |
| uint64_t * | pos | ||
| ) |
Definition at line 584 of file idlist64.c.
References DBG_ERROR, GWEN_IdTable64_IsEmpty(), and GWEN_LOGDOMAIN.
Referenced by GWEN_IdList64_GetNextId(), GWEN_IdList64_GetNextId2(), and GWEN_IdList64_Iterator_GetNextId().


|
static |
Definition at line 455 of file idlist64.c.
References __compAscending(), __compDescending(), GWEN_IdList64_AddId(), GWEN_IdList64_Clear(), GWEN_IdList64_Iterator_free(), GWEN_IdList64_Iterator_GetFirstId(), GWEN_IdList64_Iterator_GetNextId(), and GWEN_IdList64_Iterator_new().
Referenced by GWEN_IdList64_ReverseSort(), and GWEN_IdList64_Sort().


| void GWEN_IdList64_AddTable | ( | GWEN_IDLIST64 * | idl, |
| GWEN_IDTABLE64 * | idt | ||
| ) |
Definition at line 256 of file idlist64.c.
References NULL.
Referenced by GWEN_IdList64_AddId(), GWEN_IdList64_AppendId(), and GWEN_IdList64_dup().

| void GWEN_IdList64_Clean | ( | GWEN_IDLIST64 * | idl | ) |
Definition at line 389 of file idlist64.c.
References GWEN_IdTable64_free(), GWEN_IdTable64_IsEmpty(), and NULL.
Referenced by GWEN_IdList64_DelId().


|
inlinestatic |
Definition at line 83 of file idlist64.c.
Referenced by GWEN_IdList64_AddId().

|
inlinestatic |
Definition at line 98 of file idlist64.c.
Referenced by GWEN_IdList64_AppendId().

|
inlinestatic |
Definition at line 126 of file idlist64.c.
Referenced by GWEN_IdList64_DelId().

| void GWEN_IdTable64_free | ( | GWEN_IDTABLE64 * | idt | ) |
Definition at line 62 of file idlist64.c.
References GWEN_FREE_OBJECT.
Referenced by GWEN_IdList64_Clean(), and GWEN_IdList64_Clear().

|
inlinestatic |
Definition at line 113 of file idlist64.c.
Referenced by GWEN_IdList64_HasId().

|
inlinestatic |
Definition at line 141 of file idlist64.c.
Referenced by GWEN_IdList64__GetFirstId(), GWEN_IdList64__GetNextId(), GWEN_IdList64_Clean(), and GWEN_IdList64_dup().

|
inlinestatic |
Definition at line 147 of file idlist64.c.
Referenced by GWEN_IdList64_AddId(), and GWEN_IdList64_AppendId().

| GWEN_IDTABLE64* GWEN_IdTable64_new | ( | void | ) |
Definition at line 50 of file idlist64.c.
References GWEN_NEW_OBJECT.
Referenced by GWEN_IdList64_AddId(), GWEN_IdList64_AppendId(), and GWEN_IdList64_dup().

1.8.6