Searched defs:cur_value2 (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/fts-solr/
H A Dfts-backend-solr.c52 string_t *cmd, *cur_value, *cur_value2; member in struct:solr_fts_backend_update_context
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, ' ');
[all...]

Completed in 708 milliseconds