OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:on_write_completed
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/third_party/objective_c/Cronet/
bidirectional_stream_c.h
90
void (*
on_write_completed
)(bidirectional_stream* stream, const char* data);
member in struct:bidirectional_stream_callback
202
* Each call will result in an invocation the callback's
on_write_completed
()
217
* a corresponding
on_write_completed
() callback will be invoked when the buffer
/external/grpc-grpc/src/core/ext/transport/cronet/transport/
cronet_transport.cc
85
static void
on_write_completed
(bidirectional_stream*, const char*);
96
on_write_completed
,
570
static void
on_write_completed
(bidirectional_stream* stream, const char* data) {
function
573
CRONET_LOG(GPR_DEBUG, "W:
on_write_completed
(%p, %s)", stream, data);
685
/* This is freed in the
on_write_completed
callback */
911
/* we haven't got
on_write_completed
for the send yet */
[
all
...]
Completed in 58 milliseconds