Lines Matching refs:empty_result
43 extern db_result *empty_result(db_status);
332 WRITELOCK(this, empty_result(DB_LOCK_ERROR), "w db::log_action"); in log_action()
346 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in log_action()
348 return (empty_result(DB_STORAGE_LIMIT)); in log_action()
355 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in log_action()
357 return (empty_result(DB_STORAGE_LIMIT)); in log_action()
372 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in log_action()
374 return (empty_result(DB_STORAGE_LIMIT)); in log_action()
382 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), "wu db::log_action"); in log_action()
405 READLOCK(this, empty_result(DB_LOCK_ERROR), "r db::execute"); in execute()
407 READUNLOCK(this, empty_result(DB_LOCK_ERROR), in execute()
412 WRITELOCK(this, empty_result(DB_LOCK_ERROR), "w db::execute"); in execute()
415 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in execute()
428 return (empty_result(DB_INTERNAL_ERROR)); in execute()