Home
last modified time | relevance | path

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

/third_party/grpc/src/php/ext/grpc/
Dchannel.c103 static const char* ignoredKeys[] = { in php_grpc_not_channel_arg_key() local
109 for (int i = 0; i < sizeof(ignoredKeys) / sizeof(ignoredKeys[0]); i++) { in php_grpc_not_channel_arg_key()
110 if (strcmp(key, ignoredKeys[i]) == 0) { in php_grpc_not_channel_arg_key()