Searched refs:NGX_HTTP_V2_PING_SIZE (Results 1 – 1 of 1) sorted by relevance
42 #define NGX_HTTP_V2_PING_SIZE 8 macro2144 if (h2c->state.length != NGX_HTTP_V2_PING_SIZE) { in ngx_http_v2_state_ping()2152 if (end - pos < NGX_HTTP_V2_PING_SIZE) { in ngx_http_v2_state_ping()2163 frame = ngx_http_v2_get_frame(h2c, NGX_HTTP_V2_PING_SIZE, in ngx_http_v2_state_ping()2172 buf->last = ngx_cpymem(buf->last, pos, NGX_HTTP_V2_PING_SIZE); in ngx_http_v2_state_ping()2176 return ngx_http_v2_state_complete(h2c, pos + NGX_HTTP_V2_PING_SIZE, end); in ngx_http_v2_state_ping()