Searched defs:errtype (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Parser/ |
D | pegen_errors.c | 67 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()
|
D | pegen.c | 257 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()
|
D | pegen.h | 159 RAISE_ERROR_KNOWN_LOCATION(Parser *p, PyObject *errtype, in RAISE_ERROR_KNOWN_LOCATION()
|
/third_party/openssl/ssl/statem/ |
D | statem_dtls.c | 337 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/ |
D | danetest.c | 98 char *errtype = 0; /* if error: cert or pkey? */ in STACK_OF() local
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 1211 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/ |
D | libwebp_python_wrap.c | 1206 SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) { in SWIG_Python_SetErrorObj() 1214 SWIG_Python_SetErrorMsg(PyObject *errtype, const char *msg) { in SWIG_Python_SetErrorMsg()
|