Searched refs:uvwget (Results 1 – 4 of 4) sorted by relevance
49 all: $(examples) plugin/plugin proc-streams/test cgi/tick multi-echo-server/worker uvwget/uvwget69 uvwget: uvwget/uvwget target70 uvwget/uvwget: uvwget/main.c71 gcc $(CFLAGS) `curl-config --cflags --libs` -o uvwget/uvwget uvwget/main.c $(UV_LIB) $(LIBS)80 rm -rf uvwget/uvwget uvwget/uvwget.dSYM82 .PHONY: clean all $(examples) plugin uvwget
49 add_executable(uvwget uvwget/main.c) target50 target_link_libraries(uvwget uv_a ${CURL_LIBRARIES})
219 .. rubric:: uvwget/main.c - The setup220 .. literalinclude:: ../../code/uvwget/main.c236 $ ./uvwget [url1] [url2] ...240 .. rubric:: uvwget/main.c - Adding urls241 .. literalinclude:: ../../code/uvwget/main.c257 .. rubric:: uvwget/main.c - Setting up polling258 .. literalinclude:: ../../code/uvwget/main.c278 .. rubric:: uvwget/main.c - Driving libcurl.279 .. literalinclude:: ../../code/uvwget/main.c296 .. rubric:: uvwget/main.c - Reading transfer status.[all …]
73 * doc: fix link to uvwget example main() function (blogdaren)