Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/examples/
Dmhd2spdy.c80 struct SPDY_Connection *connections[MAX_SPDY_CONNECTIONS]; in run_everything()
163 connections, MAX_SPDY_CONNECTIONS, &spdy_npollfds); in run_everything()
Dmhd2spdy_structures.h186 #define MAX_SPDY_CONNECTIONS 100 macro