Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/ext/grpc/
Dcall.h47 zval *grpc_php_wrap_call(grpc_call *wrapped, bool owned TSRMLS_DC);
Dserver.c132 grpc_php_wrap_call(call, true TSRMLS_CC)); in PHP_METHOD()
Dcall.c179 zval *grpc_php_wrap_call(grpc_call *wrapped, bool owned TSRMLS_DC) { in grpc_php_wrap_call() function