Home
last modified time | relevance | path

Searched refs:_PyArg_Parser (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/python/Tools/c-analyzer/
DTODO921 # _PyArg_Parser (147)
922 Modules/_blake2/clinic/blake2b_impl.c.h:py_blake2b_new():_parser static _PyArg_Parser _parser
923 Modules/_blake2/clinic/blake2s_impl.c.h:py_blake2s_new():_parser static _PyArg_Parser _parser
924 Modules/_io/clinic/_iomodule.c.h:_io_open():_parser static _PyArg_Parser _parser
925 Modules/_io/clinic/_iomodule.c.h:_io_open_code():_parser static _PyArg_Parser _parser
926 Modules/_io/clinic/bufferedio.c.h:_io_BufferedRandom___init__():_parser static _PyArg_Parser _parser
927 Modules/_io/clinic/bufferedio.c.h:_io_BufferedReader___init__():_parser static _PyArg_Parser _parser
928 Modules/_io/clinic/bufferedio.c.h:_io_BufferedWriter___init__():_parser static _PyArg_Parser _parser
929 Modules/_io/clinic/bytesio.c.h:_io_BytesIO___init__():_parser static _PyArg_Parser _parser
930 Modules/_io/clinic/fileio.c.h:_io_FileIO___init__():_parser static _PyArg_Parser _parser
[all …]
/third_party/python/Include/
Dmodsupport.h92 typedef struct _PyArg_Parser { struct
101 struct _PyArg_Parser *next; argument
102 } _PyArg_Parser; typedef
110 struct _PyArg_Parser *, ...);
120 struct _PyArg_Parser *,
123 struct _PyArg_Parser *, va_list);
127 struct _PyArg_Parser *parser,
/third_party/python/Modules/clinic/
Dzlibmodule.c.h27 static _PyArg_Parser _parser = {NULL, _keywords, "compress", 0}; in zlib_compress()
88 static _PyArg_Parser _parser = {NULL, _keywords, "decompress", 0}; in zlib_decompress()
184 static _PyArg_Parser _parser = {NULL, _keywords, "compressobj", 0}; in zlib_compressobj()
288 static _PyArg_Parser _parser = {NULL, _keywords, "decompressobj", 0}; in zlib_decompressobj()
343 static _PyArg_Parser _parser = {"y*:compress", _keywords, 0}; in zlib_Compress_compress()
390 static _PyArg_Parser _parser = {"y*|n:decompress", _keywords, 0}; in zlib_Decompress_decompress()
432 static _PyArg_Parser _parser = {"|i:flush", _keywords, 0}; in zlib_Compress_flush()
464 static _PyArg_Parser _parser = {":copy", _keywords, 0}; in zlib_Compress_copy()
496 static _PyArg_Parser _parser = {":__copy__", _keywords, 0}; in zlib_Compress___copy__()
529 static _PyArg_Parser _parser = {"O:__deepcopy__", _keywords, 0}; in zlib_Compress___deepcopy__()
[all …]
D_curses_panel.c.h22 static _PyArg_Parser _parser = {":bottom", _keywords, 0}; in _curses_panel_panel_bottom()
53 static _PyArg_Parser _parser = {":hide", _keywords, 0}; in _curses_panel_panel_hide()
82 static _PyArg_Parser _parser = {":show", _keywords, 0}; in _curses_panel_panel_show()
111 static _PyArg_Parser _parser = {":top", _keywords, 0}; in _curses_panel_panel_top()
195 static _PyArg_Parser _parser = {"ii:move", _keywords, 0}; in _curses_panel_panel_move()
246 static _PyArg_Parser _parser = {"O!:replace", _keywords, 0}; in _curses_panel_panel_replace()
277 static _PyArg_Parser _parser = {"O:set_userptr", _keywords, 0}; in _curses_panel_panel_set_userptr()
308 static _PyArg_Parser _parser = {":userptr", _keywords, 0}; in _curses_panel_panel_userptr()
D_asynciomodule.c.h30 static _PyArg_Parser _parser = {NULL, _keywords, "Future", 0}; in _asyncio_Future___init__()
143 static _PyArg_Parser _parser = {NULL, _keywords, "add_done_callback", 0}; in _asyncio_Future_add_done_callback()
197 static _PyArg_Parser _parser = {NULL, _keywords, "cancel", 0}; in _asyncio_Future_cancel()
327 static _PyArg_Parser _parser = {NULL, _keywords, "Task", 0}; in _asyncio_Task___init__()
430 static _PyArg_Parser _parser = {NULL, _keywords, "cancel", 0}; in _asyncio_Task_cancel()
485 static _PyArg_Parser _parser = {NULL, _keywords, "get_stack", 0}; in _asyncio_Task_get_stack()
529 static _PyArg_Parser _parser = {NULL, _keywords, "print_stack", 0}; in _asyncio_Task_print_stack()
688 static _PyArg_Parser _parser = {NULL, _keywords, "_get_event_loop", 0}; in _asyncio__get_event_loop()
750 static _PyArg_Parser _parser = {NULL, _keywords, "_register_task", 0}; in _asyncio__register_task()
784 static _PyArg_Parser _parser = {NULL, _keywords, "_unregister_task", 0}; in _asyncio__unregister_task()
[all …]
D_hashopenssl.c.h87 static _PyArg_Parser _parser = {NULL, _keywords, "digest", 0}; in EVPXOF_digest()
134 static _PyArg_Parser _parser = {NULL, _keywords, "hexdigest", 0}; in EVPXOF_hexdigest()
185 static _PyArg_Parser _parser = {NULL, _keywords, "new", 0}; in EVP_new()
239 static _PyArg_Parser _parser = {NULL, _keywords, "openssl_md5", 0}; in _hashlib_openssl_md5()
291 static _PyArg_Parser _parser = {NULL, _keywords, "openssl_sha1", 0}; in _hashlib_openssl_sha1()
343 static _PyArg_Parser _parser = {NULL, _keywords, "openssl_sha224", 0}; in _hashlib_openssl_sha224()
395 static _PyArg_Parser _parser = {NULL, _keywords, "openssl_sha256", 0}; in _hashlib_openssl_sha256()
447 static _PyArg_Parser _parser = {NULL, _keywords, "openssl_sha384", 0}; in _hashlib_openssl_sha384()
499 static _PyArg_Parser _parser = {NULL, _keywords, "openssl_sha512", 0}; in _hashlib_openssl_sha512()
553 static _PyArg_Parser _parser = {NULL, _keywords, "openssl_sha3_224", 0}; in _hashlib_openssl_sha3_224()
[all …]
D_sre.c.h179 static _PyArg_Parser _parser = {"O|nn:match", _keywords, 0}; in _sre_SRE_Pattern_match()
213 static _PyArg_Parser _parser = {"O|nn:fullmatch", _keywords, 0}; in _sre_SRE_Pattern_fullmatch()
249 static _PyArg_Parser _parser = {"O|nn:search", _keywords, 0}; in _sre_SRE_Pattern_search()
282 static _PyArg_Parser _parser = {NULL, _keywords, "findall", 0}; in _sre_SRE_Pattern_findall()
354 static _PyArg_Parser _parser = {"O|nn:finditer", _keywords, 0}; in _sre_SRE_Pattern_finditer()
387 static _PyArg_Parser _parser = {"O|nn:scanner", _keywords, 0}; in _sre_SRE_Pattern_scanner()
420 static _PyArg_Parser _parser = {NULL, _keywords, "split", 0}; in _sre_SRE_Pattern_split()
471 static _PyArg_Parser _parser = {"OO|n:sub", _keywords, 0}; in _sre_SRE_Pattern_sub()
505 static _PyArg_Parser _parser = {"OO|n:subn", _keywords, 0}; in _sre_SRE_Pattern_subn()
564 static _PyArg_Parser _parser = {NULL, _keywords, "compile", 0}; in _sre_compile()
[all …]
Dposixmodule.c.h41 static _PyArg_Parser _parser = {NULL, _keywords, "stat", 0}; in os_stat()
100 static _PyArg_Parser _parser = {NULL, _keywords, "lstat", 0}; in os_lstat()
173 static _PyArg_Parser _parser = {NULL, _keywords, "access", 0}; in os_access()
310 static _PyArg_Parser _parser = {NULL, _keywords, "chdir", 0}; in os_chdir()
352 static _PyArg_Parser _parser = {NULL, _keywords, "fchdir", 0}; in os_fchdir()
409 static _PyArg_Parser _parser = {NULL, _keywords, "chmod", 0}; in os_chmod()
474 static _PyArg_Parser _parser = {NULL, _keywords, "fchmod", 0}; in os_fchmod()
521 static _PyArg_Parser _parser = {NULL, _keywords, "lchmod", 0}; in os_lchmod()
574 static _PyArg_Parser _parser = {NULL, _keywords, "chflags", 0}; in os_chflags()
634 static _PyArg_Parser _parser = {NULL, _keywords, "lchflags", 0}; in os_lchflags()
[all …]
D_testmultiphase.c.h26 static _PyArg_Parser _parser = {":get_defining_module", _keywords, 0}; in _testmultiphase_StateAccessType_get_defining_module()
61 static _PyArg_Parser _parser = {"|i$p:increment_count_clinic", _keywords, 0}; in _testmultiphase_StateAccessType_increment_count_clinic()
93 static _PyArg_Parser _parser = {":get_count", _keywords, 0}; in _testmultiphase_StateAccessType_get_count()
D_gdbmmodule.c.h109 static _PyArg_Parser _parser = {":keys", _keywords, 0}; in _gdbm_gdbm_keys()
142 static _PyArg_Parser _parser = {":firstkey", _keywords, 0}; in _gdbm_gdbm_firstkey()
180 static _PyArg_Parser _parser = {"s#:nextkey", _keywords, 0}; in _gdbm_gdbm_nextkey()
217 static _PyArg_Parser _parser = {":reorganize", _keywords, 0}; in _gdbm_gdbm_reorganize()
249 static _PyArg_Parser _parser = {":sync", _keywords, 0}; in _gdbm_gdbm_sync()
D_queuemodule.c.h54 static _PyArg_Parser _parser = {NULL, _keywords, "put", 0}; in _queue_SimpleQueue_put()
106 static _PyArg_Parser _parser = {NULL, _keywords, "put_nowait", 0}; in _queue_SimpleQueue_put_nowait()
147 static _PyArg_Parser _parser = {"|pO:get", _keywords, 0}; in _queue_SimpleQueue_get()
182 static _PyArg_Parser _parser = {":get_nowait", _keywords, 0}; in _queue_SimpleQueue_get_nowait()
Dpyexpat.c.h25 static _PyArg_Parser _parser = {"O|i:Parse", _keywords, 0}; in pyexpat_xmlparser_Parse()
57 static _PyArg_Parser _parser = {"O:ParseFile", _keywords, 0}; in pyexpat_xmlparser_ParseFile()
167 static _PyArg_Parser _parser = {"z|s:ExternalEntityParserCreate", _keywords, 0}; in pyexpat_xmlparser_ExternalEntityParserCreate()
238 static _PyArg_Parser _parser = {"|p:UseForeignDTD", _keywords, 0}; in pyexpat_xmlparser_UseForeignDTD()
272 static _PyArg_Parser _parser = {NULL, _keywords, "ParserCreate", 0}; in pyexpat_ParserCreate()
Dsha256module.c.h22 static _PyArg_Parser _parser = {":copy", _keywords, 0}; in SHA256Type_copy()
96 static _PyArg_Parser _parser = {NULL, _keywords, "sha256", 0}; in _sha256_sha256()
147 static _PyArg_Parser _parser = {NULL, _keywords, "sha224", 0}; in _sha256_sha224()
Dsha512module.c.h22 static _PyArg_Parser _parser = {":copy", _keywords, 0}; in SHA512Type_copy()
96 static _PyArg_Parser _parser = {NULL, _keywords, "sha512", 0}; in _sha512_sha512()
147 static _PyArg_Parser _parser = {NULL, _keywords, "sha384", 0}; in _sha512_sha384()
Ditertoolsmodule.c.h57 static _PyArg_Parser _parser = {NULL, _keywords, "groupby", 0}; in itertools_groupby()
373 static _PyArg_Parser _parser = {NULL, _keywords, "combinations", 0}; in itertools_combinations()
421 static _PyArg_Parser _parser = {NULL, _keywords, "combinations_with_replacement", 0}; in itertools_combinations_with_replacement()
468 static _PyArg_Parser _parser = {NULL, _keywords, "permutations", 0}; in itertools_permutations()
507 static _PyArg_Parser _parser = {NULL, _keywords, "accumulate", 0}; in itertools_accumulate()
559 static _PyArg_Parser _parser = {NULL, _keywords, "compress", 0}; in itertools_compress()
633 static _PyArg_Parser _parser = {NULL, _keywords, "count", 0}; in itertools_count()
D_dbmmodule.c.h40 static _PyArg_Parser _parser = {":keys", _keywords, 0}; in _dbm_dbm_keys()
70 static _PyArg_Parser _parser = {"s#|O:get", _keywords, 0}; in _dbm_dbm_get()
106 static _PyArg_Parser _parser = {"s#|O:setdefault", _keywords, 0}; in _dbm_dbm_setdefault()
D_bisectmodule.c.h30 static _PyArg_Parser _parser = {NULL, _keywords, "bisect_right", 0}; in _bisect_bisect_right()
113 static _PyArg_Parser _parser = {NULL, _keywords, "insort_right", 0}; in _bisect_insort_right()
193 static _PyArg_Parser _parser = {NULL, _keywords, "bisect_left", 0}; in _bisect_bisect_left()
276 static _PyArg_Parser _parser = {NULL, _keywords, "insort_left", 0}; in _bisect_insort_left()
D_elementtree.c.h172 static _PyArg_Parser _parser = {NULL, _keywords, "find", 0}; in _elementtree_Element_find()
212 static _PyArg_Parser _parser = {NULL, _keywords, "findtext", 0}; in _elementtree_Element_findtext()
258 static _PyArg_Parser _parser = {NULL, _keywords, "findall", 0}; in _elementtree_Element_findall()
297 static _PyArg_Parser _parser = {NULL, _keywords, "iterfind", 0}; in _elementtree_Element_iterfind()
336 static _PyArg_Parser _parser = {NULL, _keywords, "get", 0}; in _elementtree_Element_get()
374 static _PyArg_Parser _parser = {NULL, _keywords, "iter", 0}; in _elementtree_Element_iter()
594 static _PyArg_Parser _parser = {NULL, _keywords, "TreeBuilder", 0}; in _elementtree_TreeBuilder___init__()
805 static _PyArg_Parser _parser = {NULL, _keywords, "XMLParser", 0}; in _elementtree_XMLParser___init__()
D_pickle.c.h110 static _PyArg_Parser _parser = {NULL, _keywords, "Pickler", 0}; in _pickle_Pickler___init__()
330 static _PyArg_Parser _parser = {NULL, _keywords, "Unpickler", 0}; in _pickle_Unpickler___init__()
501 static _PyArg_Parser _parser = {NULL, _keywords, "dump", 0}; in _pickle_dump()
582 static _PyArg_Parser _parser = {NULL, _keywords, "dumps", 0}; in _pickle_dumps()
667 static _PyArg_Parser _parser = {NULL, _keywords, "load", 0}; in _pickle_load()
770 static _PyArg_Parser _parser = {NULL, _keywords, "loads", 0}; in _pickle_loads()
/third_party/python/Objects/clinic/
Dodictobject.c.h22 static _PyArg_Parser _parser = {NULL, _keywords, "fromkeys", 0}; in OrderedDict_fromkeys()
64 static _PyArg_Parser _parser = {NULL, _keywords, "setdefault", 0}; in OrderedDict_setdefault()
107 static _PyArg_Parser _parser = {NULL, _keywords, "pop", 0}; in OrderedDict_pop()
148 static _PyArg_Parser _parser = {NULL, _keywords, "popitem", 0}; in OrderedDict_popitem()
190 static _PyArg_Parser _parser = {NULL, _keywords, "move_to_end", 0}; in OrderedDict_move_to_end()
Dmemoryobject.c.h19 static _PyArg_Parser _parser = {NULL, _keywords, "memoryview", 0}; in memoryview()
72 static _PyArg_Parser _parser = {NULL, _keywords, "cast", 0}; in memoryview_cast()
160 static _PyArg_Parser _parser = {NULL, _keywords, "tobytes", 0}; in memoryview_tobytes()
232 static _PyArg_Parser _parser = {NULL, _keywords, "hex", 0}; in memoryview_hex()
Dbytesobject.c.h30 static _PyArg_Parser _parser = {NULL, _keywords, "split", 0}; in bytes_split()
181 static _PyArg_Parser _parser = {NULL, _keywords, "rsplit", 0}; in bytes_rsplit()
360 static _PyArg_Parser _parser = {NULL, _keywords, "translate", 0}; in bytes_translate()
620 static _PyArg_Parser _parser = {NULL, _keywords, "decode", 0}; in bytes_decode()
691 static _PyArg_Parser _parser = {NULL, _keywords, "splitlines", 0}; in bytes_splitlines()
783 static _PyArg_Parser _parser = {NULL, _keywords, "hex", 0}; in bytes_hex()
822 static _PyArg_Parser _parser = {NULL, _keywords, "bytes", 0}; in bytes_new()
/third_party/python/PC/clinic/
Dwinsound.c.h27 static _PyArg_Parser _parser = {NULL, _keywords, "PlaySound", 0}; in winsound_PlaySound()
70 static _PyArg_Parser _parser = {NULL, _keywords, "Beep", 0}; in winsound_Beep()
112 static _PyArg_Parser _parser = {NULL, _keywords, "MessageBeep", 0}; in winsound_MessageBeep()
/third_party/python/Modules/_sqlite/clinic/
Dconnection.c.h22 static _PyArg_Parser _parser = {NULL, _keywords, "cursor", 0}; in pysqlite_connection_cursor()
115 static _PyArg_Parser _parser = {NULL, _keywords, "create_function", 0}; in pysqlite_connection_create_function()
178 static _PyArg_Parser _parser = {NULL, _keywords, "create_aggregate", 0}; in pysqlite_connection_create_aggregate()
230 static _PyArg_Parser _parser = {NULL, _keywords, "set_authorizer", 0}; in pysqlite_connection_set_authorizer()
264 static _PyArg_Parser _parser = {NULL, _keywords, "set_progress_handler", 0}; in pysqlite_connection_set_progress_handler()
304 static _PyArg_Parser _parser = {NULL, _keywords, "set_trace_callback", 0}; in pysqlite_connection_set_trace_callback()
542 static _PyArg_Parser _parser = {NULL, _keywords, "backup", 0}; in pysqlite_connection_backup()
/third_party/python/Python/
Dgetargs.c24 struct _PyArg_Parser *, ...);
26 struct _PyArg_Parser *, va_list);
35 struct _PyArg_Parser *parser, ...);
45 struct _PyArg_Parser *, ...);
47 struct _PyArg_Parser *, va_list);
90 struct _PyArg_Parser *, va_list *, int);
93 struct _PyArg_Parser *parser,
1477 struct _PyArg_Parser *parser, ...) in _PyArg_ParseTupleAndKeywordsFast()
1490 struct _PyArg_Parser *parser, ...) in _PyArg_ParseTupleAndKeywordsFast_SizeT()
1503 struct _PyArg_Parser *parser, ...) in _PyArg_ParseStackAndKeywords()
[all …]

1234