Searched refs:readback_bytes (Results 1 – 1 of 1) sorted by relevance
/external/curl/lib/ |
D | mime.c | 743 static size_t readback_bytes(struct mime_state *state, in readback_bytes() function 933 sz = readback_bytes(&part->state, buffer, bufsize, in readback_part() 940 sz = readback_bytes(&part->state, buffer, bufsize, "\r\n", 2, ""); in readback_part() 1031 sz = readback_bytes(&mime->state, buffer, nitems, "\r\n--", 4, ""); in mime_subparts_read() 1036 sz = readback_bytes(&mime->state, buffer, nitems, mime->boundary, in mime_subparts_read()
|