Searched refs:grpc_error_unref (Results 1 – 2 of 2) sorted by relevance
162 void grpc_error_unref(grpc_error* err, const char* file, int line);164 #define GRPC_ERROR_UNREF(err) grpc_error_unref(err, __FILE__, __LINE__)167 void grpc_error_unref(grpc_error* err);169 #define GRPC_ERROR_UNREF(err) grpc_error_unref(err)
180 void grpc_error_unref(grpc_error* err, const char* file, int line) { in grpc_error_unref() function192 void grpc_error_unref(grpc_error* err) { in grpc_error_unref() function