Searched refs:HT_DEF_KEY_FIELD (Results 1 – 4 of 4) sorted by relevance
/openssl/include/internal/ |
H A D | hashtable.h | 89 #define HT_DEF_KEY_FIELD(name, type) type name; macro 96 HT_DEF_KEY_FIELD(name[size], char) 102 HT_DEF_KEY_FIELD(name[size], uint8_t)
|
/openssl/doc/internal/man3/ |
H A D | ossl_ht_new.pod | 14 HT_DEF_KEY_FIELD_UINT8T_ARRAY, HT_DEF_KEY_FIELD, 40 HT_DEF_KEY_FIELD(name, type); 171 HT_DEF_KEY_FIELD() Allows for the creation of data fields within a key. Note, 197 HT_SET_KEY_FIELD() Sets a field in a key (as defined by HT_DEF_KEY_FIELD()) to a 297 HT_DEF_KEY_FIELD(myintkey, int)
|
/openssl/fuzz/ |
H A D | hashtable.c | 28 HT_DEF_KEY_FIELD(fuzzkey, uint16_t)
|
/openssl/test/ |
H A D | lhash_test.c | 193 HT_DEF_KEY_FIELD(mykey, int) in HT_DEF_KEY_FIELD() function 501 HT_DEF_KEY_FIELD(index, uint32_t)
|
Completed in 25 milliseconds