Searched refs:str_new (Results 1 - 25 of 90) sorted by relevance

1234

/dovecot/src/doveadm/
H A Ddoveadm-print-server.c24 ctx.str = str_new(default_pool, 256);
H A Ddoveadm-print-formatted.c34 ctx.buf = str_new(ctx.pool, 256);
H A Ddoveadm-print-json.c33 ctx.str = str_new(ctx.pool, 256);
H A Dclient-connection-http.c134 escaped = str_new(req->pool, 10);
158 escaped = str_new(req->pool, 10);
781 tmp = str_new(req->pool, 8);
985 b64_value = str_new(conn->conn.pool, 32);
1011 b64_value = str_new(conn->conn.pool, 32);
/dovecot/src/lib-fts/
H A Dfts-filter-contractions.c29 filter->token = str_new(default_pool, 64);
H A Dfts-filter-lowercase.c39 filter->token = str_new(default_pool, 64);
H A Dfts-tokenizer-address.c60 tok->last_word = str_new(default_pool, 128);
61 tok->parent_data = str_new(default_pool, 128);
/dovecot/src/lib-sasl/
H A Dmech-plain.c50 str = str_new(_client->pool, 64);
H A Dmech-oauthbearer.c97 str = str_new(_client->pool, 64);
131 str = str_new(_client->pool, 64);
/dovecot/src/lib/
H A Dstr.c10 string_t *str_new(pool_t pool, size_t initial_size) function
32 return str_new(pool_datastack_create(), initial_size);
H A Dstr.h6 string_t *str_new(pool_t pool, size_t initial_size);
H A Dostream-escaped.c127 estream->buf = str_new(default_pool, 512);
H A Dtest-istream-tee.c131 str = str_new(default_pool, TEST_STR_LEN);
/dovecot/src/lib-imap/
H A Dtest-imap-quote.c146 string_t *str2 = str_new(default_pool, 1);
/dovecot/src/lib-mail/
H A Dtest-istream-header-filter.c218 input = str_new(default_pool, 1024*128);
219 output = str_new(default_pool, 1024*128);
298 input = str_new(default_pool, 1024*128);
299 output = str_new(default_pool, 1024*128);
357 input = str_new(default_pool, 1024*128);
358 output = str_new(default_pool, 1024*128);
/dovecot/src/imap/
H A Dcmd-thread.c89 str = str_new(default_pool, 1024);
184 prev_subject = str_new(default_pool, 128);
H A Dcmd-getmetadata.c383 ctx->iter_entry_prefix = str_new(cmd->pool, 128);
476 ctx->delayed_errors = str_new(cmd->pool, 128);
/dovecot/src/imap-login/
H A Dimap-login-cmd-id.c132 client->common.client_id = str_new(client->common.preproxy_pool, 64);
167 id->log_reply = str_new(default_pool, 64);
/dovecot/src/lib-oauth2/
H A Doauth2-refresh.c143 string_t *payload = str_new(req->pool, 128);
/dovecot/src/lib-storage/index/cydir/
H A Dcydir-sync.c22 string_t *path = str_new(default_pool, 256);
/dovecot/src/lib-charset/
H A Dtest-charset.c41 src = str_new(default_pool, 16384);
/dovecot/src/config/
H A Dconfig-request.c384 ctx->value = str_new(pool, 256);
385 ctx->prefix = str_new(pool, 64);
/dovecot/src/lib-storage/index/
H A Dindex-mail-headers.c269 str = str_new(mail->mail.data_pool, 256);
495 str = str_new(mail->mail.data_pool, 256);
639 dest = str_new(mail->mail.data_pool, 128);
900 dest = str_new(mail->mail.data_pool, 256);
/dovecot/src/lib-storage/list/
H A Dmailbox-list-index-iter.c62 ctx->path = str_new(pool, 128);
/dovecot/src/plugins/acl/
H A Dacl-attributes.c184 aiter->acl_name = str_new(default_pool, 128);

Completed in 28 milliseconds

1234