Searched refs:retcode (Results 76 - 100 of 253) sorted by relevance

1234567891011

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dnetrc.c73 int retcode=1; local
148 retcode=0; /* we did find our host */
199 return retcode;
H A Dmprintf.c1029 int retcode; local
1036 retcode = dprintf_formatf(&info, addbyter, format, ap_save);
1045 return retcode;
1050 int retcode; local
1053 retcode = curl_mvsnprintf(buffer, maxlength, format, ap_save);
1055 return retcode;
1096 int retcode; local
1105 retcode = dprintf_formatf(&info, alloc_addbyter, format, ap_save);
1107 if((-1 == retcode) || info.fail) {
1122 int retcode; local
1157 int retcode; local
1167 int retcode; local
1178 int retcode; local
1188 int retcode; local
[all...]
H A Dssluse.c1420 CURLcode retcode = CURLE_OK; local
1664 retcode = (*data->set.ssl.fsslctx)(data, connssl->ctx,
1666 if(retcode) {
1668 return retcode;
2218 CURLcode retcode = CURLE_OK; local
2261 retcode = verifyhost(conn, connssl->server_cert);
2262 if(retcode) {
2265 return retcode;
2274 retcode = CURLE_SSL_CONNECT_ERROR;
2327 retcode
2350 CURLcode retcode = CURLE_OK; local
2431 CURLcode retcode; local
2549 CURLcode retcode; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dnetrc.c73 int retcode=1; local
148 retcode=0; /* we did find our host */
199 return retcode;
H A Dmprintf.c1029 int retcode; local
1036 retcode = dprintf_formatf(&info, addbyter, format, ap_save);
1045 return retcode;
1050 int retcode; local
1053 retcode = curl_mvsnprintf(buffer, maxlength, format, ap_save);
1055 return retcode;
1096 int retcode; local
1105 retcode = dprintf_formatf(&info, alloc_addbyter, format, ap_save);
1107 if((-1 == retcode) || info.fail) {
1122 int retcode; local
1157 int retcode; local
1167 int retcode; local
1178 int retcode; local
1188 int retcode; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/kernel/
H A Dsignal.c316 if (__put_user((void (*)(void))frame->retcode,
320 if (__put_user(0x2c, (char *)(frame->retcode + 0)) ||
321 __put_user(__NR_sigreturn, (char *)(frame->retcode + 1)) ||
322 __put_user(0x00, (char *)(frame->retcode + 2)) ||
323 __put_user(0xf0, (char *)(frame->retcode + 3)) ||
324 __put_user(0xe0, (char *)(frame->retcode + 4)))
326 flush_icache_range((unsigned long) frame->retcode,
327 (unsigned long) frame->retcode + 5);
396 if (__put_user((void(*)(void))frame->retcode,
399 __put_user(0x2c, (char *)(frame->retcode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dsignal.c316 if (__put_user((void (*)(void))frame->retcode,
320 if (__put_user(0x2c, (char *)(frame->retcode + 0)) ||
321 __put_user(__NR_sigreturn, (char *)(frame->retcode + 1)) ||
322 __put_user(0x00, (char *)(frame->retcode + 2)) ||
323 __put_user(0xf0, (char *)(frame->retcode + 3)) ||
324 __put_user(0xe0, (char *)(frame->retcode + 4)))
326 flush_icache_range((unsigned long) frame->retcode,
327 (unsigned long) frame->retcode + 5);
396 if (__put_user((void(*)(void))frame->retcode,
399 __put_user(0x2c, (char *)(frame->retcode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Djdapistd.c55 int retcode; variable
60 retcode = (*cinfo->inputctl->consume_input) (cinfo);
61 if (retcode == JPEG_SUSPENDED)
63 if (retcode == JPEG_REACHED_EOI)
67 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dmprintf.c1029 int retcode; local
1036 retcode = dprintf_formatf(&info, addbyter, format, ap_save);
1045 return retcode;
1050 int retcode; local
1053 retcode = curl_mvsnprintf(buffer, maxlength, format, ap_save);
1055 return retcode;
1096 int retcode; local
1105 retcode = dprintf_formatf(&info, alloc_addbyter, format, ap_save);
1107 if((-1 == retcode) || info.fail) {
1122 int retcode; local
1157 int retcode; local
1167 int retcode; local
1178 int retcode; local
1188 int retcode; local
[all...]
H A Dssluse.c1420 CURLcode retcode = CURLE_OK; local
1664 retcode = (*data->set.ssl.fsslctx)(data, connssl->ctx,
1666 if(retcode) {
1668 return retcode;
2218 CURLcode retcode = CURLE_OK; local
2261 retcode = verifyhost(conn, connssl->server_cert);
2262 if(retcode) {
2265 return retcode;
2274 retcode = CURLE_SSL_CONNECT_ERROR;
2327 retcode
2350 CURLcode retcode = CURLE_OK; local
2431 CURLcode retcode; local
2549 CURLcode retcode; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
H A Djdapistd.c55 int retcode; variable
60 retcode = (*cinfo->inputctl->consume_input) (cinfo);
61 if (retcode == JPEG_SUSPENDED)
63 if (retcode == JPEG_REACHED_EOI)
67 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
H A Djdapistd.c55 int retcode; variable
60 retcode = (*cinfo->inputctl->consume_input) (cinfo);
61 if (retcode == JPEG_SUSPENDED)
63 if (retcode == JPEG_REACHED_EOI)
67 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dsignal.c109 unsigned char retcode[8]; /* trampoline code */ member in struct:sigframe
117 unsigned char retcode[8]; /* trampoline code */ member in struct:rt_sigframe
329 /* trampoline - the desired return ip is the retcode itself */
330 return_ip = (unsigned long)&frame->retcode;
332 err |= __put_user(0x9c5f, (short __user*)(frame->retcode+0));
333 err |= __put_user(__NR_sigreturn, (short __user*)(frame->retcode+2));
334 err |= __put_user(0xe93d, (short __user*)(frame->retcode+4));
390 /* trampoline - the desired return ip is the retcode itself */
391 return_ip = (unsigned long)&frame->retcode;
393 err |= __put_user(0x9c5f, (short __user *)(frame->retcode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dsignal.c109 unsigned char retcode[8]; /* trampoline code */ member in struct:sigframe
117 unsigned char retcode[8]; /* trampoline code */ member in struct:rt_sigframe
329 /* trampoline - the desired return ip is the retcode itself */
330 return_ip = (unsigned long)&frame->retcode;
332 err |= __put_user(0x9c5f, (short __user*)(frame->retcode+0));
333 err |= __put_user(__NR_sigreturn, (short __user*)(frame->retcode+2));
334 err |= __put_user(0xe93d, (short __user*)(frame->retcode+4));
390 /* trampoline - the desired return ip is the retcode itself */
391 return_ip = (unsigned long)&frame->retcode;
393 err |= __put_user(0x9c5f, (short __user *)(frame->retcode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Df-valprint.c197 int retcode; local
213 retcode = f77_get_dynamic_lowerbound (type, &lower_bound);
214 if (retcode == BOUND_FETCH_ERROR)
217 retcode = f77_get_dynamic_upperbound (type, &upper_bound);
218 if (retcode == BOUND_FETCH_ERROR)
236 int upper, lower, retcode; local
245 retcode = f77_get_dynamic_upperbound (tmp_type, &upper);
246 if (retcode == BOUND_FETCH_ERROR)
249 retcode = f77_get_dynamic_lowerbound (tmp_type, &lower);
250 if (retcode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Df-valprint.c197 int retcode; local
213 retcode = f77_get_dynamic_lowerbound (type, &lower_bound);
214 if (retcode == BOUND_FETCH_ERROR)
217 retcode = f77_get_dynamic_upperbound (type, &upper_bound);
218 if (retcode == BOUND_FETCH_ERROR)
236 int upper, lower, retcode; local
245 retcode = f77_get_dynamic_upperbound (tmp_type, &upper);
246 if (retcode == BOUND_FETCH_ERROR)
249 retcode = f77_get_dynamic_lowerbound (tmp_type, &lower);
250 if (retcode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Df-valprint.c197 int retcode; local
213 retcode = f77_get_dynamic_lowerbound (type, &lower_bound);
214 if (retcode == BOUND_FETCH_ERROR)
217 retcode = f77_get_dynamic_upperbound (type, &upper_bound);
218 if (retcode == BOUND_FETCH_ERROR)
236 int upper, lower, retcode; local
245 retcode = f77_get_dynamic_upperbound (tmp_type, &upper);
246 if (retcode == BOUND_FETCH_ERROR)
249 retcode = f77_get_dynamic_lowerbound (tmp_type, &lower);
250 if (retcode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/frv/kernel/
H A Dsignal.c105 uint32_t retcode[2]; member in struct:sigframe
116 uint32_t retcode[2]; member in struct:rt_sigframe
292 if (__put_user((__sigrestore_t)frame->retcode, &frame->pretcode) ||
293 __put_user(0x8efc0000|__NR_sigreturn, &frame->retcode[0]) ||
294 __put_user(0xc0700000, &frame->retcode[1]))
297 flush_icache_range((unsigned long) frame->retcode,
298 (unsigned long) (frame->retcode + 2));
316 __frame->lr = (unsigned long) &frame->retcode;
393 if (__put_user((__sigrestore_t)frame->retcode, &frame->pretcode) ||
394 __put_user(0x8efc0000|__NR_rt_sigreturn, &frame->retcode[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/kernel/
H A Dsignal.c105 uint32_t retcode[2]; member in struct:sigframe
116 uint32_t retcode[2]; member in struct:rt_sigframe
292 if (__put_user((__sigrestore_t)frame->retcode, &frame->pretcode) ||
293 __put_user(0x8efc0000|__NR_sigreturn, &frame->retcode[0]) ||
294 __put_user(0xc0700000, &frame->retcode[1]))
297 flush_icache_range((unsigned long) frame->retcode,
298 (unsigned long) (frame->retcode + 2));
316 __frame->lr = (unsigned long) &frame->retcode;
393 if (__put_user((__sigrestore_t)frame->retcode, &frame->pretcode) ||
394 __put_user(0x8efc0000|__NR_rt_sigreturn, &frame->retcode[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/
H A Ddrm_ioctl.c381 int if_version, retcode = 0; local
386 retcode = -EINVAL;
397 retcode = drm_set_busid(dev, file_priv);
398 if (retcode)
407 retcode = -EINVAL;
421 return retcode;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/i830/
H A Di830_dma.c133 int retcode = 0; local
149 retcode = PTR_ERR((void *)virtual);
156 return retcode;
162 int retcode = 0; local
168 retcode = do_munmap(current->mm,
176 return retcode;
184 int retcode = 0; local
188 retcode = -ENOMEM;
189 DRM_DEBUG("retcode=%d\n", retcode);
457 int retcode = 0; local
1380 int retcode = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_ioctl.c381 int if_version, retcode = 0; local
386 retcode = -EINVAL;
397 retcode = drm_set_busid(dev, file_priv);
398 if (retcode)
407 retcode = -EINVAL;
421 return retcode;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/i830/
H A Di830_dma.c133 int retcode = 0; local
149 retcode = PTR_ERR((void *)virtual);
156 return retcode;
162 int retcode = 0; local
168 retcode = do_munmap(current->mm,
176 return retcode;
184 int retcode = 0; local
188 retcode = -ENOMEM;
189 DRM_DEBUG("retcode=%d\n", retcode);
457 int retcode = 0; local
1380 int retcode = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/math-emu/
H A Dmath_32.c164 int retcode = 0; /* assume all succeed */ local
182 retcode = do_one_mathemu(insn, &fpt->thread.fsr, fpt->thread.float_regs);
183 if (retcode) {
189 return retcode;
194 retcode = do_one_mathemu(fpt->thread.fpqueue[i].insn, &(fpt->thread.fsr), fpt->thread.float_regs);
195 if (!retcode) /* insn failed, no point doing any more */
199 if (retcode)
205 return retcode;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/math-emu/
H A Dmath_32.c164 int retcode = 0; /* assume all succeed */ local
182 retcode = do_one_mathemu(insn, &fpt->thread.fsr, fpt->thread.float_regs);
183 if (retcode) {
189 return retcode;
194 retcode = do_one_mathemu(fpt->thread.fpqueue[i].insn, &(fpt->thread.fsr), fpt->thread.float_regs);
195 if (!retcode) /* insn failed, no point doing any more */
199 if (retcode)
205 return retcode;

Completed in 373 milliseconds

1234567891011