Searched refs:ub_initstate (Results 1 – 7 of 7) sorted by relevance
83 ub_initstate(struct ub_randstate* ATTR_UNUSED(from)) in ub_initstate() function115 struct ub_randstate* ub_initstate(struct ub_randstate* ATTR_UNUSED(from)) in ub_initstate() function150 struct ub_randstate* ub_initstate(struct ub_randstate* ATTR_UNUSED(from)) in ub_initstate() function
57 struct ub_randstate* ub_initstate(struct ub_randstate* from);
1814 struct ub_randstate *rand = ub_initstate(NULL); in extract_port_from_str()
549 daemon->rand = ub_initstate(NULL); in daemon_create_workers()
2175 if(!(worker->rndstate = ub_initstate(daemon->rand))) { in worker_init()
179 if(!(w->env->rnd = ub_initstate(ctx->seed_rnd))) { in libworker_setup()
117 if(!(ctx->seed_rnd = ub_initstate(NULL))) { in ub_ctx_create_nopipe()