Home
last modified time | relevance | path

Searched refs:PyObject_IsTrue (Results 1 – 25 of 73) sorted by relevance

123

/third_party/python/Modules/clinic/
D_hashopenssl.c.h210 usedforsecurity = PyObject_IsTrue(args[2]); in EVP_new()
262 usedforsecurity = PyObject_IsTrue(args[1]); in _hashlib_openssl_md5()
314 usedforsecurity = PyObject_IsTrue(args[1]); in _hashlib_openssl_sha1()
366 usedforsecurity = PyObject_IsTrue(args[1]); in _hashlib_openssl_sha224()
418 usedforsecurity = PyObject_IsTrue(args[1]); in _hashlib_openssl_sha256()
470 usedforsecurity = PyObject_IsTrue(args[1]); in _hashlib_openssl_sha384()
522 usedforsecurity = PyObject_IsTrue(args[1]); in _hashlib_openssl_sha512()
576 usedforsecurity = PyObject_IsTrue(args[1]); in _hashlib_openssl_sha3_224()
632 usedforsecurity = PyObject_IsTrue(args[1]); in _hashlib_openssl_sha3_256()
688 usedforsecurity = PyObject_IsTrue(args[1]); in _hashlib_openssl_sha3_384()
[all …]
D_pickle.c.h135 fix_imports = PyObject_IsTrue(fastargs[2]); in _pickle_Pickler___init__()
350 fix_imports = PyObject_IsTrue(fastargs[1]); in _pickle_Unpickler___init__()
530 fix_imports = PyObject_IsTrue(args[3]); in _pickle_dump()
609 fix_imports = PyObject_IsTrue(args[2]); in _pickle_dumps()
685 fix_imports = PyObject_IsTrue(args[1]); in _pickle_load()
788 fix_imports = PyObject_IsTrue(args[1]); in _pickle_loads()
Dsha256module.c.h119 usedforsecurity = PyObject_IsTrue(args[1]); in _sha256_sha256()
170 usedforsecurity = PyObject_IsTrue(args[1]); in _sha256_sha224()
Dsha512module.c.h119 usedforsecurity = PyObject_IsTrue(args[1]); in _sha512_sha512()
170 usedforsecurity = PyObject_IsTrue(args[1]); in _sha512_sha384()
Dsha1module.c.h119 usedforsecurity = PyObject_IsTrue(args[1]); in _sha1_sha1()
Dmd5module.c.h119 usedforsecurity = PyObject_IsTrue(args[1]); in _md5_md5()
Dfcntlmodule.c.h122 mutate_arg = PyObject_IsTrue(args[3]); in fcntl_ioctl()
D_queuemodule.c.h70 block = PyObject_IsTrue(args[1]); in _queue_SimpleQueue_put()
D_ssl.c.h80 binary_mode = PyObject_IsTrue(args[0]); in _ssl__SSLSocket_getpeercert()
868 binary_form = PyObject_IsTrue(args[0]); in _ssl__SSLContext_get_ca_certs()
1208 name = PyObject_IsTrue(args[1]); in _ssl_txt2obj()
D_elementtree.c.h635 insert_comments = PyObject_IsTrue(fastargs[3]); in _elementtree_TreeBuilder___init__()
643 insert_pis = PyObject_IsTrue(fastargs[4]); in _elementtree_TreeBuilder___init__()
Dposixmodule.c.h66 follow_symlinks = PyObject_IsTrue(args[2]); in os_stat()
206 effective_ids = PyObject_IsTrue(args[3]); in os_access()
214 follow_symlinks = PyObject_IsTrue(args[4]); in os_access()
439 follow_symlinks = PyObject_IsTrue(args[3]); in os_chmod()
596 follow_symlinks = PyObject_IsTrue(args[2]); in os_chflags()
878 follow_symlinks = PyObject_IsTrue(args[4]); in os_chown()
1100 follow_symlinks = PyObject_IsTrue(args[4]); in os_link()
2041 follow_symlinks = PyObject_IsTrue(args[4]); in os_utime()
4238 target_is_directory = PyObject_IsTrue(args[2]); in os_symlink()
4663 inheritable = PyObject_IsTrue(args[2]); in os_dup2()
[all …]
/third_party/python/Objects/
Dboolobject.c52 ok = PyObject_IsTrue(x); in bool_new()
74 ok = PyObject_IsTrue(args[0]); in bool_vectorcall()
Dobject.c771 ok = PyObject_IsTrue(res); in PyObject_RichCompareBool()
859 res = PyObject_IsTrue(isabstract); in _PyObject_IsAbstract()
1435 PyObject_IsTrue(PyObject *v) in PyObject_IsTrue() function
1466 res = PyObject_IsTrue(v); in PyObject_Not()
/third_party/python/Modules/_blake2/clinic/
Dblake2b_impl.c.h156 last_node = PyObject_IsTrue(fastargs[11]); in py_blake2b_new()
164 usedforsecurity = PyObject_IsTrue(fastargs[12]); in py_blake2b_new()
Dblake2s_impl.c.h156 last_node = PyObject_IsTrue(fastargs[11]); in py_blake2s_new()
164 usedforsecurity = PyObject_IsTrue(fastargs[12]); in py_blake2s_new()
/third_party/python/Objects/clinic/
Dodictobject.c.h160 last = PyObject_IsTrue(args[0]); in OrderedDict_popitem()
204 last = PyObject_IsTrue(args[1]); in OrderedDict_move_to_end()
Dlongobject.c.h294 is_signed = PyObject_IsTrue(args[2]); in int_to_bytes()
360 is_signed = PyObject_IsTrue(args[2]); in int_from_bytes()
/third_party/python/Modules/
D_asynciomodule.c145 int is_res_true = PyObject_IsTrue(res); in _is_coroutine()
513 is_true = PyObject_IsTrue(res); in future_init()
1170 int is_true = PyObject_IsTrue(val); in FutureObj_set_blocking()
1197 int is_true = PyObject_IsTrue(val); in FutureObj_set_log_traceback()
2105 int is_true = PyObject_IsTrue(val); in TaskObj_set_log_destroy_pending()
2220 is_true = PyObject_IsTrue(res); in _asyncio_Task_cancel_impl()
2787 is_true = PyObject_IsTrue(r); in task_step_impl()
2818 int blocking = PyObject_IsTrue(o); in task_step_impl()
2879 is_true = PyObject_IsTrue(r); in task_step_impl()
Dpyexpat.c1312 int b = PyObject_IsTrue(v); in xmlparse_buffer_text_setter()
1411 int b = PyObject_IsTrue(v); in xmlparse_namespace_prefixes_setter()
1432 int b = PyObject_IsTrue(v); in xmlparse_ordered_attributes_setter()
1452 int b = PyObject_IsTrue(v); in xmlparse_specified_attributes_setter()
/third_party/python/Modules/_sha3/clinic/
Dsha3module.c.h40 usedforsecurity = PyObject_IsTrue(fastargs[1]); in py_sha3_new()
/third_party/python/Misc/NEWS.d/
D3.5.0b2.rst17 Update uses of PyObject_IsTrue(), PyObject_Not(), PyObject_IsInstance(),
/third_party/python/Modules/_io/
Diobase.c191 closed = PyObject_IsTrue(res); in iobase_check_closed()
275 closed = PyObject_IsTrue(res); in iobase_finalize()
Dtextio.c872 r = PyObject_IsTrue(res); in _textiowrapper_set_decoder()
927 r = PyObject_IsTrue(res); in _textiowrapper_set_encoder()
1245 r = PyObject_IsTrue(res); in _io_TextIOWrapper___init___impl()
1474 r = PyObject_IsTrue(_res); \
3054 r = PyObject_IsTrue(res); in _io_TextIOWrapper_close_impl()
/third_party/python/Python/
Dbltinmodule.c338 cmp = PyObject_IsTrue(item); in builtin_all()
387 cmp = PyObject_IsTrue(item); in builtin_any()
599 ok = PyObject_IsTrue(item); in filter_next()
607 ok = PyObject_IsTrue(good); in filter_next()
2834 int strict = PyObject_IsTrue(state); in zip_setstate()
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc473 if (PyObject_IsTrue(is_present.get())) { in ScalarMapGet()
768 if (PyObject_IsTrue(is_present.get())) { in MessageMapGet()

123