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

/dovecot/src/plugins/fts-solr/
H A Dsolr-connection.c50 struct solr_connection_post { struct
513 struct solr_connection_post *
516 struct solr_connection_post *post;
521 post = i_new(struct solr_connection_post, 1);
528 void solr_connection_post_more(struct solr_connection_post *post,
543 int solr_connection_post_end(struct solr_connection_post **_post)
545 struct solr_connection_post *post = *_post;
568 int solr_connection_post(struct solr_connection *conn, const char *cmd) function

Completed in 25 milliseconds