Home
last modified time | relevance | path

Searched refs:noptargs (Results 1 – 25 of 63) sorted by relevance

123

/third_party/python/Modules/clinic/
D_hashopenssl.c.h187 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in EVP_new() local
197 if (!noptargs) { in EVP_new()
202 if (!--noptargs) { in EVP_new()
207 if (!noptargs) { in EVP_new()
241 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in _hashlib_openssl_md5() local
249 if (!noptargs) { in _hashlib_openssl_md5()
254 if (!--noptargs) { in _hashlib_openssl_md5()
259 if (!noptargs) { in _hashlib_openssl_md5()
293 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in _hashlib_openssl_sha1() local
301 if (!noptargs) { in _hashlib_openssl_sha1()
[all …]
D_bisectmodule.c.h32 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 2; in _bisect_bisect_right() local
46 if (!noptargs) { in _bisect_bisect_right()
62 if (!--noptargs) { in _bisect_bisect_right()
70 if (!--noptargs) { in _bisect_bisect_right()
75 if (!noptargs) { in _bisect_bisect_right()
115 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 2; in _bisect_insort_right() local
128 if (!noptargs) { in _bisect_insort_right()
144 if (!--noptargs) { in _bisect_insort_right()
152 if (!--noptargs) { in _bisect_insort_right()
157 if (!noptargs) { in _bisect_insort_right()
[all …]
D_pickle.c.h114 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in _pickle_Pickler___init__() local
125 if (!noptargs) { in _pickle_Pickler___init__()
130 if (!--noptargs) { in _pickle_Pickler___init__()
139 if (!--noptargs) { in _pickle_Pickler___init__()
334 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in _pickle_Unpickler___init__() local
346 if (!noptargs) { in _pickle_Unpickler___init__()
354 if (!--noptargs) { in _pickle_Unpickler___init__()
372 if (!--noptargs) { in _pickle_Unpickler___init__()
390 if (!--noptargs) { in _pickle_Unpickler___init__()
503 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 2; in _pickle_dump() local
[all …]
Dsha256module.c.h98 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in _sha256_sha256() local
106 if (!noptargs) { in _sha256_sha256()
111 if (!--noptargs) { in _sha256_sha256()
116 if (!noptargs) { in _sha256_sha256()
149 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in _sha256_sha224() local
157 if (!noptargs) { in _sha256_sha224()
162 if (!--noptargs) { in _sha256_sha224()
167 if (!noptargs) { in _sha256_sha224()
Dsha512module.c.h98 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in _sha512_sha512() local
106 if (!noptargs) { in _sha512_sha512()
111 if (!--noptargs) { in _sha512_sha512()
116 if (!noptargs) { in _sha512_sha512()
149 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in _sha512_sha384() local
157 if (!noptargs) { in _sha512_sha384()
162 if (!--noptargs) { in _sha512_sha384()
167 if (!noptargs) { in _sha512_sha384()
D_elementtree.c.h174 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _elementtree_Element_find() local
183 if (!noptargs) { in _elementtree_Element_find()
214 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _elementtree_Element_findtext() local
224 if (!noptargs) { in _elementtree_Element_findtext()
229 if (!--noptargs) { in _elementtree_Element_findtext()
260 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _elementtree_Element_findall() local
269 if (!noptargs) { in _elementtree_Element_findall()
299 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _elementtree_Element_iterfind() local
308 if (!noptargs) { in _elementtree_Element_iterfind()
338 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _elementtree_Element_get() local
[all …]
D_asynciomodule.c.h34 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in _asyncio_Future___init__() local
41 if (!noptargs) { in _asyncio_Future___init__()
145 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _asyncio_Future_add_done_callback() local
154 if (!noptargs) { in _asyncio_Future_add_done_callback()
199 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in _asyncio_Future_cancel() local
206 if (!noptargs) { in _asyncio_Future_cancel()
331 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in _asyncio_Task___init__() local
341 if (!noptargs) { in _asyncio_Task___init__()
346 if (!--noptargs) { in _asyncio_Task___init__()
432 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in _asyncio_Task_cancel() local
[all …]
Dbinascii.c.h55 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in binascii_b2a_uu() local
70 if (!noptargs) { in binascii_b2a_uu()
139 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in binascii_b2a_base64() local
154 if (!noptargs) { in binascii_b2a_base64()
446 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in binascii_b2a_hex() local
462 if (!noptargs) { in binascii_b2a_hex()
467 if (!--noptargs) { in binascii_b2a_hex()
516 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in binascii_hexlify() local
532 if (!noptargs) { in binascii_hexlify()
537 if (!--noptargs) { in binascii_hexlify()
[all …]
D_ssl.c.h354 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in _ssl__SSLSocket_get_channel_binding() local
361 if (!noptargs) { in _ssl__SSLSocket_get_channel_binding()
536 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _ssl__SSLContext_load_cert_chain() local
546 if (!noptargs) { in _ssl__SSLContext_load_cert_chain()
551 if (!--noptargs) { in _ssl__SSLContext_load_cert_chain()
584 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in _ssl__SSLContext_load_verify_locations() local
593 if (!noptargs) { in _ssl__SSLContext_load_verify_locations()
598 if (!--noptargs) { in _ssl__SSLContext_load_verify_locations()
604 if (!--noptargs) { in _ssl__SSLContext_load_verify_locations()
645 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 2; in _ssl__SSLContext__wrap_socket() local
[all …]
Dzlibmodule.c.h29 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in zlib_compress() local
44 if (!noptargs) { in zlib_compress()
90 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in zlib_decompress() local
106 if (!noptargs) { in zlib_decompress()
114 if (!--noptargs) { in zlib_decompress()
186 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in zlib_compressobj() local
198 if (!noptargs) { in zlib_compressobj()
206 if (!--noptargs) { in zlib_compressobj()
215 if (!--noptargs) { in zlib_compressobj()
224 if (!--noptargs) { in zlib_compressobj()
[all …]
Dposixmodule.c.h43 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in os_stat() local
55 if (!noptargs) { in os_stat()
62 if (!--noptargs) { in os_stat()
102 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in os_lstat() local
113 if (!noptargs) { in os_lstat()
175 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 2; in os_access() local
194 if (!noptargs) { in os_access()
201 if (!--noptargs) { in os_access()
210 if (!--noptargs) { in os_access()
411 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 2; in os_chmod() local
[all …]
D_lzmamodule.c.h101 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _lzma_LZMADecompressor_decompress() local
116 if (!noptargs) { in _lzma_LZMADecompressor_decompress()
179 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in _lzma_LZMADecompressor___init__() local
188 if (!noptargs) { in _lzma_LZMADecompressor___init__()
196 if (!--noptargs) { in _lzma_LZMADecompressor___init__()
202 if (!--noptargs) { in _lzma_LZMADecompressor___init__()
/third_party/python/Modules/_blake2/clinic/
Dblake2b_impl.c.h30 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in py_blake2b_new() local
52 noptargs--; in py_blake2b_new()
55 if (!noptargs) { in py_blake2b_new()
63 if (!--noptargs) { in py_blake2b_new()
75 if (!--noptargs) { in py_blake2b_new()
87 if (!--noptargs) { in py_blake2b_new()
99 if (!--noptargs) { in py_blake2b_new()
108 if (!--noptargs) { in py_blake2b_new()
117 if (!--noptargs) { in py_blake2b_new()
125 if (!--noptargs) { in py_blake2b_new()
[all …]
Dblake2s_impl.c.h30 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in py_blake2s_new() local
52 noptargs--; in py_blake2s_new()
55 if (!noptargs) { in py_blake2s_new()
63 if (!--noptargs) { in py_blake2s_new()
75 if (!--noptargs) { in py_blake2s_new()
87 if (!--noptargs) { in py_blake2s_new()
99 if (!--noptargs) { in py_blake2s_new()
108 if (!--noptargs) { in py_blake2s_new()
117 if (!--noptargs) { in py_blake2s_new()
125 if (!--noptargs) { in py_blake2s_new()
[all …]
/third_party/python/Objects/clinic/
Dcodeobject.c.h172 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in code_replace() local
194 if (!noptargs) { in code_replace()
202 if (!--noptargs) { in code_replace()
211 if (!--noptargs) { in code_replace()
220 if (!--noptargs) { in code_replace()
229 if (!--noptargs) { in code_replace()
238 if (!--noptargs) { in code_replace()
247 if (!--noptargs) { in code_replace()
256 if (!--noptargs) { in code_replace()
266 if (!--noptargs) { in code_replace()
[all …]
Dodictobject.c.h24 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in OrderedDict_fromkeys() local
33 if (!noptargs) { in OrderedDict_fromkeys()
66 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in OrderedDict_setdefault() local
75 if (!noptargs) { in OrderedDict_setdefault()
109 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in OrderedDict_pop() local
118 if (!noptargs) { in OrderedDict_pop()
150 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in OrderedDict_popitem() local
157 if (!noptargs) { in OrderedDict_popitem()
192 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in OrderedDict_move_to_end() local
201 if (!noptargs) { in OrderedDict_move_to_end()
Dbytesobject.c.h32 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in bytes_split() local
40 if (!noptargs) { in bytes_split()
45 if (!--noptargs) { in bytes_split()
183 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in bytes_rsplit() local
191 if (!noptargs) { in bytes_rsplit()
196 if (!--noptargs) { in bytes_rsplit()
362 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in bytes_translate() local
371 if (!noptargs) { in bytes_translate()
622 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in bytes_decode() local
630 if (!noptargs) { in bytes_decode()
[all …]
Ddescrobject.c.h80 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in property_init() local
90 if (!noptargs) { in property_init()
95 if (!--noptargs) { in property_init()
101 if (!--noptargs) { in property_init()
107 if (!--noptargs) { in property_init()
Dbytearrayobject.c.h18 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in bytearray___init__() local
27 if (!noptargs) { in bytearray___init__()
32 if (!--noptargs) { in bytearray___init__()
50 if (!--noptargs) { in bytearray___init__()
216 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in bytearray_translate() local
225 if (!noptargs) { in bytearray_translate()
396 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in bytearray_split() local
404 if (!noptargs) { in bytearray_split()
409 if (!--noptargs) { in bytearray_split()
495 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in bytearray_rsplit() local
[all …]
Dmemoryobject.c.h74 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in memoryview_cast() local
90 if (!noptargs) { in memoryview_cast()
162 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in memoryview_tobytes() local
169 if (!noptargs) { in memoryview_tobytes()
234 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in memoryview_hex() local
242 if (!noptargs) { in memoryview_hex()
247 if (!--noptargs) { in memoryview_hex()
Dfuncobject.c.h35 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 2; in func_new() local
56 if (!noptargs) { in func_new()
61 if (!--noptargs) { in func_new()
67 if (!--noptargs) { in func_new()
Dlongobject.c.h17 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in long_new() local
28 noptargs--; in long_new()
31 if (!noptargs) { in long_new()
262 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 2; in int_to_bytes() local
291 if (!noptargs) { in int_to_bytes()
339 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 2; in int_from_bytes() local
357 if (!noptargs) { in int_from_bytes()
/third_party/python/Modules/_io/clinic/
Dtextio.c.h32 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 2; in _io_IncrementalNewlineDecoder___init__() local
46 if (!noptargs) { in _io_IncrementalNewlineDecoder___init__()
76 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _io_IncrementalNewlineDecoder_decode() local
85 if (!noptargs) { in _io_IncrementalNewlineDecoder_decode()
190 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in _io_TextIOWrapper___init__() local
203 if (!noptargs) { in _io_TextIOWrapper___init__()
225 if (!--noptargs) { in _io_TextIOWrapper___init__()
231 if (!--noptargs) { in _io_TextIOWrapper___init__()
254 if (!--noptargs) { in _io_TextIOWrapper___init__()
263 if (!--noptargs) { in _io_TextIOWrapper___init__()
[all …]
D_iomodule.c.h144 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _io_open() local
159 if (!noptargs) { in _io_open()
176 if (!--noptargs) { in _io_open()
185 if (!--noptargs) { in _io_open()
208 if (!--noptargs) { in _io_open()
231 if (!--noptargs) { in _io_open()
254 if (!--noptargs) { in _io_open()
263 if (!--noptargs) { in _io_open()
/third_party/python/Python/clinic/
D_warnings.c.h25 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in warnings_warn() local
36 if (!noptargs) { in warnings_warn()
41 if (!--noptargs) { in warnings_warn()
58 if (!--noptargs) { in warnings_warn()

123