14 calls to drupal_set_header()
- blogapi_rsd in drupal-6.x/
modules/ blogapi/ blogapi.module - drupal_access_denied in drupal-6.x/
includes/ common.inc - Generates a 403 error if the request is not allowed.
- drupal_get_headers in drupal-6.x/
includes/ common.inc - Get the HTTP response headers for the current page.
- drupal_json in drupal-6.x/
includes/ common.inc - Return data in JSON format.
- drupal_not_found in drupal-6.x/
includes/ common.inc - Generates a 404 error if the request can not be handled.
- drupal_site_offline in drupal-6.x/
includes/ common.inc - Generates a site off-line message.
- file_transfer in drupal-6.x/
includes/ file.inc - Transfer file using http to client. Pipes a file through Drupal to the client.
- node_feed in drupal-6.x/
modules/ node/ node.module - A generic function for generating RSS feeds from a set of nodes.
- theme_aggregator_page_opml in drupal-6.x/
modules/ aggregator/ aggregator.pages.inc - Theme the OPML feed output.
- theme_aggregator_page_rss in drupal-6.x/
modules/ aggregator/ aggregator.pages.inc - Theme the RSS output.
- theme_install_page in drupal-6.x/
includes/ theme.maintenance.inc - Generate a themed installation page.
- theme_update_page in drupal-6.x/
includes/ theme.maintenance.inc - Generate a themed update page.
- _db_error_page in drupal-6.x/
includes/ database.inc - Helper function to show fatal database errors.
- _drupal_bootstrap_full in drupal-6.x/
includes/ common.inc