Home
last modified time | relevance | path

Searched refs:rand (Results 1 – 6 of 6) sorted by relevance

/curl/lib/
H A DMakefile.inc205 rand.c \
340 rand.h \
H A Dws.c683 unsigned char rand[16]; in Curl_ws_request() local
717 result = Curl_rand(data, (unsigned char *)rand, sizeof(rand)); in Curl_ws_request()
720 result = Curl_base64_encode((char *)rand, sizeof(rand), &randstr, &randlen); in Curl_ws_request()
/curl/docs/examples/
H A Dcrawler.c141 double r = rand(); in follow_links()
/curl/tests/
H A Druntests.pl2755 my @rand;
2763 push @rand, $all[$r];
2767 $TESTCASES = join(" ", @rand);
/curl/.github/
H A Dlabeler.yml171 lib/rand.*\
/curl/m4/
H A Dcurl-compilers.m41485 int rand(int n);
1486 int rand(int n)
1495 int j = rand(i[0]);

Completed in 22 milliseconds