Searched refs:tool_setopt (Results 1 – 6 of 6) sorted by relevance
/external/curl/src/ |
D | tool_setopt.h | 89 CURLcode tool_setopt(CURL *curl, bool str, struct GlobalConfig *config, 93 SETOPT_CHECK(tool_setopt(x, FALSE, global, #y, y, z)) 96 SETOPT_CHECK(tool_setopt(x, TRUE, global, #y, y, z)) 113 #define res_setopt(x,y,z) tool_setopt(x, FALSE, global, #y, y, z) 115 #define res_setopt_str(x,y,z) tool_setopt(x, TRUE, global, #y, y, z)
|
D | Makefile.inc | 57 tool_setopt.c \ 98 tool_setopt.h \
|
D | Makefile.vc6 | 430 tool_setoptr.obj: tool_setopt.c 431 $(CCR) $(CFLAGS) /Fo"$@" tool_setopt.c 518 tool_setoptd.obj: tool_setopt.c 519 $(CCD) $(CFLAGS) /Fo"$@" tool_setopt.c
|
D | tool_setopt.c | 469 CURLcode tool_setopt(CURL *curl, bool str, struct GlobalConfig *config, in tool_setopt() function
|
/external/curl/packages/Symbian/group/ |
D | curl.mmp | 41 tool_setopt.c \
|
/external/curl/packages/vms/ |
D | gnv_link_curl.com | 415 [.src]curl-tool_setopt.o, [.src]curl-tool_sleep.o, -
|