Home | History | Annotate | Download | only in clinic

Lines Matching refs:return_value

48     PyObject *return_value = NULL;
57 return_value = msvcrt_locking_impl(module, fd, mode, nbytes);
60 return return_value;
83 PyObject *return_value = NULL;
96 return_value = PyLong_FromLong(_return_value);
99 return return_value;
121 PyObject *return_value = NULL;
134 return_value = PyLong_FromLong(_return_value);
137 return return_value;
157 PyObject *return_value = NULL;
168 return_value = PyLong_FromVoidPtr((void *)_return_value);
171 return return_value;
189 PyObject *return_value = NULL;
196 return_value = PyLong_FromLong(_return_value);
199 return return_value;
223 PyObject *return_value = NULL;
227 return_value = PyBytes_FromStringAndSize(s, 1);
229 return return_value;
247 PyObject *return_value = NULL;
251 return_value = PyUnicode_FromOrdinal(_return_value);
253 return return_value;
271 PyObject *return_value = NULL;
275 return_value = PyBytes_FromStringAndSize(s, 1);
277 return return_value;
295 PyObject *return_value = NULL;
299 return_value = PyUnicode_FromOrdinal(_return_value);
301 return return_value;
319 PyObject *return_value = NULL;
325 return_value = msvcrt_putch_impl(module, char_value);
328 return return_value;
346 PyObject *return_value = NULL;
352 return_value = msvcrt_putwch_impl(module, unicode_char);
355 return return_value;
377 PyObject *return_value = NULL;
383 return_value = msvcrt_ungetch_impl(module, char_value);
386 return return_value;
404 PyObject *return_value = NULL;
410 return_value = msvcrt_ungetwch_impl(module, unicode_char);
413 return return_value;
435 PyObject *return_value = NULL;
448 return_value = PyLong_FromLong(_return_value);
451 return return_value;
475 PyObject *return_value = NULL;
488 return_value = PyLong_FromLong(_return_value);
491 return return_value;
515 PyObject *return_value = NULL;
526 return_value = PyLong_FromLong(_return_value);
529 return return_value;
549 PyObject *return_value = NULL;
555 return_value = msvcrt_SetErrorMode_impl(module, mode);
558 return return_value;