Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/ext/grpc/
Dserver.c126 char *host_text = grpc_slice_to_c_string(details.host); in PHP_METHOD() local
128 php_grpc_add_property_string(result, "host", host_text, true); in PHP_METHOD()
130 gpr_free(host_text); in PHP_METHOD()