Home
last modified time | relevance | path

Searched defs:apr_random_t (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/random/unix/
H A Dapr_random.c56 struct apr_random_t { struct
57 apr_pool_t *apr_pool;
58 apr_crypto_hash_t *pool_hash;
59 unsigned int npools;
60 apr_random_pool_t *pools;
84 apr_random_t *next; argument
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_random.h63 typedef struct apr_random_t apr_random_t; typedef