NGX_SPDY_PING_SIZE 1826 src/http/ngx_http_spdy.c     if (end - pos < NGX_SPDY_PING_SIZE) {
NGX_SPDY_PING_SIZE 1831 src/http/ngx_http_spdy.c     if (sc->length != NGX_SPDY_PING_SIZE) {
NGX_SPDY_PING_SIZE 1842 src/http/ngx_http_spdy.c     frame = ngx_http_spdy_get_ctl_frame(sc, NGX_SPDY_PING_SIZE,
NGX_SPDY_PING_SIZE 1853 src/http/ngx_http_spdy.c     p = ngx_spdy_frame_write_flags_and_len(p, 0, NGX_SPDY_PING_SIZE);
NGX_SPDY_PING_SIZE 1855 src/http/ngx_http_spdy.c     p = ngx_cpymem(p, pos, NGX_SPDY_PING_SIZE);
NGX_SPDY_PING_SIZE 1861 src/http/ngx_http_spdy.c     pos += NGX_SPDY_PING_SIZE;