- FileSaveUploadTest::testHandleDangerousFile in modules/simpletest/ tests/ file.test 
- Test dangerous file handling.
- filter_set_format_tempstore in modules/filter/ filter.module 
- Store changes to a format in the temporary store.
- form_set_cache in includes/form.inc 
- Stores a form in the cache.
- image_style_save_allowed_uris in modules/image/ image.module 
- Shutdown callback used to save the whitelist of requested image styles.
- layout_flexible_tempstore_set in modules/layout/ layout.module 
- Store changes to a flexible layout template in the temporary store.
- layout_set_layout_tempstore in modules/layout/ layout.module 
- Store changes to a layout or menu item in the temporary store.
- node_set_node_tempstore in modules/node/ node.module 
- Store changes to a node or menu item in the temporary store.
- SessionTestCase::testSessionWrite in modules/simpletest/ tests/ session.test 
- Test that sessions are only saved when necessary.
- UserLoginTestCase::testPasswordRehashOnLogin in modules/user/ tests/ user.test 
- Test that user password is re-hashed upon login after changing $count_log2.
- views_ui_cache_set in modules/views_ui/ views_ui.module 
- Specialized cache function to add a flag to our view, include an appropriate include, and cache more easily.