Lines Matching defs:module
92 test_empty_function_impl(PyObject *module) in test_empty_function_impl()
109 objects_converter_impl(PyObject *module, PyObject *a, PyObject *b) in objects_converter_impl()
125 bytes_object_converter_impl(PyObject *module, PyBytesObject *a) in bytes_object_converter_impl()
146 byte_array_object_converter_impl(PyObject *module, PyByteArrayObject *a) in byte_array_object_converter_impl()
167 unicode_converter_impl(PyObject *module, PyObject *a) in unicode_converter_impl()
190 bool_converter_impl(PyObject *module, int a, int b, int c) in bool_converter_impl()
222 char_converter_impl(PyObject *module, char a, char b, char c, char d, char e, in char_converter_impl()
243 unsigned_char_converter_impl(PyObject *module, unsigned char a, in unsigned_char_converter_impl()
260 short_converter_impl(PyObject *module, short a) in short_converter_impl()
278 unsigned_short_converter_impl(PyObject *module, unsigned short a, in unsigned_short_converter_impl()
297 int_converter_impl(PyObject *module, int a, int b, int c) in int_converter_impl()
315 unsigned_int_converter_impl(PyObject *module, unsigned int a, unsigned int b, in unsigned_int_converter_impl()
332 long_converter_impl(PyObject *module, long a) in long_converter_impl()
350 unsigned_long_converter_impl(PyObject *module, unsigned long a, in unsigned_long_converter_impl()
367 long_long_converter_impl(PyObject *module, long long a) in long_long_converter_impl()
385 unsigned_long_long_converter_impl(PyObject *module, unsigned long long a, in unsigned_long_long_converter_impl()
405 py_ssize_t_converter_impl(PyObject *module, Py_ssize_t a, Py_ssize_t b, in py_ssize_t_converter_impl()
424 slice_index_converter_impl(PyObject *module, Py_ssize_t a, Py_ssize_t b, in slice_index_converter_impl()
441 size_t_converter_impl(PyObject *module, size_t a) in size_t_converter_impl()
457 float_converter_impl(PyObject *module, float a) in float_converter_impl()
473 double_converter_impl(PyObject *module, double a) in double_converter_impl()
489 py_complex_converter_impl(PyObject *module, Py_complex a) in py_complex_converter_impl()
507 str_converter_impl(PyObject *module, const char *a, const char *b, in str_converter_impl()
565 str_converter_encoding_impl(PyObject *module, char *a, char *b, char *c, in str_converter_encoding_impl()
637 py_buffer_converter_impl(PyObject *module, Py_buffer *a, Py_buffer *b) in py_buffer_converter_impl()
653 keywords_impl(PyObject *module, PyObject *a, PyObject *b) in keywords_impl()
670 keywords_kwonly_impl(PyObject *module, PyObject *a, PyObject *b) in keywords_kwonly_impl()
687 keywords_opt_impl(PyObject *module, PyObject *a, PyObject *b, PyObject *c) in keywords_opt_impl()
706 keywords_opt_kwonly_impl(PyObject *module, PyObject *a, PyObject *b, in keywords_opt_kwonly_impl()
725 keywords_kwonly_opt_impl(PyObject *module, PyObject *a, PyObject *b, in keywords_kwonly_opt_impl()
743 posonly_keywords_impl(PyObject *module, PyObject *a, PyObject *b) in posonly_keywords_impl()
761 posonly_kwonly_impl(PyObject *module, PyObject *a, PyObject *b) in posonly_kwonly_impl()
780 posonly_keywords_kwonly_impl(PyObject *module, PyObject *a, PyObject *b, in posonly_keywords_kwonly_impl()
800 posonly_keywords_opt_impl(PyObject *module, PyObject *a, PyObject *b, in posonly_keywords_opt_impl()
820 posonly_opt_keywords_opt_impl(PyObject *module, PyObject *a, PyObject *b, in posonly_opt_keywords_opt_impl()
841 posonly_kwonly_opt_impl(PyObject *module, PyObject *a, PyObject *b, in posonly_kwonly_opt_impl()
862 posonly_opt_kwonly_opt_impl(PyObject *module, PyObject *a, PyObject *b, in posonly_opt_kwonly_opt_impl()
884 posonly_keywords_kwonly_opt_impl(PyObject *module, PyObject *a, PyObject *b, in posonly_keywords_kwonly_opt_impl()
906 posonly_keywords_opt_kwonly_opt_impl(PyObject *module, PyObject *a, in posonly_keywords_opt_kwonly_opt_impl()
928 posonly_opt_keywords_opt_kwonly_opt_impl(PyObject *module, PyObject *a, in posonly_opt_keywords_opt_kwonly_opt_impl()
946 keyword_only_parameter_impl(PyObject *module, PyObject *a) in keyword_only_parameter_impl()
964 posonly_vararg_impl(PyObject *module, PyObject *a, PyObject *b, in posonly_vararg_impl()
982 vararg_and_posonly_impl(PyObject *module, PyObject *a, PyObject *args) in vararg_and_posonly_impl()
998 vararg_impl(PyObject *module, PyObject *a, PyObject *args) in vararg_impl()
1015 vararg_with_default_impl(PyObject *module, PyObject *a, PyObject *args, in vararg_with_default_impl()
1033 vararg_with_only_defaults_impl(PyObject *module, PyObject *args, PyObject *b) in vararg_with_only_defaults_impl()
1055 gh_32092_oob_impl(PyObject *module, PyObject *pos1, PyObject *pos2, in gh_32092_oob_impl()
1075 gh_32092_kw_pass_impl(PyObject *module, PyObject *pos, PyObject *args, in gh_32092_kw_pass_impl()
1094 gh_99233_refcount_impl(PyObject *module, PyObject *args) in gh_99233_refcount_impl()
1113 gh_99240_double_free_impl(PyObject *module, char *a, char *b) in gh_99240_double_free_impl()