/third_party/python/Include/ |
H A D | codecs.h | 222 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 D | lib503.c | 67 fd_set rd, wr, exc; in test() local
|
H A D | lib504.c | 44 fd_set rd, wr, exc; in test() local
|
H A D | lib533.c | 62 fd_set rd, wr, exc; in test() local
|
H A D | lib526.c | 88 fd_set rd, wr, exc; in test() local
|
H A D | lib525.c | 116 fd_set rd, wr, exc; in test() local
|
H A D | lib564.c | 60 fd_set rd, wr, exc; in test() local
|
H A D | lib1506.c | 96 fd_set rd, wr, exc; in test() local
|
H A D | lib2402.c | 99 fd_set rd, wr, exc; in test() local
|
H A D | lib2404.c | 101 fd_set rd, wr, exc; in test() local
|
H A D | lib2502.c | 98 fd_set rd, wr, exc; in test() local
|
H A D | first.c | 45 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 D | book3e_pgtable.c | 120 void __patch_exception(int exc, unsigned long addr) in __patch_exception() argument
|
/third_party/libwebsockets/lib/system/smd/ |
H A D | private-lib-system-smd.h | 37 struct lws_smd_peer *exc; member
|
H A D | smd.c | 197 _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 D | util.c | 72 PyObject *exc = NULL; in raise_exception() local
|
/kernel/liteos_m/arch/risc-v/riscv32/gcc/ |
H A D | los_interrupt.c | 228 STATIC VOID ExcInfoDisplayContext(const LosExcInfo *exc) in ExcInfoDisplayContext() argument
|
/third_party/nghttp2/src/ |
H A D | shrpx_mruby.cc | 90 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 D | coverity_model.c | 80 PyObject *PyErr_SetFromErrnoWithFilename(PyObject *exc, const char *filename) in PyErr_SetFromErrnoWithFilename() argument
|
/third_party/python/Objects/stringlib/ |
H A D | codecs.h | 272 PyObject *exc = NULL; in utf8_encoder() local
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | code-patching.c | 396 void __patch_exception(int exc, unsigned long addr) in __patch_exception() argument
|
/kernel/linux/linux-5.10/drivers/pci/pcie/ |
H A D | dpc.c | 190 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 D | dpc.c | 189 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 D | suggestions.c | 178 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.c | 439 PyObject *exc, *val, *tb, *close_result; _io_open_impl() local 674 PyTypeObject *exc = static_types[i]; _PyIO_Fini() local
|