Lines Matching defs:cp

252 #define DC_SCHEDULE_FOR_DELETE_BEHIND(cp) \  argument
255 #define DC_MATCH_SAVED_CURRENT_KEY(cp, cache_key) \ argument
258 #define DC_IS_SCHEDULED_FOR_DELETE_BEHIND(cp) \ argument
262 #define DC_CANCEL_DELETE_BEHIND(cp) \ argument
272 const char *dict_cache_lookup(DICT_CACHE *cp, const char *cache_key) in dict_cache_lookup()
304 int dict_cache_update(DICT_CACHE *cp, const char *cache_key, in dict_cache_update()
331 int dict_cache_delete(DICT_CACHE *cp, const char *cache_key) in dict_cache_delete()
363 int dict_cache_sequence(DICT_CACHE *cp, int first_next, in dict_cache_sequence()
444 static void dict_cache_delete_behind_reset(DICT_CACHE *cp) in dict_cache_delete_behind_reset()
455 static void dict_cache_clean_stat_log_reset(DICT_CACHE *cp, in dict_cache_clean_stat_log_reset()
469 DICT_CACHE *cp = (DICT_CACHE *) cache_context; in dict_cache_clean_event() local
541 void dict_cache_control(DICT_CACHE *cp,...) in dict_cache_control()
626 DICT_CACHE *cp; in dict_cache_open() local
659 void dict_cache_close(DICT_CACHE *cp) in dict_cache_close()
682 const char *dict_cache_name(DICT_CACHE *cp) in dict_cache_name()
777 static void make_tagged_key(VSTRING *bp, DICT_CACHE_SREQ *cp) in make_tagged_key()
793 DICT_CACHE_SREQ *cp; in create_requests() local
815 DICT_CACHE_SREQ *cp; in reset_requests() local
847 DICT_CACHE_SREQ *cp; in run_requests() local
880 DICT_CACHE_SREQ *cp; in show_status() local
905 static void query_action(DICT_CACHE_SREQ *cp, DICT_CACHE *dp, VSTRING *bp) in query_action()
924 static void update_action(DICT_CACHE_SREQ *cp, DICT_CACHE *dp, VSTRING *bp) in update_action()
938 static void delete_action(DICT_CACHE_SREQ *cp, DICT_CACHE *dp, VSTRING *bp) in delete_action()
952 static void iter_action(DICT_CACHE_SREQ *cp, DICT_CACHE *dp, VSTRING *bp) in iter_action()
1011 DICT_CACHE_SREQ *cp; in add_request() local