Searched refs:__must_check (Results 1 – 3 of 3) sorted by relevance
277 int __must_check293 int __must_check tls_global_set_params(303 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl);315 int __must_check tls_connection_set_verify(void *tls_ctx,329 int __must_check tls_connection_get_random(void *tls_ctx,351 int __must_check tls_connection_prf(void *tls_ctx,470 int __must_check tls_connection_set_cipher_list(void *tls_ctx,497 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,509 int __must_check tls_connection_enable_workaround(void *tls_ctx,521 int __must_check tls_connection_client_hello_ext(void *tls_ctx,[all …]
167 #define __must_check macro221 static inline void * __must_check ERR_PTR(long error) in ERR_PTR()
436 #ifndef __must_check438 #define __must_check __attribute__((__warn_unused_result__)) macro440 #define __must_check macro
Completed in 6 milliseconds