Searched refs:create_context (Results 1 – 8 of 8) sorted by relevance
17 def create_context(config_file="ub.lookup.conf", asyncflag=False): function105 test_resolve(create_context())106 test_async_resolve(create_context(asyncflag=True))107 test_ratelimit_bg_on(create_context(asyncflag=True))
21 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
449 void create_context ();500 state.create_context (); in compile()559 compilation_state::create_context () in create_context() function in compilation_state
18 create_context.c \
382 external create_context : unit -> llcontext = "llvm_create_context"
448 (** [create_context ()] creates a context for storing the "global" state in450 val create_context : unit -> llcontext val