Searched refs:file_size (Results 1 – 3 of 3) sorted by relevance
55 curl_off_t file_size; /* get it somehow as well */66 curl_easy_setopt(curl, CURLOPT_INFILESIZE_LARGE, file_size);
229 LARGE_INTEGER file_size; in add_certs_file_to_store() local268 if(!GetFileSizeEx(ca_file_handle, &file_size)) { in add_certs_file_to_store()278 if(file_size.QuadPart > MAX_CAFILE_SIZE) { in add_certs_file_to_store()286 ca_file_bufsize = (size_t)file_size.QuadPart; in add_certs_file_to_store()
343 /* in this example, file_size must be an curl_off_t variable */344 curl_easy_setopt(handle, CURLOPT_INFILESIZE_LARGE, file_size);
Completed in 8 milliseconds