Home
last modified time | relevance | path

Searched refs:string_to_byte_buffer (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/php/ext/grpc/
H A Dbyte_buffer.h24 grpc_byte_buffer *string_to_byte_buffer(char *string, size_t length);
H A Dbyte_buffer.c27 grpc_byte_buffer *string_to_byte_buffer(char *string, size_t length) { in string_to_byte_buffer() function
H A Dcall.c374 string_to_byte_buffer(Z_STRVAL_P(message_value), in PHP_METHOD()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/
Dgrpc_wrap.cc69 grpc_byte_buffer* string_to_byte_buffer(const char* buffer, size_t len) { in string_to_byte_buffer() function