Lines Matching refs:retcode
1061 int retcode;
1068 retcode = formatf(&info, addbyter, format, ap_save);
1074 DEBUGASSERT(retcode);
1075 retcode--; /* don't count the nul byte */
1080 return retcode;
1085 int retcode;
1088 retcode = curl_mvsnprintf(buffer, maxlength, format, ap_save);
1090 return retcode;
1159 int retcode;
1161 retcode = formatf(&buffer, storebuffer, format, ap_save);
1164 return retcode;
1179 int retcode;
1183 retcode = formatf(stdout, fputc_wrapper, format, ap_save);
1185 return retcode;
1190 int retcode;
1193 retcode = formatf(whereto, fputc_wrapper, format, ap_save);
1195 return retcode;
1200 int retcode = formatf(&buffer, storebuffer, format, ap_save);
1202 return retcode;