Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_operate.c325 my_setopt(per->curl, CURLOPT_INFILESIZE_LARGE, uploadfilesize); in pre_transfer()
1252 my_setopt(curl, CURLOPT_TCP_NODELAY, 0L); in single_transfer()
1255 my_setopt(curl, CURLOPT_TCP_FASTOPEN, 1L); in single_transfer()
1258 my_setopt(curl, CURLOPT_WRITEDATA, per); in single_transfer()
1259 my_setopt(curl, CURLOPT_INTERLEAVEDATA, per); in single_transfer()
1263 my_setopt(curl, CURLOPT_WRITEFUNCTION, tool_write_cb); in single_transfer()
1268 my_setopt(curl, CURLOPT_WRITEFUNCTION, metalink_write_cb); in single_transfer()
1280 my_setopt(curl, CURLOPT_READDATA, input); in single_transfer()
1282 my_setopt(curl, CURLOPT_READFUNCTION, tool_read_cb); in single_transfer()
1286 my_setopt(curl, CURLOPT_SEEKDATA, input); in single_transfer()
[all …]
Dtool_setopt.h105 #define my_setopt(x,y,z) \ macro
134 #define my_setopt(x,y,z) \ macro