Home
last modified time | relevance | path

Searched refs:cache_link (Results 1 – 25 of 32) sorted by relevance

12

/dports/graphics/mapcache/mapcache-1.10.0/lib/
H A Dcache_composite.c66 …mapcache_cache_composite_cache_link *cache_link = APR_ARRAY_IDX(cache->cache_links,i,mapcache_cach… in _mapcache_composite_cache_get() local
67 if(cache_link->minzoom != -1 && tile->z < cache_link->minzoom) continue; in _mapcache_composite_cache_get()
68 if(cache_link->maxzoom != -1 && tile->z > cache_link->maxzoom) continue; in _mapcache_composite_cache_get()
69 if(cache_link->grids) { in _mapcache_composite_cache_get()
71 for(j=0;j<cache_link->grids->nelts;j++) { in _mapcache_composite_cache_get()
72 char *grid_name = APR_ARRAY_IDX(cache_link->grids,j,char*); in _mapcache_composite_cache_get()
77 if(j == cache_link->grids->nelts) continue; in _mapcache_composite_cache_get()
79 if(cache_link->dimensions) { in _mapcache_composite_cache_get()
80 const apr_array_header_t *array = apr_table_elts(cache_link->dimensions); in _mapcache_composite_cache_get()
98 return cache_link->cache; in _mapcache_composite_cache_get()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/rxrpc/
H A Dconn_client.c564 if (!list_empty(&conn->cache_link)) { in rxrpc_unidle_conn()
567 if (!list_empty(&conn->cache_link)) { in rxrpc_unidle_conn()
568 list_del_init(&conn->cache_link); in rxrpc_unidle_conn()
878 list_move_tail(&conn->cache_link, &rxnet->idle_client_conns); in rxrpc_disconnect_client_call()
1015 struct rxrpc_connection, cache_link); in rxrpc_discard_expired_client_conns()
1037 list_del_init(&conn->cache_link); in rxrpc_discard_expired_client_conns()
1099 cache_link) { in rxrpc_clean_up_local_conns()
1102 list_move(&conn->cache_link, &graveyard); in rxrpc_clean_up_local_conns()
1110 struct rxrpc_connection, cache_link); in rxrpc_clean_up_local_conns()
1111 list_del_init(&conn->cache_link); in rxrpc_clean_up_local_conns()
H A Dconn_object.c43 INIT_LIST_HEAD(&conn->cache_link); in rxrpc_alloc_connection()
240 ASSERT(list_empty(&conn->cache_link)); in rxrpc_kill_connection()
/dports/multimedia/libv4l/linux-5.13-rc2/net/rxrpc/
H A Dconn_client.c564 if (!list_empty(&conn->cache_link)) { in rxrpc_unidle_conn()
567 if (!list_empty(&conn->cache_link)) { in rxrpc_unidle_conn()
568 list_del_init(&conn->cache_link); in rxrpc_unidle_conn()
878 list_move_tail(&conn->cache_link, &rxnet->idle_client_conns); in rxrpc_disconnect_client_call()
1015 struct rxrpc_connection, cache_link); in rxrpc_discard_expired_client_conns()
1037 list_del_init(&conn->cache_link); in rxrpc_discard_expired_client_conns()
1099 cache_link) { in rxrpc_clean_up_local_conns()
1102 list_move(&conn->cache_link, &graveyard); in rxrpc_clean_up_local_conns()
1110 struct rxrpc_connection, cache_link); in rxrpc_clean_up_local_conns()
1111 list_del_init(&conn->cache_link); in rxrpc_clean_up_local_conns()
H A Dconn_object.c43 INIT_LIST_HEAD(&conn->cache_link); in rxrpc_alloc_connection()
240 ASSERT(list_empty(&conn->cache_link)); in rxrpc_kill_connection()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/rxrpc/
H A Dconn_client.c564 if (!list_empty(&conn->cache_link)) { in rxrpc_unidle_conn()
567 if (!list_empty(&conn->cache_link)) { in rxrpc_unidle_conn()
568 list_del_init(&conn->cache_link); in rxrpc_unidle_conn()
878 list_move_tail(&conn->cache_link, &rxnet->idle_client_conns); in rxrpc_disconnect_client_call()
1015 struct rxrpc_connection, cache_link); in rxrpc_discard_expired_client_conns()
1037 list_del_init(&conn->cache_link); in rxrpc_discard_expired_client_conns()
1099 cache_link) { in rxrpc_clean_up_local_conns()
1102 list_move(&conn->cache_link, &graveyard); in rxrpc_clean_up_local_conns()
1110 struct rxrpc_connection, cache_link); in rxrpc_clean_up_local_conns()
1111 list_del_init(&conn->cache_link); in rxrpc_clean_up_local_conns()
H A Dconn_object.c43 INIT_LIST_HEAD(&conn->cache_link); in rxrpc_alloc_connection()
240 ASSERT(list_empty(&conn->cache_link)); in rxrpc_kill_connection()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/fscache/
H A Dcache.c262 list_add_tail(&ifsdef->cache_link, &cache->object_list); in fscache_add_cache()
335 struct fscache_object, cache_link); in fscache_withdraw_all_objects()
336 list_move_tail(&object->cache_link, dying_objects); in fscache_withdraw_all_objects()
H A Dcookie.c595 if (list_empty(&object->cache_link)) { in fscache_attach_object()
597 list_add(&object->cache_link, &cache->object_list); in fscache_attach_object()
H A Dobject.c313 INIT_LIST_HEAD(&object->cache_link); in fscache_object_init()
741 list_del_init(&object->cache_link); in fscache_drop_object()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/fscache/
H A Dcache.c262 list_add_tail(&ifsdef->cache_link, &cache->object_list); in fscache_add_cache()
335 struct fscache_object, cache_link); in fscache_withdraw_all_objects()
336 list_move_tail(&object->cache_link, dying_objects); in fscache_withdraw_all_objects()
H A Dcookie.c595 if (list_empty(&object->cache_link)) { in fscache_attach_object()
597 list_add(&object->cache_link, &cache->object_list); in fscache_attach_object()
H A Dobject.c313 INIT_LIST_HEAD(&object->cache_link); in fscache_object_init()
741 list_del_init(&object->cache_link); in fscache_drop_object()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/fscache/
H A Dcache.c262 list_add_tail(&ifsdef->cache_link, &cache->object_list); in fscache_add_cache()
335 struct fscache_object, cache_link); in fscache_withdraw_all_objects()
336 list_move_tail(&object->cache_link, dying_objects); in fscache_withdraw_all_objects()
H A Dcookie.c595 if (list_empty(&object->cache_link)) { in fscache_attach_object()
597 list_add(&object->cache_link, &cache->object_list); in fscache_attach_object()
H A Dobject.c313 INIT_LIST_HEAD(&object->cache_link); in fscache_object_init()
741 list_del_init(&object->cache_link); in fscache_drop_object()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/locale/
H A Dsetlocale.c73 SLIST_FOREACH(old_cache, &caches, cache_link) { in _setlocale_cache()
121 SLIST_INSERT_HEAD(&caches, cache, cache_link); in _setlocale_cache()
H A Dsetlocale_local.h48 SLIST_ENTRY(_locale_cache_t) cache_link;
/dports/x11-toolkits/pango/pango-1.48.11/pango/
H A Dpangofc-fontmap.c1109 GList *cache_link; member
2165 if (fontset->cache_link) in pango_fc_fontset_cache()
2167 if (fontset->cache_link == cache->head) in pango_fc_fontset_cache()
2172 if (fontset->cache_link == cache->tail) in pango_fc_fontset_cache()
2173 cache->tail = fontset->cache_link->prev; in pango_fc_fontset_cache()
2175 cache->head = g_list_remove_link (cache->head, fontset->cache_link); in pango_fc_fontset_cache()
2185 tmp_fontset->cache_link = NULL; in pango_fc_fontset_cache()
2189 fontset->cache_link = g_list_prepend (NULL, fontset); in pango_fc_fontset_cache()
2192 g_queue_push_head_link (cache, fontset->cache_link); in pango_fc_fontset_cache()
/dports/sysutils/fusefs-sshfs/sshfs-sshfs-3.7.2/
H A Dcache.c462 static int cache_link(const char *from, const char *to) in cache_link() function
538 cache_oper->link = oper->link ? cache_link : NULL; in cache_fill()
/dports/sysutils/fusefs-curlftpfs/curlftpfs-0.9.2/
H A Dcache.c371 static int cache_link(const char *from, const char *to) in cache_link() function
510 cache_oper.link = oper->oper.link ? cache_link : NULL; in cache_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dfscache-cache.h379 struct list_head cache_link; /* link in cache->object_list */ member
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dfscache-cache.h379 struct list_head cache_link; /* link in cache->object_list */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dfscache-cache.h379 struct list_head cache_link; /* link in cache->object_list */ member
/dports/www/searx/searx-1.0.0/searx/static/themes/simple/less/
H A Dstyle.less169 .cache_link, .proxyfied_link {

12