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

21 lines
1.4 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>semi_ptr</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/lib--serialize.c.html#L84'>semi_ptr</a> 84 lib/serialize.c const char *semi_ptr = strchr (non_serialized_data + 1, SRLZ_DELIM_C);</span>
<span class='curline'><a href='../S/lib--serialize.c.html#L86'>semi_ptr</a> 86 lib/serialize.c calculated_offset = (semi_ptr - non_serialized_data) + 1 + strlen (already_serialized_part);</span>
<span class='curline'><a href='../S/lib--serialize.c.html#L152'>semi_ptr</a> 152 lib/serialize.c char *semi_ptr;</span>
<span class='curline'><a href='../S/lib--serialize.c.html#L155'>semi_ptr</a> 155 lib/serialize.c semi_ptr = strchr (data + 1, SRLZ_DELIM_C);</span>
<span class='curline'><a href='../S/lib--serialize.c.html#L156'>semi_ptr</a> 156 lib/serialize.c if (semi_ptr == NULL)</span>
<span class='curline'><a href='../S/lib--serialize.c.html#L162'>semi_ptr</a> 162 lib/serialize.c semi_offset = semi_ptr - (data + 1);</span>
</pre>
</body>
</html>