Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/nsd/
H A Dtsig-openssl.c21 static void *create_context(region_type *region);
132 algorithm->hmac_create_context = create_context; in tsig_openssl_init_algorithm()
189 create_context(region_type *region) in create_context() function
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml382 external create_context : unit -> llcontext = "llvm_create_context"
H A Dllvm.mli448 (** [create_context ()] creates a context for storing the "global" state in
450 val create_context : unit -> llcontext val