Searched refs:__log_fill (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/db/log/ |
H A D | log_put.c | 31 static int __log_fill __P((DB_LOG *, DB_LSN *, void *, u_int32_t)); 222 if ((ret = __log_fill(dblp, lsn, &hdr, sizeof(HDR))) != 0) 227 if ((ret = __log_fill(dblp, lsn, dbt->data, dbt->size)) != 0) 355 __log_fill(dblp, lsn, addr, len) in __log_fill() function
|