Asterisk - The Open Source Telephony Project
18.5.0
|
Doubly-Linked List Tests. More...
#include "asterisk.h"
#include "asterisk/file.h"
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
#include "asterisk/module.h"
#include "asterisk/lock.h"
#include "asterisk/app.h"
#include "asterisk/dlinkedlists.h"
Go to the source code of this file.
Data Structures | |
struct | test_container::entries |
struct | test1 |
struct | test_container |
Functions | |
static void | __reg_module (void) |
static void | __unreg_module (void) |
struct ast_module * | AST_MODULE_SELF_SYM (void) |
static void | destroy_test_container (struct test_container *x) |
static void | dll_tests (void) |
static int | load_module (void) |
static struct test_container * | make_cont (void) |
static struct test1 * | make_test1 (char *name) |
static void | print_list (struct test_container *x, char *expect) |
static void | print_list_backwards (struct test_container *x, char *expect) |
static int | unload_module (void) |
Variables | |
static struct ast_module_info | __mod_info = { .name = AST_MODULE, .flags = AST_MODFLAG_LOAD_ORDER , .description = "Test Doubly-Linked Lists" , .key = "This paragraph is copyright (c) 2006 by Digium, Inc. \In order for your module to load, it must return this \key via a function called \"key\". Any code which \includes this paragraph must be licensed under the GNU \General Public License version 2 or later (at your \option). In addition to Digium's general reservations \of rights, Digium expressly reserves the right to \allow other parties to license this paragraph under \different terms. Any use of Digium, Inc. trademarks or \logos (including \"Asterisk\" or \"Digium\") without \express written permission of Digium, Inc. is prohibited.\n" , .buildopt_sum = AST_BUILDOPT_SUM, .load = load_module, .unload = unload_module, .load_pri = AST_MODPRI_DEFAULT, .support_level = AST_MODULE_SUPPORT_CORE, } |
static const struct ast_module_info * | ast_module_info = &__mod_info |
Doubly-Linked List Tests.
This module will run some DLL tests at load time
Definition in file test_dlinklists.c.
|
static |
Definition at line 364 of file test_dlinklists.c.
|
static |
Definition at line 364 of file test_dlinklists.c.
struct ast_module* AST_MODULE_SELF_SYM | ( | void | ) |
Definition at line 364 of file test_dlinklists.c.
|
static |
Definition at line 101 of file test_dlinklists.c.
References AST_DLLIST_REMOVE_CURRENT, AST_DLLIST_TRAVERSE_BACKWARDS_SAFE_BEGIN, AST_DLLIST_TRAVERSE_BACKWARDS_SAFE_END, ast_free, test_container::entries, test1::list, and t1.
Referenced by dll_tests().
|
static |
Definition at line 172 of file test_dlinklists.c.
References a, ast_debug, AST_DLLIST_EMPTY, AST_DLLIST_FIRST, AST_DLLIST_INSERT_AFTER, AST_DLLIST_INSERT_BEFORE_CURRENT, AST_DLLIST_INSERT_BEFORE_CURRENT_BACKWARDS, AST_DLLIST_INSERT_HEAD, AST_DLLIST_INSERT_TAIL, AST_DLLIST_LAST, AST_DLLIST_MOVE_CURRENT, AST_DLLIST_MOVE_CURRENT_BACKWARDS, AST_DLLIST_NEXT, AST_DLLIST_PREV, AST_DLLIST_REMOVE, AST_DLLIST_REMOVE_CURRENT, AST_DLLIST_REMOVE_HEAD, AST_DLLIST_TRAVERSE_BACKWARDS_SAFE_BEGIN, AST_DLLIST_TRAVERSE_SAFE_BEGIN, AST_DLLIST_TRAVERSE_SAFE_END, ast_free, ast_log, b, c, d, destroy_test_container(), test_container::entries, test1::list, LOG_ERROR, make_cont(), make_test1(), print_list(), and print_list_backwards().
Referenced by load_module().
|
static |
Definition at line 358 of file test_dlinklists.c.
References AST_MODULE_LOAD_SUCCESS, and dll_tests().
|
static |
Definition at line 88 of file test_dlinklists.c.
References ast_calloc.
Referenced by dll_tests().
|
static |
Definition at line 94 of file test_dlinklists.c.
References ast_calloc, test1::name, and t1.
Referenced by dll_tests().
|
static |
Definition at line 60 of file test_dlinklists.c.
References ast_debug, AST_DLLIST_LAST, AST_DLLIST_TRAVERSE, buff, test_container::entries, test1::list, test1::name, and t1.
Referenced by dll_tests().
|
static |
Definition at line 74 of file test_dlinklists.c.
References ast_debug, AST_DLLIST_FIRST, AST_DLLIST_TRAVERSE_BACKWARDS, buff, test_container::entries, test1::list, test1::name, and t1.
Referenced by dll_tests().
|
static |
Definition at line 353 of file test_dlinklists.c.
|
static |
Definition at line 364 of file test_dlinklists.c.
|
static |
Definition at line 364 of file test_dlinklists.c.