Home
last modified time | relevance | path

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

/third_party/grpc/src/php/ext/grpc/
Dserver.c132 php_grpc_add_property_string(result, "method", method_text, true); in PHP_METHOD()
133 php_grpc_add_property_string(result, "host", host_text, true); in PHP_METHOD()
Dcall_credentials.c158 php_grpc_add_property_string(arg, "service_url", context.service_url, true); in plugin_get_metadata()
159 php_grpc_add_property_string(arg, "method_name", context.method_name, true); in plugin_get_metadata()
Dphp7_wrapper.h28 #define php_grpc_add_property_string(arg, name, context, b) \ macro
Dcall.c503 php_grpc_add_property_string(recv_status, "details", status_details_text, in PHP_METHOD()