Lines Matching refs:OPENSSL_INLINE
182 OPENSSL_INLINE int lh_##type##_call_cmp_func(lhash_cmp_func func, \
187 OPENSSL_INLINE uint32_t lh_##type##_call_hash_func(lhash_hash_func func, \
192 OPENSSL_INLINE LHASH_OF(type) * \
199 OPENSSL_INLINE void lh_##type##_free(LHASH_OF(type) *lh) { \
203 OPENSSL_INLINE size_t lh_##type##_num_items(const LHASH_OF(type) *lh) { \
207 OPENSSL_INLINE type *lh_##type##_retrieve(const LHASH_OF(type) *lh, \
219 OPENSSL_INLINE int lh_##type##_call_cmp_key(const void *key, \
225 OPENSSL_INLINE type *lh_##type##_retrieve_key( \
233 OPENSSL_INLINE int lh_##type##_insert(LHASH_OF(type) *lh, type **old_data, \
243 OPENSSL_INLINE type *lh_##type##_delete(LHASH_OF(type) *lh, \
255 OPENSSL_INLINE void lh_##type##_call_doall(void *value, void *arg) { \
260 OPENSSL_INLINE void lh_##type##_call_doall_arg(void *value, void *arg) { \
265 OPENSSL_INLINE void lh_##type##_doall(LHASH_OF(type) *lh, \
271 OPENSSL_INLINE void lh_##type##_doall_arg( \