Lines Matching refs:dsn_buf
155 DSN_BUF *dsn_buf) in bounce_log_read() argument
173 dsb_reset(dsn_buf); in bounce_log_read()
243 vstring_strcpy(dsn_buf->status, value); in bounce_log_read()
245 vstring_strcpy(dsn_buf->action, value); in bounce_log_read()
247 vstring_strcpy(dsn_buf->dtype, value); in bounce_log_read()
249 vstring_strcpy(dsn_buf->dtext, value); in bounce_log_read()
251 vstring_strcpy(dsn_buf->mtype, value); in bounce_log_read()
253 vstring_strcpy(dsn_buf->mname, value); in bounce_log_read()
255 vstring_strcpy(dsn_buf->reason, value); in bounce_log_read()
287 vstring_strcpy(dsn_buf->reason, text); in bounce_log_read()
299 if (BUF_NODATA(dsn_buf->status)) in bounce_log_read()
300 BUF_ASSIGN(dsn_buf->status, bp->compat_status); in bounce_log_read()
301 if (BUF_NODATA(dsn_buf->action)) in bounce_log_read()
302 BUF_ASSIGN(dsn_buf->action, bp->compat_action); in bounce_log_read()
303 if (BUF_NODATA(dsn_buf->reason)) in bounce_log_read()
304 BUF_ASSIGN(dsn_buf->reason, "(description unavailable)"); in bounce_log_read()
306 (void) DSN_FROM_DSN_BUF(dsn_buf); in bounce_log_read()