Searched refs:khash_t (Results 1 - 3 of 3) sorted by relevance

/seL4-camkes-master/projects/global-components/remote-drivers/picotcp-socket-sync/server/
H A Dpicoserver_client.h34 khash_t(socket) *socket_table;
35 khash_t(socket_event) *socket_event_set;
H A Dpicoserver_client.c21 static khash_t(socket_addr) *socket_addr_table = NULL;
206 khash_t(socket_event) *client_event_set = client->socket_event_set;
H A Dkhash.h34 khash_t(32) *h = kh_init(32);
439 #define khash_t(name) kh_##name##_t macro
444 @return Pointer to the hash table [khash_t(name)*]
451 @param h Pointer to the hash table [khash_t(name)*]
458 @param h Pointer to the hash table [khash_t(name)*]
465 @param h Pointer to the hash table [khash_t(name)*]
473 @param h Pointer to the hash table [khash_t(name)*]
486 @param h Pointer to the hash table [khash_t(name)*]
495 @param h Pointer to the hash table [khash_t(name)*]
502 @param h Pointer to the hash table [khash_t(nam
[all...]

Completed in 98 milliseconds