Home
last modified time | relevance | path

Searched refs:GHashTableLookup (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libibnetdisc/
H A Dinternal.h67 #define g_hash_table_lookup(...) GHashTableLookup(__VA_ARGS__)
72 extern void *GHashTableLookup(GHashTable *, void *key);
H A Dg_hash_table.cpp77 GHashTableLookup(GHashTable *ght, void *key) in GHashTableLookup() function