Home
last modified time | relevance | path

Searched refs:randsuffix (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Daltsvc.c333 unsigned char randsuffix[9]; in Curl_altsvc_save() local
347 if(Curl_rand_hex(data, randsuffix, sizeof(randsuffix))) in Curl_altsvc_save()
350 tempstore = aprintf("%s.%s.tmp", file, randsuffix); in Curl_altsvc_save()
Dcookie.c1527 unsigned char randsuffix[9]; in cookie_output() local
1529 if(Curl_rand_hex(data, randsuffix, sizeof(randsuffix))) in cookie_output()
1532 tempstore = aprintf("%s.%s.tmp", filename, randsuffix); in cookie_output()