Lines Matching defs:log_action
325 db::log_action(db_action action, db_query *query, entry_object *content)
332 WRITELOCK(this, empty_result(DB_LOCK_ERROR), "w db::log_action");
347 "wu db::log_action DB_STORAGE_LIMIT");
353 WARNING_M("db::log_action: could not add log entry: ");
356 "wu db::log_action DB_STORAGE_LIMIT");
370 WARNING_M("db::log_action: could not add log entry: ");
373 "wu db::log_action DB_STORAGE_LIMIT");
382 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), "wu db::log_action");
423 /* log_action() will do the locking */
424 return (log_action(action, query, content));