Home
last modified time | relevance | path

Searched refs:byte_buffer_to_string (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/php/ext/grpc/
Dbyte_buffer.h26 void byte_buffer_to_string(grpc_byte_buffer *buffer, char **out_string,
Dbyte_buffer.c34 void byte_buffer_to_string(grpc_byte_buffer *buffer, char **out_string, in byte_buffer_to_string() function
Dcall.c480 byte_buffer_to_string(message, &message_str, &message_len); in PHP_METHOD()