Searched refs:value_buf (Results 1 – 4 of 4) sorted by relevance
81 void *value_buf; member
1224 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()
47 unsigned char value_buf[LP_INTBUF_SIZE]; member
686 *valueptr = lpGet(si->lp_ele,valuelen,si->value_buf); in streamIteratorGetField()