Home
last modified time | relevance | path

Searched refs:GRPC_G (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/php/ext/grpc/
Dphp_grpc.c217 if (GRPC_G(enable_fork_support)) { in apply_ini_settings()
223 if (GRPC_G(poll_strategy)) { in apply_ini_settings()
225 strlen(GRPC_G(poll_strategy))); in apply_ini_settings()
227 strcat(poll_str, GRPC_G(poll_strategy)); in apply_ini_settings()
231 if (GRPC_G(grpc_verbosity)) { in apply_ini_settings()
233 strlen(GRPC_G(grpc_verbosity))); in apply_ini_settings()
235 strcat(verbosity_str, GRPC_G(grpc_verbosity)); in apply_ini_settings()
239 if (GRPC_G(grpc_trace)) { in apply_ini_settings()
241 strlen(GRPC_G(grpc_trace))); in apply_ini_settings()
243 strcat(trace_str, GRPC_G(grpc_trace)); in apply_ini_settings()
[all …]
Dphp_grpc.h97 #define GRPC_G(v) TSRMG(grpc_globals_id, zend_grpc_globals *, v) macro
99 #define GRPC_G(v) (grpc_globals.v) macro