Searched refs:hasread (Results 1 – 1 of 1) sorted by relevance
/curl/lib/ |
H A D | mime.c | 65 void *instream, bool *hasread); 828 if(*hasread) in read_part_content() 830 *hasread = TRUE; in read_part_content() 858 size_t bufsize, bool *hasread) in read_encoded_part_content() argument 897 sizeof(st->buf) - st->bufend, hasread); in read_encoded_part_content() 968 sz = read_part_content(part, buffer, bufsize, hasread); in readback_part() 1002 void *instream, bool *hasread) in mime_subparts_read() argument 1042 sz = readback_part(part, buffer, nitems, hasread); in mime_subparts_read() 1589 bool hasread; in Curl_mime_read() local 1596 hasread = FALSE; in Curl_mime_read() [all …]
|
Completed in 8 milliseconds