HomeSort by relevance Sort by last modified time
    Searched refs:php_grpc_add_property_string (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc/src/php/ext/grpc/
call_credentials.c 152 php_grpc_add_property_string(arg, "service_url", context.service_url, true);
153 php_grpc_add_property_string(arg, "method_name", context.method_name, true);
server.c 127 php_grpc_add_property_string(result, "method", method_text, true);
128 php_grpc_add_property_string(result, "host", host_text, true);
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
call.c 503 php_grpc_add_property_string(recv_status, "details", status_details_text,

Completed in 211 milliseconds