Lines Matching refs:skip
248 bool skip = FALSE; in tool_setopt_enum() local
252 skip = TRUE; in tool_setopt_enum()
254 if(config->libcurl && !skip && !ret) { in tool_setopt_enum()
281 bool skip = FALSE; in tool_setopt_flags() local
285 skip = TRUE; in tool_setopt_flags()
287 if(config->libcurl && !skip && !ret) { in tool_setopt_flags()
324 bool skip = FALSE; in tool_setopt_bitmask() local
328 skip = TRUE; in tool_setopt_bitmask()
330 if(config->libcurl && !skip && !ret) { in tool_setopt_bitmask()
367 bool skip = FALSE; in tool_setopt_httppost() local
371 skip = TRUE; in tool_setopt_httppost()
373 if(config->libcurl && !skip && !ret) { in tool_setopt_httppost()
443 bool skip = FALSE; in tool_setopt_slist() local
447 skip = TRUE; in tool_setopt_slist()
449 if(config->libcurl && !skip && !ret) { in tool_setopt_slist()
484 bool skip = FALSE; in tool_setopt() local
507 skip = TRUE; in tool_setopt()
520 skip = TRUE; in tool_setopt()
532 skip = TRUE; in tool_setopt()
546 skip = TRUE; in tool_setopt()
551 if(config->libcurl && !skip && !ret) { in tool_setopt()