Files
source/Y/coord_cache.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

27 lines
2.5 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>coord_cache</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L137'>coord_cache</a> 137 src/viewer/coord_cache.c size_t limit = view-&gt;coord_cache-&gt;len;</span>
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L146'>coord_cache</a> 146 src/viewer/coord_cache.c if (cmp_func (coord, coord_cache_index (view-&gt;coord_cache, i)))</span>
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L175'>coord_cache</a> 175 src/viewer/coord_cache.c const GPtrArray *cache = view-&gt;coord_cache;</span>
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L256'>coord_cache</a> 256 src/viewer/coord_cache.c if (view-&gt;coord_cache == NULL)</span>
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L257'>coord_cache</a> 257 src/viewer/coord_cache.c view-&gt;coord_cache = g_ptr_array_new_full (CACHE_CAPACITY_DELTA, g_free);</span>
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L259'>coord_cache</a> 259 src/viewer/coord_cache.c cache = view-&gt;coord_cache;</span>
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L284'>coord_cache</a> 284 src/viewer/coord_cache.c if (i + 1 &lt; view-&gt;coord_cache-&gt;len)</span>
<span class='curline'><a href='../S/src--viewer--internal.h.html#L141'>coord_cache</a> 141 src/viewer/internal.h GPtrArray *coord_cache; // Cache for mapping offsets to cursor positions</span>
<span class='curline'><a href='../S/src--viewer--lib.c.html#L165'>coord_cache</a> 165 src/viewer/lib.c view-&gt;coord_cache = NULL;</span>
<span class='curline'><a href='../S/src--viewer--lib.c.html#L226'>coord_cache</a> 226 src/viewer/lib.c if (view-&gt;coord_cache != NULL)</span>
<span class='curline'><a href='../S/src--viewer--lib.c.html#L228'>coord_cache</a> 228 src/viewer/lib.c g_ptr_array_free (view-&gt;coord_cache, TRUE);</span>
<span class='curline'><a href='../S/src--viewer--lib.c.html#L229'>coord_cache</a> 229 src/viewer/lib.c view-&gt;coord_cache = NULL;</span>
</pre>
</body>
</html>