Lines Matching refs:prefix
30 char *prefix;
103 i_free(client->prefix);
115 else if (strncmp(failure->text, "prefix=", 7) == 0) {
116 i_free(client->prefix);
117 client->prefix = i_strdup(failure->text + 7);
125 const char *prefix, const char *text)
141 err.prefix = prefix;
148 i_set_failure_prefix("%s", prefix);
159 const char *prefix = log->default_prefix;
167 if (client->prefix != NULL)
168 prefix = client->prefix;
174 client_log_ctx(log, &failure_ctx, log_time, prefix,
242 const char *prefix;
278 prefix = client != NULL && client->prefix != NULL ?
279 client->prefix : log->default_prefix;
280 client_log_ctx(log, &failure_ctx, log_time, prefix, failure.text);
314 i_error("Missing prefix data in handshake");
324 i_error("Received master prefix in handshake "
392 i_warning("Log connection fd %d listen_fd %d prefix '%s' is sending input faster than we can write",