Searched defs:num16 (Results 1 - 1 of 1) sorted by relevance
/httpd/server/ | ||
H A D | core.c | 5143 apr_uint16_t num16; local 5144 ap_random_insecure_bytes(&num16, sizeof(num16)); 5145 RAND_RANGE(num16, min, max, APR_UINT16_MAX); 5146 number = num16; |
Completed in 45 milliseconds