Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/ext/grpc/
Dserver.c127 php_grpc_add_property_string(result, "method", method_text, true); in PHP_METHOD()
128 php_grpc_add_property_string(result, "host", host_text, true); in PHP_METHOD()
Dcall_credentials.c152 php_grpc_add_property_string(arg, "service_url", context.service_url, true); in plugin_get_metadata()
153 php_grpc_add_property_string(arg, "method_name", context.method_name, true); in plugin_get_metadata()
Dphp7_wrapper.h29 #define php_grpc_add_property_string(arg, name, context, b) \ macro
162 #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()