Home
last modified time | relevance | path

Searched refs:writebody (Results 1 – 1 of 1) sorted by relevance

/third_party/curl/lib/
Dsendf.c529 curl_write_callback writebody = NULL; in chop_write() local
543 writebody = data->set.fwrite_func; in chop_write()
558 if(writebody) { in chop_write()
561 wrote = writebody(ptr, 1, chunklen, data->set.out); in chop_write()