Searched refs:io_source_ccache (Results 1 – 5 of 5) sorted by relevance
189 cc_int32 ccs_ccache_swap_contents (ccs_ccache_t io_source_ccache, in ccs_ccache_swap_contents() argument195 if (!io_source_ccache ) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_swap_contents()202 *io_destination_ccache = *io_source_ccache; in ccs_ccache_swap_contents()203 *io_source_ccache = temp_ccache; in ccs_ccache_swap_contents()206 io_source_ccache->identifier = io_destination_ccache->identifier; in ccs_ccache_swap_contents()209 io_source_ccache->name = io_destination_ccache->name; in ccs_ccache_swap_contents()214 err = ccs_ccache_changed (io_source_ccache, io_cache_collection); in ccs_ccache_swap_contents()
42 cc_int32 ccs_ccache_swap_contents (ccs_ccache_t io_source_ccache,
66 cc_int32 ccapi_ccache_move (cc_ccache_t io_source_ccache,
449 cc_int32 ccapi_ccache_move (cc_ccache_t io_source_ccache, in ccapi_ccache_move() argument453 cci_ccache_t source_ccache = (cci_ccache_t) io_source_ccache; in ccapi_ccache_move()457 if (!io_source_ccache ) { err = cci_check_error (ccErrBadParam); } in ccapi_ccache_move()
1079 cc_int32 (*move) (cc_ccache_t io_source_ccache,