Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_operate.c796 my_setopt(curl, CURLOPT_TCP_NODELAY, 0L); in operate_do()
799 my_setopt(curl, CURLOPT_TCP_FASTOPEN, 1L); in operate_do()
802 my_setopt(curl, CURLOPT_WRITEDATA, &outs); in operate_do()
803 my_setopt(curl, CURLOPT_INTERLEAVEDATA, &outs); in operate_do()
806 my_setopt(curl, CURLOPT_WRITEFUNCTION, tool_write_cb); in operate_do()
811 my_setopt(curl, CURLOPT_WRITEFUNCTION, metalink_write_cb); in operate_do()
824 my_setopt(curl, CURLOPT_READDATA, &input); in operate_do()
826 my_setopt(curl, CURLOPT_READFUNCTION, tool_read_cb); in operate_do()
830 my_setopt(curl, CURLOPT_SEEKDATA, &input); in operate_do()
831 my_setopt(curl, CURLOPT_SEEKFUNCTION, tool_seek_cb); in operate_do()
[all …]
Dtool_setopt.h97 #define my_setopt(x,y,z) \ macro
126 #define my_setopt(x,y,z) \ macro