Lines Matching refs:skip
240 bool skip = FALSE; in tool_setopt_enum() local
244 skip = TRUE; in tool_setopt_enum()
246 if(config->libcurl && !skip && !ret) { in tool_setopt_enum()
273 bool skip = FALSE; in tool_setopt_flags() local
277 skip = TRUE; in tool_setopt_flags()
279 if(config->libcurl && !skip && !ret) { in tool_setopt_flags()
316 bool skip = FALSE; in tool_setopt_bitmask() local
320 skip = TRUE; in tool_setopt_bitmask()
322 if(config->libcurl && !skip && !ret) { in tool_setopt_bitmask()
359 bool skip = FALSE; in tool_setopt_httppost() local
363 skip = TRUE; in tool_setopt_httppost()
365 if(config->libcurl && !skip && !ret) { in tool_setopt_httppost()
435 bool skip = FALSE; in tool_setopt_slist() local
439 skip = TRUE; in tool_setopt_slist()
441 if(config->libcurl && !skip && !ret) { in tool_setopt_slist()
476 bool skip = FALSE; in tool_setopt() local
499 skip = TRUE; in tool_setopt()
512 skip = TRUE; in tool_setopt()
524 skip = TRUE; in tool_setopt()
538 skip = TRUE; in tool_setopt()
543 if(config->libcurl && !skip && !ret) { in tool_setopt()