Searched refs:in_buf (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_gunzip_filter_module.c | 29 ngx_buf_t *in_buf; member 347 ctx->in_buf = ctx->in->buf; in ngx_http_gunzip_filter_add_data() 350 ctx->zstream.next_in = ctx->in_buf->pos; in ngx_http_gunzip_filter_add_data() 351 ctx->zstream.avail_in = ctx->in_buf->last - ctx->in_buf->pos; in ngx_http_gunzip_filter_add_data() 355 ctx->in_buf, in ngx_http_gunzip_filter_add_data() 358 if (ctx->in_buf->last_buf || ctx->in_buf->last_in_chain) { in ngx_http_gunzip_filter_add_data() 361 } else if (ctx->in_buf->flush) { in ngx_http_gunzip_filter_add_data() 444 ctx->in_buf, ctx->in_buf->pos); in ngx_http_gunzip_filter_inflate() 447 ctx->in_buf->pos = ctx->zstream.next_in; in ngx_http_gunzip_filter_inflate()
|
| H A D | ngx_http_gzip_filter_module.c | 43 ngx_buf_t *in_buf; member 723 ctx->in_buf = cl->buf; in ngx_http_gzip_filter_add_data() 726 if (ctx->in_buf->tag == (ngx_buf_tag_t) &ngx_http_gzip_filter_module) { in ngx_http_gzip_filter_add_data() 733 ctx->zstream.next_in = ctx->in_buf->pos; in ngx_http_gzip_filter_add_data() 734 ctx->zstream.avail_in = ctx->in_buf->last - ctx->in_buf->pos; in ngx_http_gzip_filter_add_data() 738 ctx->in_buf, in ngx_http_gzip_filter_add_data() 741 if (ctx->in_buf->last_buf) { in ngx_http_gzip_filter_add_data() 744 } else if (ctx->in_buf->flush) { in ngx_http_gzip_filter_add_data() 834 ctx->in_buf, ctx->in_buf->pos); in ngx_http_gzip_filter_deflate() 837 ctx->in_buf->pos = ctx->zstream.next_in; in ngx_http_gzip_filter_deflate()
|
| /f-stack/dpdk/drivers/bus/pci/windows/ |
| H A D | pci_netuio.c | 15 void *in_buf, DWORD in_buf_size, void *out_buf, DWORD out_buf_size) in send_ioctl() argument 20 res = DeviceIoControl(f, ioctl, in_buf, in_buf_size, in send_ioctl()
|
| /f-stack/freebsd/arm/freescale/vybrid/ |
| H A D | vf_spi.c | 208 uint8_t *in_buf, int bufsz, int cs) in spi_txrx() argument 243 in_buf[i] = READ1(sc, SPI_POPR); in spi_txrx()
|
| /f-stack/dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_nsp.c | 282 const void *in_buf, unsigned int in_size, void *out_buf, in nfp_nsp_command_buf() argument 324 if (in_buf && in_size) { in nfp_nsp_command_buf() 325 err = nfp_cpp_write(cpp, cpp_id, cpp_buf, in_buf, in_size); in nfp_nsp_command_buf()
|