BadVPN – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /**
2 * @file CAvl_footer.h
3 * @author Ambroz Bizjak <ambrop7@gmail.com>
4 *
5 * @section LICENSE
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the distribution.
14 * 3. Neither the name of the author nor the
15 * names of its contributors may be used to endorse or promote products
16 * derived from this software without specific prior written permission.
17 *
18 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21 * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
22 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 */
29  
30 #undef CAVL_PARAM_NAME
31 #undef CAVL_PARAM_FEATURE_COUNTS
32 #undef CAVL_PARAM_FEATURE_KEYS_ARE_INDICES
33 #undef CAVL_PARAM_FEATURE_NOKEYS
34 #undef CAVL_PARAM_FEATURE_ASSOC
35 #undef CAVL_PARAM_TYPE_ENTRY
36 #undef CAVL_PARAM_TYPE_LINK
37 #undef CAVL_PARAM_TYPE_KEY
38 #undef CAVL_PARAM_TYPE_ARG
39 #undef CAVL_PARAM_TYPE_COUNT
40 #undef CAVL_PARAM_TYPE_ASSOC
41 #undef CAVL_PARAM_VALUE_COUNT_MAX
42 #undef CAVL_PARAM_VALUE_NULL
43 #undef CAVL_PARAM_VALUE_ASSOC_ZERO
44 #undef CAVL_PARAM_FUN_DEREF
45 #undef CAVL_PARAM_FUN_COMPARE_ENTRIES
46 #undef CAVL_PARAM_FUN_COMPARE_KEY_ENTRY
47 #undef CAVL_PARAM_FUN_ASSOC_VALUE
48 #undef CAVL_PARAM_FUN_ASSOC_OPER
49 #undef CAVL_PARAM_MEMBER_CHILD
50 #undef CAVL_PARAM_MEMBER_BALANCE
51 #undef CAVL_PARAM_MEMBER_PARENT
52 #undef CAVL_PARAM_MEMBER_COUNT
53 #undef CAVL_PARAM_MEMBER_ASSOC
54  
55 #undef CAvl
56 #undef CAvlEntry
57 #undef CAvlLink
58 #undef CAvlRef
59 #undef CAvlArg
60 #undef CAvlKey
61 #undef CAvlCount
62 #undef CAvlAssoc
63  
64 #undef CAvlIsNullRef
65 #undef CAvlIsValidRef
66 #undef CAvlDeref
67  
68 #undef CAvl_Init
69 #undef CAvl_Insert
70 #undef CAvl_InsertAt
71 #undef CAvl_Remove
72 #undef CAvl_Lookup
73 #undef CAvl_LookupExact
74 #undef CAvl_GetFirstGreater
75 #undef CAvl_GetLastLesser
76 #undef CAvl_GetFirstGreaterEqual
77 #undef CAvl_GetLastLesserEqual
78 #undef CAvl_GetFirst
79 #undef CAvl_GetLast
80 #undef CAvl_GetNext
81 #undef CAvl_GetPrev
82 #undef CAvl_IsEmpty
83 #undef CAvl_Verify
84 #undef CAvl_Count
85 #undef CAvl_IndexOf
86 #undef CAvl_GetAt
87 #undef CAvl_AssocSum
88 #undef CAvl_ExclusiveAssocPrefixSum
89 #undef CAvl_FindLastExclusiveAssocPrefixSumLesserEqual
90  
91 #undef CAvl_link
92 #undef CAvl_balance
93 #undef CAvl_parent
94 #undef CAvl_count
95 #undef CAvl_assoc
96 #undef CAvl_nulllink
97 #undef CAvl_nullref
98 #undef CAvl_compare_entries
99 #undef CAvl_compare_key_entry
100 #undef CAvl_compute_node_assoc
101 #undef CAvl_check_parent
102 #undef CAvl_verify_recurser
103 #undef CAvl_assert_tree
104 #undef CAvl_update_count_from_children
105 #undef CAvl_rotate
106 #undef CAvl_subtree_min
107 #undef CAvl_subtree_max
108 #undef CAvl_replace_subtree_fix_assoc
109 #undef CAvl_swap_for_remove
110 #undef CAvl_rebalance
111 #undef CAvl_child_count
112 #undef CAvl_MAX
113 #undef CAvl_OPTNEG