|
Tor 0.4.9.8
|
Files | |
| bitarray.h | |
| Implements a variable-sized (but non-resizeable) bit-array. | |
| bloomfilt.c | |
| Uses bitarray_t to implement a bloom filter. | |
| bloomfilt.h | |
| Header for bloomfilt.c. | |
| handles.h | |
| Macros for C weak-handle implementation. | |
| map.c | |
| Hash-table implementations of a string-to-void* map, and of a digest-to-void* map. | |
| map.h | |
| Headers for map.c. | |
| namemap.c | |
| Mappings between identifiers and 16-bit ints. | |
| namemap.h | |
| Header for namemap.c. | |
| namemap_st.h | |
| Internal declarations for namemap structure. | |
| order.c | |
| Functions for finding the n'th element of an array. | |
| order.h | |
| Header for order.c. | |
| smartlist.c | |
| Higher-level functions for the "smartlist" resizeable array abstraction. | |
| smartlist.h | |
| Header for smartlist.c. | |