File: libcollection.sym

package info (click to toggle)
ding-libs 0.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,092 kB
  • sloc: ansic: 31,844; makefile: 382; sh: 40
file content (153 lines) | stat: -rw-r--r-- 4,081 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
COLLECTION_0.6.2 {
global:
    /* collection.h */
    col_create_collection;
    col_destroy_collection;
    col_destroy_collection_with_cb;
    col_copy_collection_with_cb;
    col_copy_collection;
    col_add_collection_to_collection;
    col_traverse_collection;
    col_get_item_and_do;
    col_get_item;
    col_sort_collection;
    col_delete_property;
    col_is_item_in_collection;
    col_get_collection_reference;
    col_get_reference_from_item;
    col_get_collection_class;
    col_set_collection_class;
    col_get_collection_count;
    col_is_of_class;
    col_add_str_property;
    col_add_binary_property;
    col_add_int_property;
    col_add_unsigned_property;
    col_add_long_property;
    col_add_ulong_property;
    col_add_double_property;
    col_add_bool_property;
    col_add_any_property;
    col_add_str_property_with_ref;
    col_add_binary_property_with_ref;
    col_add_int_property_with_ref;
    col_add_unsigned_property_with_ref;
    col_add_long_property_with_ref;
    col_add_ulong_property_with_ref;
    col_add_double_property_with_ref;
    col_add_bool_property_with_ref;
    col_add_any_property_with_ref;
    col_insert_str_property;
    col_insert_binary_property;
    col_insert_int_property;
    col_insert_unsigned_property;
    col_insert_long_property;
    col_insert_ulong_property;
    col_insert_double_property;
    col_insert_bool_property;
    col_insert_str_property_with_ref;
    col_insert_binary_property_with_ref;
    col_insert_int_property_with_ref;
    col_insert_unsigned_property_with_ref;
    col_insert_long_property_with_ref;
    col_insert_ulong_property_with_ref;
    col_insert_double_property_with_ref;
    col_insert_bool_property_with_ref;
    col_insert_property_with_ref;
    col_update_str_property;
    col_update_binary_property;
    col_update_int_property;
    col_update_unsigned_property;
    col_update_long_property;
    col_update_ulong_property;
    col_update_double_property;
    col_update_bool_property;
    col_update_property;
    col_get_item_property;
    col_get_item_type;
    col_get_item_length;
    col_get_item_data;
    col_get_item_hash;
    col_make_hash;
    col_compare_items;
    col_modify_item;
    col_modify_item_property;
    col_modify_str_item;
    col_modify_binary_item;
    col_modify_bool_item;
    col_modify_int_item;
    col_modify_long_item;
    col_modify_ulong_item;
    col_modify_unsigned_item;
    col_modify_double_item;
    col_extract_item;
    col_extract_item_from_current;
    col_remove_item;
    col_remove_item_from_current;
    col_insert_item;
    col_insert_item_into_current;
    col_delete_item;
    col_bind_iterator;
    col_unbind_iterator;
    col_iterate_collection;
    col_iterate_up;
    col_get_iterator_depth;
    col_get_item_depth;
    col_pin_iterator;
    col_rewind_iterator;

    /* collection_queue.h */
    col_create_queue;
    col_destroy_queue;
    col_enqueue_str_property;
    col_enqueue_binary_property;
    col_enqueue_int_property;
    col_enqueue_unsigned_property;
    col_enqueue_long_property;
    col_enqueue_ulong_property;
    col_enqueue_double_property;
    col_enqueue_bool_property;
    col_enqueue_any_property;
    col_enqueue_item;
    col_dequeue_item;

    /* collection_stack.h */
    col_create_stack;
    col_destroy_stack;
    col_push_str_property;
    col_push_binary_property;
    col_push_int_property;
    col_push_unsigned_property;
    col_push_long_property;
    col_push_ulong_property;
    col_push_double_property;
    col_push_bool_property;
    col_push_any_property;
    col_push_item;
    col_pop_item;

    /* collection_tools.h */
    col_get_data_len;
    col_grow_buffer;
    col_put_marker;
    col_serialize;
    col_debug_handle;
    col_debug_item;
    col_debug_collection;
    col_print_collection;
    col_print_collection2;
    col_print_item;
    col_collection_to_list;
    col_free_property_list;

local:
    *;
};

COLLECTION_0.7 {
global:
    /* collection.h */
    col_get_dup_item;
    col_delete_item_with_cb;
    col_remove_item_with_cb;
} COLLECTION_0.6.2;