HomeSort by relevance Sort by last modified time
    Searched refs:my_setopt (Results 1 - 2 of 2) sorted by null

  /external/curl/src/
tool_operate.c 801 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(curl, CURLOPT_INFILESIZE_LARGE, uploadfilesize)
    [all...]
tool_setopt.h 92 #define my_setopt(x,y,z) \ macro
121 #define my_setopt(x,y,z) \ macro

Completed in 1169 milliseconds