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