Home
last modified time | relevance | path

Searched defs:exc (Results 1 - 25 of 88) sorted by relevance

1234

/third_party/python/Include/
H A Dcodecs.h222 PyAPI_FUNC(PyObject *) PyCodec_StrictErrors(PyObject *exc); variable
225 PyAPI_FUNC(PyObject *) PyCodec_IgnoreErrors(PyObject *exc); variable
228 PyAPI_FUNC(PyObject *) PyCodec_ReplaceErrors(PyObject *exc); variable
231 PyAPI_FUNC(PyObject *) PyCodec_XMLCharRefReplaceErrors(PyObject *exc); variable
234 PyAPI_FUNC(PyObject *) PyCodec_BackslashReplaceErrors(PyObject *exc); variable
238 PyAPI_FUNC(PyObject *) PyCodec_NameReplaceErrors(PyObject *exc); variable
/third_party/curl/tests/libtest/
H A Dlib503.c67 fd_set rd, wr, exc; in test() local
H A Dlib504.c44 fd_set rd, wr, exc; in test() local
H A Dlib533.c62 fd_set rd, wr, exc; in test() local
H A Dlib526.c88 fd_set rd, wr, exc; in test() local
H A Dlib525.c116 fd_set rd, wr, exc; in test() local
H A Dlib564.c60 fd_set rd, wr, exc; in test() local
H A Dlib1506.c96 fd_set rd, wr, exc; in test() local
H A Dlib2402.c99 fd_set rd, wr, exc; in test() local
H A Dlib2404.c101 fd_set rd, wr, exc; in test() local
H A Dlib2502.c98 fd_set rd, wr, exc; in test() local
H A Dfirst.c45 int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc, in select_wrapper() argument
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H A Dbook3e_pgtable.c120 void __patch_exception(int exc, unsigned long addr) in __patch_exception() argument
/third_party/libwebsockets/lib/system/smd/
H A Dprivate-lib-system-smd.h37 struct lws_smd_peer *exc; member
H A Dsmd.c197 _lws_smd_msg_send(struct lws_context *ctx, void *pay, struct lws_smd_peer *exc) in _lws_smd_msg_send() argument
121 _lws_smd_msg_assess_peers_interested(lws_smd_t *smd, lws_smd_msg_t *msg, struct lws_smd_peer *exc) _lws_smd_msg_assess_peers_interested() argument
/third_party/python/Modules/_sqlite/
H A Dutil.c72 PyObject *exc = NULL; in raise_exception() local
/kernel/liteos_m/arch/risc-v/riscv32/gcc/
H A Dlos_interrupt.c228 STATIC VOID ExcInfoDisplayContext(const LosExcInfo *exc) in ExcInfoDisplayContext() argument
/third_party/nghttp2/src/
H A Dshrpx_mruby.cc90 auto exc = mrb_obj_value(mrb_->exc); in run_app() local
124 auto exc = mrb_obj_value(mrb->exc); in instantiate_app() local
/third_party/python/Misc/
H A Dcoverity_model.c80 PyObject *PyErr_SetFromErrnoWithFilename(PyObject *exc, const char *filename) in PyErr_SetFromErrnoWithFilename() argument
/third_party/python/Objects/stringlib/
H A Dcodecs.h272 PyObject *exc = NULL; in utf8_encoder() local
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dcode-patching.c396 void __patch_exception(int exc, unsigned long addr) in __patch_exception() argument
/kernel/linux/linux-5.10/drivers/pci/pcie/
H A Ddpc.c190 u32 status, mask, sev, syserr, exc, dw0, dw1, dw2, dw3, log, prefix; in dpc_process_rp_pio_error() local
/kernel/linux/linux-6.6/drivers/pci/pcie/
H A Ddpc.c189 u32 status, mask, sev, syserr, exc, dw0, dw1, dw2, dw3, log, prefix; in dpc_process_rp_pio_error() local
/third_party/python/Python/
H A Dsuggestions.c178 offer_suggestions_for_attribute_error(PyAttributeErrorObject *exc) in offer_suggestions_for_attribute_error() argument
200 offer_suggestions_for_name_error(PyNameErrorObject *exc) in offer_suggestions_for_name_error() argument
/third_party/python/Modules/_io/
H A D_iomodule.c439 PyObject *exc, *val, *tb, *close_result; _io_open_impl() local
674 PyTypeObject *exc = static_types[i]; _PyIO_Fini() local

Completed in 11 milliseconds

1234