Lines Matching refs:retval
520 PyObject* retval;
522 retval = va_build_value(format, va, 0);
524 return retval;
531 PyObject* retval;
533 retval = va_build_value(format, va, FLAG_SIZE_T);
535 return retval;
556 PyObject *retval;
565 retval = do_mkvalue(&f, &lva, flags);
567 retval = do_mktuple(&f, &lva, '\0', n, flags);
570 return retval;