| block_list | modules/block/block.module | Return all blocks in the specified region for the current user. |
| book_menu_subtree_data | modules/book/book.module | Get the data representing a subtree of the book hierarchy. |
| cache_get | includes/cache.inc | Return data from the persistent cache. Data may be stored as either plain text or as serialized data.
cache_get will automatically return unserialized objects and arrays. |
| check_markup | modules/filter/filter.module | Run all the enabled filters on a piece of text. |
| drupal_get_schema | includes/common.inc | Get the schema definition of a table, or the whole database schema. |
| form_get_cache | includes/form.inc | Fetch a form from cache. |
| locale | modules/locale/locale.module | Provides interface translation services. |
| menu_router_build | includes/menu.inc | Collect, alter and store the menu definitions. |
| menu_tree_all_data | includes/menu.inc | Get the data structure representing a named menu tree. |
| menu_tree_page_data | includes/menu.inc | Get the data structure representing a named menu tree, based on the current page. |
| page_get_cache | includes/bootstrap.inc | Retrieve the current page from the cache. |
| update_get_available | modules/update/update.module | Internal helper to try to get the update information from the cache
if possible, and to refresh the cache when necessary. |
| update_project_cache | modules/update/update.compare.inc | Retrieve data from {cache_update} or empty the cache when necessary. |
| variable_init | includes/bootstrap.inc | Load the persistent variable table. |
| _theme_load_registry | includes/theme.inc | Get the theme_registry cache from the database; if it doesn't exist, build
it. |