Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/testdata/pylib.tdir/
H A Dpylib.lookup.py17 def create_context(config_file="ub.lookup.conf", asyncflag=False): function
105 test_resolve(create_context())
106 test_async_resolve(create_context(asyncflag=True))
107 test_ratelimit_bg_on(create_context(asyncflag=True))
/netbsd-src/external/bsd/nsd/dist/
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
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc449 void create_context ();
500 state.create_context (); in compile()
559 compilation_state::create_context () in create_context() function in compilation_state
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc449 void create_context ();
500 state.create_context (); in compile()
559 compilation_state::create_context () in create_context() function in compilation_state
/netbsd-src/external/mit/xorg/lib/libGL.old/
H A DMakefile18 create_context.c \
/netbsd-src/external/mit/xorg/lib/libGL/
H A DMakefile18 create_context.c \
/netbsd-src/external/apache2/llvm/dist/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