Lines Matching refs:skip
261 bool skip = FALSE; in tool_setopt_enum() local
265 skip = TRUE; in tool_setopt_enum()
267 if(config->libcurl && !skip && !ret) { in tool_setopt_enum()
294 bool skip = FALSE; in tool_setopt_flags() local
298 skip = TRUE; in tool_setopt_flags()
300 if(config->libcurl && !skip && !ret) { in tool_setopt_flags()
337 bool skip = FALSE; in tool_setopt_bitmask() local
341 skip = TRUE; in tool_setopt_bitmask()
343 if(config->libcurl && !skip && !ret) { in tool_setopt_bitmask()
380 bool skip = FALSE; in tool_setopt_httppost() local
384 skip = TRUE; in tool_setopt_httppost()
386 if(config->libcurl && !skip && !ret) { in tool_setopt_httppost()
456 bool skip = FALSE; in tool_setopt_slist() local
460 skip = TRUE; in tool_setopt_slist()
462 if(config->libcurl && !skip && !ret) { in tool_setopt_slist()
497 bool skip = FALSE; in tool_setopt() local
520 skip = TRUE; in tool_setopt()
533 skip = TRUE; in tool_setopt()
545 skip = TRUE; in tool_setopt()
559 skip = TRUE; in tool_setopt()
564 if(config->libcurl && !skip && !ret) { in tool_setopt()