check_auth       1008 bin/dbupdate/dbupdate.c             result = check_auth(NULL, object, type, credentials);
check_auth       1149 bin/dbupdate/dbupdate.c             result = check_auth(external_syntax_obj, NULL, type, credentials);
check_auth       1342 bin/dbupdate/dbupdate.c                   result = check_auth(object, old_obj, type, credentials);
check_auth       1604 bin/dbupdate/dbupdate.c               result = check_auth(object, NULL, type, credentials);
check_auth       1933 bin/dbupdate/dbupdate.c               result = check_auth(NULL, object, type, credentials);
check_auth        147 modules/up/dbupdate.h int check_auth(rpsl_object_t *new_object, rpsl_object_t *old_object, const char *type, credentials_struct credentials);