Searched refs:grpcsharp_batch_context (Results 1 – 1 of 1) sorted by relevance
54 typedef struct grpcsharp_batch_context { struct68 } grpcsharp_batch_context; argument70 GPR_EXPORT grpcsharp_batch_context* GPR_CALLTYPE72 grpcsharp_batch_context* ctx = gpr_malloc(sizeof(grpcsharp_batch_context)); in grpcsharp_batch_context_create()73 memset(ctx, 0, sizeof(grpcsharp_batch_context)); in grpcsharp_batch_context_create()198 grpcsharp_batch_context_reset(grpcsharp_batch_context* ctx) { in grpcsharp_batch_context_reset()214 memset(ctx, 0, sizeof(grpcsharp_batch_context)); in grpcsharp_batch_context_reset()218 grpcsharp_batch_context_destroy(grpcsharp_batch_context* ctx) { in grpcsharp_batch_context_destroy()248 const grpcsharp_batch_context* ctx) { in grpcsharp_batch_context_recv_initial_metadata()253 const grpcsharp_batch_context* ctx) { in grpcsharp_batch_context_recv_message_length()[all …]