Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h241 grpc_error* Finished(grpc_error* error, bool reset_on_error);
Dchttp2_transport.cc2982 bool reset_on_error) { in Finished() argument
2988 if (error != GRPC_ERROR_NONE && reset_on_error) { in Finished()
/external/python/cpython2/Modules/_ctypes/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
/external/libffi/src/
Ddlmalloc.c2232 static void reset_on_error(mstate m);
2234 #define CORRUPTION_ERROR_ACTION(m) reset_on_error(m)
3306 static void reset_on_error(mstate m) { in reset_on_error() function
/external/dlmalloc/
Dmalloc.c2771 static void reset_on_error(mstate m);
2773 #define CORRUPTION_ERROR_ACTION(m) reset_on_error(m)
3939 static void reset_on_error(mstate m) { in reset_on_error() function