Lines Matching +defs:error +defs:c

300     int c; /* last seen error from libc */  member
2173 PySSL_get_server_side(PySSLSocket *self, void *c) in PySSL_get_server_side()
2182 PySSL_get_server_hostname(PySSLSocket *self, void *c) in PySSL_get_server_hostname()
2194 PySSL_get_owner(PySSLSocket *self, void *c) in PySSL_get_owner()
2207 PySSL_set_owner(PySSLSocket *self, PyObject *value, void *c) in PySSL_set_owner()
3386 get_verify_mode(PySSLContext *self, void *c) in get_verify_mode()
3405 set_verify_mode(PySSLContext *self, PyObject *arg, void *c) in set_verify_mode()
3420 get_verify_flags(PySSLContext *self, void *c) in get_verify_flags()
3431 set_verify_flags(PySSLContext *self, PyObject *arg, void *c) in set_verify_flags()
3545 get_minimum_version(PySSLContext *self, void *c) in get_minimum_version()
3555 set_minimum_version(PySSLContext *self, PyObject *arg, void *c) in set_minimum_version()
3561 get_maximum_version(PySSLContext *self, void *c) in get_maximum_version()
3571 set_maximum_version(PySSLContext *self, PyObject *arg, void *c) in set_maximum_version()
3578 get_num_tickets(PySSLContext *self, void *c) in get_num_tickets()
3584 set_num_tickets(PySSLContext *self, PyObject *arg, void *c) in set_num_tickets()
3610 get_security_level(PySSLContext *self, void *c) in get_security_level()
3617 get_options(PySSLContext *self, void *c) in get_options()
3623 set_options(PySSLContext *self, PyObject *arg, void *c) in set_options()
3652 get_host_flags(PySSLContext *self, void *c) in get_host_flags()
3658 set_host_flags(PySSLContext *self, PyObject *arg, void *c) in set_host_flags()
3673 get_check_hostname(PySSLContext *self, void *c) in get_check_hostname()
3679 set_check_hostname(PySSLContext *self, PyObject *arg, void *c) in set_check_hostname()
3696 get_post_handshake_auth(PySSLContext *self, void *c) { in get_post_handshake_auth()
3706 set_post_handshake_auth(PySSLContext *self, PyObject *arg, void *c) { in set_post_handshake_auth()
3726 get_protocol(PySSLContext *self, void *c) { in get_protocol()
3735 int error; member
4490 get_sni_callback(PySSLContext *self, void *c) in get_sni_callback()
4501 set_sni_callback(PySSLContext *self, PyObject *arg, void *c) in set_sni_callback()
4777 memory_bio_get_pending(PySSLMemoryBIO *self, void *c) in memory_bio_get_pending()
4786 memory_bio_get_eof(PySSLMemoryBIO *self, void *c) in memory_bio_get_eof()
5380 DWORD size, error, i; in parseKeyUsage() local