Home
last modified time | relevance | path

Searched refs:verify_param (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedparam/
D1-1.c31 static int verify_param(pthread_attr_t * attr, int priority) in verify_param() function
77 verify_param(&attr, priority); in main()
95 verify_param(&attr, priority); in main()
/third_party/rust/crates/rust-openssl/openssl/
DCHANGELOG.md315 * Added `SslContextBuilder::verify_param` and `SslContextBuilder::verify_param_mut`.
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs1300 pub fn verify_param(&self) -> &X509VerifyParamRef { in verify_param() method