Searched refs:ignoredKeys (Results 1 – 1 of 1) sorted by relevance
103 static const char* ignoredKeys[] = { in php_grpc_not_channel_arg_key() local109 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()