| drupal_not_found | drupal/includes/common.inc | Generates a 404 error if the request can not be handled. |
| drupal_not_found | drupal/includes/common.inc | Generates a 404 error if the request can not be handled. |
| drupal_set_header | drupal/includes/common.inc | Set an HTTP response header for the current page. |
| drupal_set_header | drupal/includes/common.inc | Set an HTTP response header for the current page. |
| file_create_path | drupal/includes/file.inc | Make sure the destination is a complete path and resides in the file system
directory, if it is not prepend the file system directory. |
| file_create_path | drupal/includes/file.inc | Make sure the destination is a complete path and resides in the file system
directory, if it is not prepend the file system directory. |
| file_transfer | drupal/includes/file.inc | Transfer file using http to client. Pipes a file through Drupal to the
client. |