10 calls to drupal_access_denied()

aggregator_admin_refresh_feed in drupal-6.x/modules/aggregator/aggregator.admin.inc
Menu callback; refreshes a feed, then redirects to the overview page.
book_export_html in drupal-6.x/modules/book/book.pages.inc
This function is called by book_export() to generate HTML for export.
comment_edit in drupal-6.x/modules/comment/comment.pages.inc
Form builder; generate a comment editing form.
file_download in drupal-6.x/includes/file.inc
Call modules that implement hook_file_download() to find out if a file is accessible and what headers it should be transferred with. If a module returns -1 drupal_access_denied() will be returned. If one or more modules returned headers the download…
index.php in drupal-6.x/index.php
The PHP page that serves all page requests on a Drupal installation.
menu_delete_menu_page in drupal-6.x/modules/menu/menu.admin.inc
Menu callback; check access and get a confirm form for deletion of a custom menu.
menu_item_delete_page in drupal-6.x/modules/menu/menu.admin.inc
Menu callback; Check access and present a confirm form for deleting a menu link.
profile_browse in drupal-6.x/modules/profile/profile.pages.inc
Menu callback; display a list of user information.
system_batch_page in drupal-6.x/modules/system/system.admin.inc
Default page callback for batches.
user_pass_reset in drupal-6.x/modules/user/user.pages.inc
Menu callback; process one time login link and redirects to the user page on success.