Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_operate.c822 my_setopt(curl, CURLOPT_TCP_NODELAY, 0L); in operate_do()
825 my_setopt(curl, CURLOPT_TCP_FASTOPEN, 1L); in operate_do()
828 my_setopt(curl, CURLOPT_WRITEDATA, &outs); in operate_do()
829 my_setopt(curl, CURLOPT_INTERLEAVEDATA, &outs); in operate_do()
832 my_setopt(curl, CURLOPT_WRITEFUNCTION, tool_write_cb); in operate_do()
837 my_setopt(curl, CURLOPT_WRITEFUNCTION, metalink_write_cb); in operate_do()
850 my_setopt(curl, CURLOPT_READDATA, &input); in operate_do()
852 my_setopt(curl, CURLOPT_READFUNCTION, tool_read_cb); in operate_do()
856 my_setopt(curl, CURLOPT_SEEKDATA, &input); in operate_do()
857 my_setopt(curl, CURLOPT_SEEKFUNCTION, tool_seek_cb); in operate_do()
[all …]
Dtool_setopt.h99 #define my_setopt(x,y,z) \ macro
128 #define my_setopt(x,y,z) \ macro