Lines Matching refs:status
225 int status;
234 status = ((xdr_db_dictlog_entry(&(xdr), j)) ? 0 : -1);
235 if (status < 0) {
237 WRITEUNLOCK(this, status, "wu db_dictlog::append");
238 return (status);
241 status = fflush(file);
242 if (status < 0) {
244 WRITEUNLOCK(this, status, "wu db_dictlog::append");
245 return (status);
248 status = fsync(fileno(file));
249 if (status < 0) {
253 WRITEUNLOCK(this, status, "wu db_dictlog::append");
254 return (status);