Lines Matching refs:empty_result
41 extern db_result *empty_result(db_status);
330 WRITELOCK(this, empty_result(DB_LOCK_ERROR), "w db::log_action"); in log_action()
344 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in log_action()
346 return (empty_result(DB_STORAGE_LIMIT)); in log_action()
353 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in log_action()
355 return (empty_result(DB_STORAGE_LIMIT)); in log_action()
370 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in log_action()
372 return (empty_result(DB_STORAGE_LIMIT)); in log_action()
380 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), "wu db::log_action"); in log_action()
403 READLOCK(this, empty_result(DB_LOCK_ERROR), "r db::execute"); in execute()
405 READUNLOCK(this, empty_result(DB_LOCK_ERROR), in execute()
410 WRITELOCK(this, empty_result(DB_LOCK_ERROR), "w db::execute"); in execute()
413 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in execute()
426 return (empty_result(DB_INTERNAL_ERROR)); in execute()