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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_operate.c801 my_setopt(curl, CURLOPT_TCP_NODELAY, 1L);
804 my_setopt(curl, CURLOPT_WRITEDATA, &outs);
807 my_setopt(curl, CURLOPT_WRITEFUNCTION, tool_write_cb);
812 my_setopt(curl, CURLOPT_WRITEFUNCTION, metalink_write_cb);
825 my_setopt(curl, CURLOPT_READDATA, &input);
827 my_setopt(curl, CURLOPT_READFUNCTION, tool_read_cb);
831 my_setopt(curl, CURLOPT_SEEKDATA, &input);
832 my_setopt(curl, CURLOPT_SEEKFUNCTION, tool_seek_cb);
837 my_setopt(curl, CURLOPT_BUFFERSIZE, (long)config->recvpersecond);
841 my_setopt(cur
[all...]
H A Dtool_setopt.h92 #define my_setopt(x,y,z) \ macro
121 #define my_setopt(x,y,z) \ macro

Completed in 182 milliseconds