Home
last modified time | relevance | path

Searched refs:errorhandler (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Modules/
Dsocketmodule.h288 PyObject *(*errorhandler)(void); /* Error handler; checks member
Dsocketmodule.c877 s->errorhandler(); in sock_call_ex()
936 s->errorhandler(); in sock_call_ex()
981 s->errorhandler = &set_error; in init_sockobject()
2014 s->errorhandler(); in getsockaddrarg()
2139 s->errorhandler(); in getsockaddrarg()
2183 s->errorhandler(); in getsockaddrarg()
2231 s->errorhandler(); in getsockaddrarg()
3007 return s->errorhandler(); in sock_setsockopt()
3051 return s->errorhandler(); in sock_getsockopt()
3059 return s->errorhandler(); in sock_getsockopt()
[all …]
/third_party/node/lib/
Dchild_process.js433 function errorhandler(e) { function
528 child.addListener('error', errorhandler);
/third_party/python/Doc/tools/
Dsusp-ignored.csv288 using/cmdline,,:errorhandler,:errorhandler
/third_party/python/Doc/using/
Dcmdline.rst695 for stdin/stdout/stderr, in the syntax ``encodingname:errorhandler``. Both
696 the ``encodingname`` and the ``:errorhandler`` parts are optional and have
699 For stderr, the ``:errorhandler`` part is ignored; the handler will always be
/third_party/python/Doc/whatsnew/
D2.6.rst1773 in the form ``<encoding>`` or ``<encoding>:<errorhandler>``.
1775 ``latin-1``; the optional *errorhandler* part specifies