Home
last modified time | relevance | path

Searched defs:expected_depth (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libwebp/imageio/
Dpnmdec.c77 int expected_depth = -1; in ReadPAMFields() local
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dtests.rs901 let expected_depth = if cfg!(any(ossl110)) { 1 } else { 2 }; in test_verify_param_set_depth() localVariable
929 let expected_depth = if cfg!(any(ossl110)) { 0 } else { 1 }; in test_verify_param_set_depth_fails_verification() localVariable