ngx_http_spdy_zalloc  185 src/http/ngx_http_spdy.c static void *ngx_http_spdy_zalloc(void *opaque, u_int items, u_int size);
ngx_http_spdy_zalloc  429 src/http/ngx_http_spdy.c     sc->zstream_in.zalloc = ngx_http_spdy_zalloc;
ngx_http_spdy_zalloc  441 src/http/ngx_http_spdy.c     sc->zstream_out.zalloc = ngx_http_spdy_zalloc;