Searched refs:SERVER_ONLY (Results 1 – 4 of 4) sorted by relevance
65 stream_config->flags = SERVER_ONLY; in server_stream_create()
269 return s->flags & SERVER_ONLY; in stream_is_server_only()
80 SERVER_ONLY = 0x08, enumerator
124 private static final Context.Key<String> SERVER_ONLY = Context.key("serverOnly"); field in ServerImplTest127 Context.ROOT.withValue(SERVER_ONLY, "yes").withCancellation();862 assertEquals("yes", SERVER_ONLY.get(initial)); in testCallContextIsBoundInListenerCallbacks()