Home | History | Annotate | Download | only in clinic

Lines Matching defs:return_value

76     PyObject *return_value = NULL;
83 return_value = array_array_pop_impl(self, i);
86 return return_value;
113 PyObject *return_value = NULL;
121 return_value = array_array_insert_impl(self, i, v);
124 return return_value;
211 PyObject *return_value = NULL;
219 return_value = array_array_fromfile_impl(self, f, n);
222 return return_value;
278 PyObject *return_value = NULL;
284 return_value = array_array_fromstring_impl(self, &buffer);
292 return return_value;
310 PyObject *return_value = NULL;
316 return_value = array_array_frombytes_impl(self, &buffer);
324 return return_value;
385 PyObject *return_value = NULL;
392 return_value = array_array_fromunicode_impl(self, ustr, ustr_length);
395 return return_value;
457 PyObject *return_value = NULL;
467 return_value = array__array_reconstructor_impl(module, arraytype, typecode, mformat_code, items);
470 return return_value;