Lines Matching refs:_PyArg_BadArgument
234 _PyArg_BadArgument("write", "argument", "contiguous buffer", arg); in _ssl__SSLSocket_write()
365 _PyArg_BadArgument("get_channel_binding", "argument 'cb_type'", "str", args[0]); in _ssl__SSLSocket_get_channel_binding()
446 _PyArg_BadArgument("set_ciphers", "argument", "str", arg); in _ssl__SSLContext_set_ciphers()
503 _PyArg_BadArgument("_set_alpn_protocols", "argument", "contiguous buffer", arg); in _ssl__SSLContext__set_alpn_protocols()
657 …_PyArg_BadArgument("_wrap_socket", "argument 'sock'", (get_state_ctx(self)->Sock_Type)->tp_name, a… in _ssl__SSLContext__wrap_socket()
727 …_PyArg_BadArgument("_wrap_bio", "argument 'incoming'", (get_state_ctx(self)->PySSLMemoryBIO_Type)-… in _ssl__SSLContext__wrap_bio()
732 …_PyArg_BadArgument("_wrap_bio", "argument 'outgoing'", (get_state_ctx(self)->PySSLMemoryBIO_Type)-… in _ssl__SSLContext__wrap_bio()
965 _PyArg_BadArgument("write", "argument", "contiguous buffer", arg); in _ssl_MemoryBIO_write()
1037 _PyArg_BadArgument("RAND_add", "argument 1", "contiguous buffer", args[0]); in _ssl_RAND_add()
1193 _PyArg_BadArgument("txt2obj", "argument 'txt'", "str", args[0]); in _ssl_txt2obj()
1281 _PyArg_BadArgument("enum_certificates", "argument 'store_name'", "str", args[0]); in _ssl_enum_certificates()
1334 _PyArg_BadArgument("enum_crls", "argument 'store_name'", "str", args[0]); in _ssl_enum_crls()