Searched refs:all_random (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/apr-32/apr/apr/random/unix/
H A Dapr_random.c87 static apr_random_t *all_random; variable
92 *cur = all_random,
93 **prev_ptr = &all_random;
146 g->next = all_random;
147 all_random = g;
179 for (r = all_random; r; r = r->next)

Completed in 109 milliseconds