Home
last modified time | relevance | path

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

/curl/lib/
H A Ddynhds.h50 size_t max_strs_size; /* max length of all strings */ member
63 size_t max_strs_size);
H A Ddynhds.c92 size_t max_strs_size) in Curl_dynhds_init() argument
95 DEBUGASSERT(max_strs_size); in Curl_dynhds_init()
99 dynhds->max_strs_size = max_strs_size; in Curl_dynhds_init()
175 if(dynhds->strs_len + namelen + valuelen > dynhds->max_strs_size) in Curl_dynhds_add()

Completed in 7 milliseconds