Lines Matching defs:cur_value2
52 string_t *cmd, *cur_value, *cur_value2;
528 ctx->cur_value2 =
561 if (ctx->cur_value2 != NULL) {
562 str_append_c(ctx->cur_value2, '\n');
563 ctx->cur_value2 = NULL;
578 if (ctx->cur_value2 == NULL && ctx->cur_value == ctx->cmd) {
605 if (ctx->cur_value2 != NULL &&
607 str_len(ctx->cur_value2) < SOLR_HEADER_LINE_MAX_TRUNC_SIZE)) {
608 xml_encode_data(ctx->cur_value2, data, size);
610 str_append_c(ctx->cur_value2, ' ');