Searched refs:monitor_cache_t (Results 1 – 1 of 1) sorted by relevance
42 typedef struct monitor_cache_t { struct45 } monitor_cache_t; argument55 monitor_cache_t *cc1 = ( monitor_cache_t * )c1; in monitor_cache_cmp()56 monitor_cache_t *cc2 = ( monitor_cache_t * )c2; in monitor_cache_cmp()72 monitor_cache_t *cc1 = ( monitor_cache_t * )c1; in monitor_cache_dup()73 monitor_cache_t *cc2 = ( monitor_cache_t * )c2; in monitor_cache_dup()89 monitor_cache_t *mc; in monitor_cache_add()95 mc = ( monitor_cache_t * )ch_malloc( sizeof( monitor_cache_t ) ); in monitor_cache_add()150 monitor_cache_t tmp_mc, *mc; in monitor_cache_get()161 mc = ( monitor_cache_t * )ldap_avl_find( mi->mi_cache, in monitor_cache_get()[all …]