Home
last modified time | relevance | path

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

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