#include "common.h"#include "config.h"#include "collection.h"#include "hashtable.h"Go to the source code of this file.
Data Structures | |
| struct | _cp_hashlist_entry |
| struct | _cp_hashlist |
| struct | _cp_hashlist_iterator |
Definition in file hashlist.h.
|
|
Value: cp_hashlist_create_by_option(0, (size_hint), \ (hash_fn), (compare_fn), \ NULL, NULL, NULL, NULL) Definition at line 116 of file hashlist.h. Referenced by cp_httpclient_ctl_create(), and cp_thread_pool_create(). |
|
|
Set a read lock on the object. Definition at line 564 of file hashlist.h. |
|
|
Set a write lock on the object. Definition at line 569 of file hashlist.h. |
|
|
Main object that holds the endpoints of the hash-list and the hash-table. It also stores the hash, compare and copy methods and the default operation mode. Referenced by cp_hashlist_create_by_mode(), and cp_hashlist_create_by_option(). |
|
|
iterator for hashlists Referenced by cp_hashlist_create_iterator(), cp_socket_delete(), cp_socket_stop_all(), and cp_thread_pool_stop(). |
1.3.9.1