Home
last modified time | relevance | path

Searched refs:reset_on_error (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h248 grpc_error* Finished(grpc_error* error, bool reset_on_error);
Dchttp2_transport.cc3088 bool reset_on_error) { in Finished() argument
3094 if (error != GRPC_ERROR_NONE && reset_on_error) { in Finished()
/third_party/libffi/src/
Ddlmalloc.c2237 static void reset_on_error(mstate m);
2239 #define CORRUPTION_ERROR_ACTION(m) reset_on_error(m)
3311 static void reset_on_error(mstate m) { in reset_on_error() function
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c2234 static void reset_on_error(mstate m);
2236 #define CORRUPTION_ERROR_ACTION(m) reset_on_error(m)
3343 reset_on_error(mstate m) in reset_on_error() function
/third_party/boost/libs/container/src/
Ddlmalloc_2_8_6.c2769 static void reset_on_error(mstate m);
2771 #define CORRUPTION_ERROR_ACTION(m) reset_on_error(m)
3918 static void reset_on_error(mstate m) { in reset_on_error() function