Lines Matching refs:amount
44 size_t amount, in copy_header_external() argument
51 h->amount = amount; in copy_header_external()
73 size_t amount = 0; in curl_easy_header() local
93 amount++; in curl_easy_header()
98 if(!amount) in curl_easy_header()
100 else if(nameindex >= amount) in curl_easy_header()
103 if(nameindex == amount - 1) in curl_easy_header()
121 copy_header_external(hs, nameindex, amount, e_pick, in curl_easy_header()
137 size_t amount = 0; in curl_easy_nextheader() local
178 amount++; in curl_easy_nextheader()
180 index = amount - 1; in curl_easy_nextheader()
183 copy_header_external(hs, index, amount, pick, in curl_easy_nextheader()