Searched refs:xml_encode (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/plugins/fts-solr/
H A Dfts-backend-solr-old.c111 static void xml_encode(string_t *dest, const char *str) function
407 xml_encode(str, backend->id_namespace);
411 xml_encode(str, backend->id_username);
413 xml_encode(str, ctx->id_box_name);
437 xml_encode(ctx->cmd, ns->prefix);
441 xml_encode(ctx->cmd, box_name);
443 xml_encode(ctx->cmd, ns->user->username);
580 xml_encode(ctx->hdr, key->hdr_name);
H A Dfts-backend-solr.c144 static void xml_encode(string_t *dest, const char *str) function
298 xml_encode(str, ctx->ctx.backend->ns->owner->username);
314 xml_encode(ctx->cmd, ctx->ctx.backend->ns->owner->username);
534 xml_encode(ctx->cur_value, key->hdr_name);

Completed in 588 milliseconds