Searched defs:init (Results 1 – 7 of 7) sorted by relevance
23 pub(crate) fn init() { in init() function
28 pub(crate) fn init() -> Self { in init() method
48 pub fn init(&mut self) { in init() method
251 let init = EVP_DigestInit(md_ctx, EVP_sha256()); in sha256_digest() localVariable
48 pub(crate) fn init(&mut self) { in init() method
299 pub(crate) fn init(&mut self, config: H3Config) -> Result<(), DispatchErrorKind> { in init() method
507 let init = utf8_first_byte(x, 2); in read_error_char() localVariable