Home
last modified time | relevance | path

Searched refs:METH_VARARGS (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/python/Modules/
H A Dxxsubtype.c67 {"getstate", (PyCFunction)spamlist_getstate, METH_VARARGS,
69 {"setstate", (PyCFunction)spamlist_setstate, METH_VARARGS,
74 METH_VARARGS | METH_KEYWORDS | METH_CLASS,
77 METH_VARARGS | METH_KEYWORDS | METH_STATIC,
172 {"getstate", (PyCFunction)spamdict_getstate, METH_VARARGS,
174 {"setstate", (PyCFunction)spamdict_setstate, METH_VARARGS,
258 {"bench", spam_bench, METH_VARARGS},
H A Dossaudiodev.c875 { "read", (PyCFunction)oss_read, METH_VARARGS },
876 { "write", (PyCFunction)oss_write, METH_VARARGS },
877 { "writeall", (PyCFunction)oss_writeall, METH_VARARGS },
883 { "setfmt", (PyCFunction)oss_setfmt, METH_VARARGS },
885 { "channels", (PyCFunction)oss_channels, METH_VARARGS },
886 { "speed", (PyCFunction)oss_speed, METH_VARARGS },
887 { "sync", (PyCFunction)oss_sync, METH_VARARGS },
888 { "reset", (PyCFunction)oss_reset, METH_VARARGS },
889 { "post", (PyCFunction)oss_post, METH_VARARGS },
892 { "setparameters", (PyCFunction)oss_setparameters, METH_VARARGS },
[all...]
H A D_testcapimodule.c5613 * e.g. "meth_varargs" for METH_VARARGS.
6419 {"exc_set_object", exc_set_object, METH_VARARGS},
6420 {"raise_exception", raise_exception, METH_VARARGS},
6422 {"set_errno", set_errno, METH_VARARGS},
6426 {"datetime_check_date", datetime_check_date, METH_VARARGS},
6427 {"datetime_check_time", datetime_check_time, METH_VARARGS},
6428 {"datetime_check_datetime", datetime_check_datetime, METH_VARARGS},
6429 {"datetime_check_delta", datetime_check_delta, METH_VARARGS},
6430 {"datetime_check_tzinfo", datetime_check_tzinfo, METH_VARARGS},
6433 {"get_timezone_utc_capi", get_timezone_utc_capi, METH_VARARGS},
[all...]
H A Dxxmodule.c60 {"demo", (PyCFunction)Xxo_demo, METH_VARARGS,
326 {"roj", xx_roj, METH_VARARGS,
328 {"foo", xx_foo, METH_VARARGS,
330 {"new", xx_new, METH_VARARGS,
332 {"bug", xx_bug, METH_VARARGS,
H A Dsyslogmodule.c275 {"openlog", _PyCFunction_CAST(syslog_openlog), METH_VARARGS | METH_KEYWORDS},
277 {"syslog", syslog_syslog, METH_VARARGS},
278 {"setlogmask", syslog_setlogmask, METH_VARARGS},
279 {"LOG_MASK", syslog_log_mask, METH_VARARGS},
280 {"LOG_UPTO", syslog_log_upto, METH_VARARGS},
H A Dgetpath.c516 {"abspath", getpath_abspath, METH_VARARGS, NULL},
517 {"basename", getpath_basename, METH_VARARGS, NULL},
518 {"dirname", getpath_dirname, METH_VARARGS, NULL},
519 {"hassuffix", getpath_hassuffix, METH_VARARGS, NULL},
520 {"isabs", getpath_isabs, METH_VARARGS, NULL},
521 {"isdir", getpath_isdir, METH_VARARGS, NULL},
522 {"isfile", getpath_isfile, METH_VARARGS, NULL},
523 {"isxfile", getpath_isxfile, METH_VARARGS, NULL},
524 {"joinpath", getpath_joinpath, METH_VARARGS, NULL},
525 {"readlines", getpath_readlines, METH_VARARGS, NUL
[all...]
H A Dxxlimited_35.c75 {"demo", (PyCFunction)Xxo_demo, METH_VARARGS,
227 {"roj", xx_roj, METH_VARARGS,
229 {"foo", xx_foo, METH_VARARGS,
231 {"new", xx_new, METH_VARARGS,
H A Dtimemodule.c1842 {"clock_gettime", time_clock_gettime, METH_VARARGS, clock_gettime_doc},
1843 {"clock_gettime_ns",time_clock_gettime_ns, METH_VARARGS, clock_gettime_ns_doc},
1846 {"clock_settime", time_clock_settime, METH_VARARGS, clock_settime_doc},
1847 {"clock_settime_ns",time_clock_settime_ns, METH_VARARGS, clock_settime_ns_doc},
1850 {"clock_getres", time_clock_getres, METH_VARARGS, clock_getres_doc},
1853 {"pthread_getcpuclockid", time_pthread_getcpuclockid, METH_VARARGS, pthread_getcpuclockid_doc},
1856 {"gmtime", time_gmtime, METH_VARARGS, gmtime_doc},
1857 {"localtime", time_localtime, METH_VARARGS, localtime_doc},
1858 {"asctime", time_asctime, METH_VARARGS, asctime_doc},
1859 {"ctime", time_ctime, METH_VARARGS, ctime_do
[all...]
H A D_threadmodule.c259 METH_VARARGS | METH_KEYWORDS, acquire_doc},
261 METH_VARARGS | METH_KEYWORDS, acquire_doc},
271 METH_VARARGS | METH_KEYWORDS, acquire_doc},
273 METH_VARARGS, release_doc},
554 METH_VARARGS | METH_KEYWORDS, rlock_acquire_doc},
560 METH_VARARGS, rlock_acquire_restore_doc},
564 METH_VARARGS | METH_KEYWORDS, rlock_acquire_doc},
566 METH_VARARGS, rlock_release_doc},
1553 METH_VARARGS, start_new_doc},
1555 METH_VARARGS, start_new_do
[all...]
H A Dmmapmodule.c898 {"find", (PyCFunction) mmap_find_method, METH_VARARGS},
899 {"rfind", (PyCFunction) mmap_rfind_method, METH_VARARGS},
900 {"flush", (PyCFunction) mmap_flush_method, METH_VARARGS},
902 {"madvise", (PyCFunction) mmap_madvise_method, METH_VARARGS},
904 {"move", (PyCFunction) mmap_move_method, METH_VARARGS},
905 {"read", (PyCFunction) mmap_read_method, METH_VARARGS},
908 {"resize", (PyCFunction) mmap_resize_method, METH_VARARGS},
909 {"seek", (PyCFunction) mmap_seek_method, METH_VARARGS},
912 {"write", (PyCFunction) mmap_write_method, METH_VARARGS},
913 {"write_byte", (PyCFunction) mmap_write_byte_method, METH_VARARGS},
[all...]
H A D_cursesmodule.c2490 {"chgat", (PyCFunction)PyCursesWindow_ChgAt, METH_VARARGS},
2496 {"clearok", (PyCFunction)PyCursesWindow_clearok, METH_VARARGS},
2513 {"getstr", (PyCFunction)PyCursesWindow_GetStr, METH_VARARGS},
2516 {"idcok", (PyCFunction)PyCursesWindow_idcok, METH_VARARGS},
2517 {"idlok", (PyCFunction)PyCursesWindow_idlok, METH_VARARGS},
2519 {"immedok", (PyCFunction)PyCursesWindow_immedok, METH_VARARGS},
2523 {"insdelln", (PyCFunction)PyCursesWindow_winsdelln, METH_VARARGS},
2527 {"instr", (PyCFunction)PyCursesWindow_InStr, METH_VARARGS},
2530 {"keypad", (PyCFunction)PyCursesWindow_keypad, METH_VARARGS},
2531 {"leaveok", (PyCFunction)PyCursesWindow_leaveok, METH_VARARGS},
[all...]
H A Dfaulthandler.c1242 _PyCFunction_CAST(faulthandler_py_enable), METH_VARARGS|METH_KEYWORDS,
1250 _PyCFunction_CAST(faulthandler_dump_traceback_py), METH_VARARGS|METH_KEYWORDS,
1255 _PyCFunction_CAST(faulthandler_dump_traceback_later), METH_VARARGS|METH_KEYWORDS,
1266 _PyCFunction_CAST(faulthandler_register_py), METH_VARARGS|METH_KEYWORDS,
1272 _PyCFunction_CAST(faulthandler_unregister_py), METH_VARARGS|METH_KEYWORDS,
1279 {"_sigsegv", faulthandler_sigsegv, METH_VARARGS,
1293 {"_raise_exception", faulthandler_raise_exception, METH_VARARGS,
H A Dsocketmodule.c4985 {"getsockopt", (PyCFunction)sock_getsockopt, METH_VARARGS,
4988 {"ioctl", (PyCFunction)sock_ioctl, METH_VARARGS,
4992 {"share", (PyCFunction)sock_share, METH_VARARGS,
4996 {"listen", (PyCFunction)sock_listen, METH_VARARGS,
4999 {"recv", (PyCFunction)sock_recv, METH_VARARGS,
5001 {"recv_into", _PyCFunction_CAST(sock_recv_into), METH_VARARGS | METH_KEYWORDS,
5004 {"recvfrom", (PyCFunction)sock_recvfrom, METH_VARARGS,
5006 {"recvfrom_into", _PyCFunction_CAST(sock_recvfrom_into), METH_VARARGS | METH_KEYWORDS,
5009 {"send", (PyCFunction)sock_send, METH_VARARGS,
5011 {"sendall", (PyCFunction)sock_sendall, METH_VARARGS,
[all...]
H A D_testmultiphase.c69 {"demo", (PyCFunction)Example_demo, METH_VARARGS,
371 {"foo", testexport_foo, METH_VARARGS,
374 METH_VARARGS, call_state_registration_func_doc},
520 {"bar", nonmodule_bar, METH_VARARGS, nonmodule_bar_doc},
H A D_xxsubinterpretersmodule.c2547 METH_VARARGS | METH_KEYWORDS, create_doc},
2549 METH_VARARGS | METH_KEYWORDS, destroy_doc},
2557 METH_VARARGS | METH_KEYWORDS, is_running_doc},
2559 METH_VARARGS | METH_KEYWORDS, run_string_doc},
2562 METH_VARARGS | METH_KEYWORDS, is_shareable_doc},
2567 METH_VARARGS | METH_KEYWORDS, channel_destroy_doc},
2571 METH_VARARGS | METH_KEYWORDS, channel_list_interpreters_doc},
2573 METH_VARARGS | METH_KEYWORDS, channel_send_doc},
2575 METH_VARARGS | METH_KEYWORDS, channel_recv_doc},
2577 METH_VARARGS | METH_KEYWORD
[all...]
/third_party/python/Modules/_decimal/
H A D_decimal.c1839 {"__exit__", (PyCFunction)ctxmanager_restore_global, METH_VARARGS, NULL},
4907 { "exp", _PyCFunction_CAST(dec_mpd_qexp), METH_VARARGS|METH_KEYWORDS, doc_exp },
4908 { "ln", _PyCFunction_CAST(dec_mpd_qln), METH_VARARGS|METH_KEYWORDS, doc_ln },
4909 { "log10", _PyCFunction_CAST(dec_mpd_qlog10), METH_VARARGS|METH_KEYWORDS, doc_log10 },
4910 { "next_minus", _PyCFunction_CAST(dec_mpd_qnext_minus), METH_VARARGS|METH_KEYWORDS, doc_next_minus },
4911 { "next_plus", _PyCFunction_CAST(dec_mpd_qnext_plus), METH_VARARGS|METH_KEYWORDS, doc_next_plus },
4912 { "normalize", _PyCFunction_CAST(dec_mpd_qreduce), METH_VARARGS|METH_KEYWORDS, doc_normalize },
4913 { "to_integral", _PyCFunction_CAST(PyDec_ToIntegralValue), METH_VARARGS|METH_KEYWORDS, doc_to_integral },
4914 { "to_integral_exact", _PyCFunction_CAST(PyDec_ToIntegralExact), METH_VARARGS|METH_KEYWORDS, doc_to_integral_exact },
4915 { "to_integral_value", _PyCFunction_CAST(PyDec_ToIntegralValue), METH_VARARGS|METH_KEYWORD
[all...]
/third_party/python/Modules/_ctypes/
H A Dcallproc.c2006 {"set_errno", set_errno, METH_VARARGS},
2009 {"_unpickle", unpickle, METH_VARARGS },
2011 {"resize", resize, METH_VARARGS, "Resize the memory buffer of a ctypes instance"},
2014 {"set_last_error", set_last_error, METH_VARARGS},
2015 {"CopyComPointer", copy_com_pointer, METH_VARARGS, copy_com_pointer_doc},
2016 {"FormatError", format_error, METH_VARARGS, format_error_doc},
2017 {"LoadLibrary", load_library, METH_VARARGS, load_library_doc},
2018 {"FreeLibrary", free_library, METH_VARARGS, free_library_doc},
2019 {"_check_HRESULT", check_hresult, METH_VARARGS},
2021 {"dlopen", py_dl_open, METH_VARARGS,
[all...]
/third_party/alsa-lib/modules/mixer/simple/
H A Dpython.c687 {"attach", (PyCFunction)pymelem_attach, METH_VARARGS, NULL},
688 {"detach", (PyCFunction)pymelem_detach, METH_VARARGS, NULL},
691 {"opsIsActive", (PyCFunction)pymelem_ignore1, METH_VARARGS, NULL},
692 {"opsIsMono", (PyCFunction)pymelem_ignore, METH_VARARGS, NULL},
693 {"opsIsChannel", (PyCFunction)pymelem_ignore, METH_VARARGS, NULL},
694 {"opsIsEnumerated", (PyCFunction)pymelem_ignore, METH_VARARGS, NULL},
695 {"opsIsEnumCnt", (PyCFunction)pymelem_ignore, METH_VARARGS, NULL},
697 {"opsGetDB", (PyCFunction)pymelem_error, METH_VARARGS, NULL},
699 {"eventInfo", (PyCFunction)pymelem_event_info, METH_VARARGS, NULL},
700 {"eventValue", (PyCFunction)pymelem_event_value, METH_VARARGS, NUL
[all...]
/third_party/python/Modules/clinic/
H A D_cursesmodule.c.h24 {"addch", (PyCFunction)_curses_window_addch, METH_VARARGS, _curses_window_addch__doc__},
96 {"addstr", (PyCFunction)_curses_window_addstr, METH_VARARGS, _curses_window_addstr__doc__},
170 {"addnstr", (PyCFunction)_curses_window_addnstr, METH_VARARGS, _curses_window_addnstr__doc__},
501 {"box", (PyCFunction)_curses_window_box, METH_VARARGS, _curses_window_box__doc__},
544 {"delch", (PyCFunction)_curses_window_delch, METH_VARARGS, _curses_window_delch__doc__},
595 {"derwin", (PyCFunction)_curses_window_derwin, METH_VARARGS, _curses_window_derwin__doc__},
763 {"getch", (PyCFunction)_curses_window_getch, METH_VARARGS, _curses_window_getch__doc__},
815 {"getkey", (PyCFunction)_curses_window_getkey, METH_VARARGS, _curses_window_getkey__doc__},
863 {"get_wch", (PyCFunction)_curses_window_get_wch, METH_VARARGS, _curses_window_get_wch__doc__},
914 {"hline", (PyCFunction)_curses_window_hline, METH_VARARGS, _curses_window_hline__doc_
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_composite_container.cc516 { "__deepcopy__", DeepCopy, METH_VARARGS, in Subscript()
518 { "add", (PyCFunction)AddMethod, METH_VARARGS | METH_KEYWORDS, in Subscript()
522 { "insert", Insert, METH_VARARGS, in Subscript()
526 { "pop", Pop, METH_VARARGS, in Subscript()
530 { "sort", (PyCFunction)Sort, METH_VARARGS | METH_KEYWORDS, in Subscript()
H A Drepeated_scalar_container.cc714 { "__deepcopy__", DeepCopy, METH_VARARGS, in Subscript()
722 { "insert", Insert, METH_VARARGS, in Subscript()
724 { "pop", Pop, METH_VARARGS, in Subscript()
728 { "sort", (PyCFunction)Sort, METH_VARARGS | METH_KEYWORDS, in Subscript()
/third_party/python/Modules/_io/
H A Diobase.c794 {"seek", iobase_seek, METH_VARARGS, iobase_seek_doc},
796 {"truncate", iobase_truncate, METH_VARARGS, iobase_truncate_doc},
813 {"__exit__", iobase_exit, METH_VARARGS},
1018 {"readinto", rawiobase_readinto, METH_VARARGS},
1019 {"write", rawiobase_write, METH_VARARGS},
/third_party/python/Tools/peg_generator/peg_extension/
H A Dpeg_extension.c154 {"parse_file", _PyCFunction_CAST(parse_file), METH_VARARGS|METH_KEYWORDS, "Parse a file."},
155 {"parse_string", _PyCFunction_CAST(parse_string), METH_VARARGS|METH_KEYWORDS, "Parse a string."},
/third_party/python/Objects/
H A Dmethodobject.c48 switch (ml->ml_flags & (METH_VARARGS | METH_FASTCALL | METH_NOARGS | in PyCMethod_New()
51 case METH_VARARGS: in PyCMethod_New()
52 case METH_VARARGS | METH_KEYWORDS: in PyCMethod_New()
53 /* For METH_VARARGS functions, it's more efficient to use tp_call in PyCMethod_New()
378 * except for METH_VARARGS (possibly combined with METH_KEYWORDS) which
530 if (!(flags & METH_VARARGS)) { in cfunction_call()
531 /* If this is not a METH_VARARGS function, delegate to vectorcall */ in cfunction_call()
535 /* For METH_VARARGS, we cannot use vectorcall as the vectorcall pointer in cfunction_call()
/third_party/python/Modules/_xxtestfuzz/
H A D_xxtestfuzz.c28 {"run", (PyCFunction)_fuzz_run, METH_VARARGS, ""},

Completed in 52 milliseconds

1234