Home
last modified time | relevance | path

Searched defs:errtype (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Parser/
Dpegen_errors.c67 PyObject* errtype = PyExc_SyntaxError; in _Pypegen_tokenizer_error() local
118 const char *errtype = NULL; in _Pypegen_raise_decode_error() local
205 _PyPegen_raise_error(Parser *p, PyObject *errtype, const char *errmsg, ...) in _PyPegen_raise_error()
265 _PyPegen_raise_error_known_location(Parser *p, PyObject *errtype, in _PyPegen_raise_error_known_location()
Dpegen.c257 const char *errtype = NULL; in raise_decode_error() local
345 PyObject* errtype = PyExc_SyntaxError; in tokenizer_error() local
393 _PyPegen_raise_error(Parser *p, PyObject *errtype, const char *errmsg, ...) in _PyPegen_raise_error()
453 _PyPegen_raise_error_known_location(Parser *p, PyObject *errtype, in _PyPegen_raise_error_known_location()
Dpegen.h159 RAISE_ERROR_KNOWN_LOCATION(Parser *p, PyObject *errtype, in RAISE_ERROR_KNOWN_LOCATION()
/third_party/openssl/ssl/statem/
Dstatem_dtls.c337 int errtype; in dtls_get_message() local
806 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len) in dtls_get_reassembled_message()
1018 int ret, errtype; in dtls_wait_for_dry() local
/third_party/openssl/test/
Ddanetest.c98 char *errtype = 0; /* if error: cert or pkey? */ in STACK_OF() local
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1211 SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) { in SWIG_Python_SetErrorObj()
1219 SWIG_Python_SetErrorMsg(PyObject *errtype, const char *msg) { in SWIG_Python_SetErrorMsg()
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1206 SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) { in SWIG_Python_SetErrorObj()
1214 SWIG_Python_SetErrorMsg(PyObject *errtype, const char *msg) { in SWIG_Python_SetErrorMsg()