Searched refs:php_grpc_add_property_string (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/php/ext/grpc/ |
D | server.c | 127 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()
|
D | call_credentials.c | 152 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()
|
D | php7_wrapper.h | 29 #define php_grpc_add_property_string(arg, name, context, b) \ macro 162 #define php_grpc_add_property_string(arg, name, context, b) \ macro
|
D | call.c | 503 php_grpc_add_property_string(recv_status, "details", status_details_text, in PHP_METHOD()
|