Home
last modified time | relevance | path

Searched defs:hashsize (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Dhash.c49 size_t hashsize) /* I - Size of hash buffer */ in cupsHashData()
290 size_t hashsize, /* I - Size of hash */ in cupsHashString()
Darray.c58 int hashsize, /* Size of hash */ member
Dhttp-support.c1327 size_t hashsize; /* Size of hash */ in _httpSetDigestAuthString() local
/external/libnl/lib/
Dhash.c53 #define hashsize(n) ((uint32_t)1<<(n)) macro
/external/curl/lib/
Dmulti.c276 static int sh_init(struct curl_hash *hash, int hashsize) in sh_init()
307 struct Curl_multi *Curl_multi_handle(int hashsize, /* socket hash */ in Curl_multi_handle()