Home
last modified time | relevance | path

Searched refs:value_buf (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.h81 void *value_buf; member
H A Dngx_http_ssi_filter_module.c1224 if (ctx->value_buf == NULL) { in ngx_http_ssi_parse()
1232 ctx->param->value.data = ctx->value_buf; in ngx_http_ssi_parse()
1422 ctx->value_buf = ctx->param->value.data; in ngx_http_ssi_parse()
1426 ctx->value_buf = NULL; in ngx_http_ssi_parse()
/f-stack/app/redis-5.0.5/src/
H A Dstream.h47 unsigned char value_buf[LP_INTBUF_SIZE]; member
H A Dt_stream.c686 *valueptr = lpGet(si->lp_ele,valuelen,si->value_buf); in streamIteratorGetField()