Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/
Dmodule-loopback.c519 static void memblockq_adjust(struct userdata *u, int64_t latency_offset_usec, bool allow_push) { in memblockq_adjust() argument
545 } else if (current_memblockq_length < requested_memblockq_length && allow_push) { in memblockq_adjust()
/third_party/nghttp2/src/
DHttpServer.cc1218 bool allow_push = true) { in prepare_response() argument
1273 if (allow_push && push_itr != std::end(hd->get_config()->push)) { in prepare_response()