Home
last modified time | relevance | path

Searched refs:HT_DEF_KEY_FIELD (Results 1 – 4 of 4) sorted by relevance

/openssl/include/internal/
H A Dhashtable.h89 #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 Dossl_ht_new.pod14 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 Dhashtable.c28 HT_DEF_KEY_FIELD(fuzzkey, uint16_t)
/openssl/test/
H A Dlhash_test.c193 HT_DEF_KEY_FIELD(mykey, int) in HT_DEF_KEY_FIELD() function
500 HT_DEF_KEY_FIELD(index, unsigned int)

Completed in 13 milliseconds