Home
last modified time | relevance | path

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

/dports/www/uwsgi/uwsgi-2.0.20/plugins/http/
H A Dspdy3.h1 const unsigned char SPDY_dictionary_txt[] = { variable
H A Dspdy3.c485 inflateSetDictionary(&hr->spdy_z_in, (Bytef *) SPDY_dictionary_txt, sizeof(SPDY_dictionary_txt)); in spdy_inflate_http_headers()
696 …if (deflateSetDictionary(&hr->spdy_z_out, (Bytef *) SPDY_dictionary_txt, sizeof(SPDY_dictionary_tx… in spdy_parse()