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

30 lines
3.6 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>pattern_regexp</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--vfs--sftpfs--config_parser.c.html#L79'>pattern_regexp</a> 79 src/vfs/sftpfs/config_parser.c mc_search_t *pattern_regexp;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L203'>pattern_regexp</a> 203 src/vfs/sftpfs/config_parser.c if (mc_search_run (config_variables[i].pattern_regexp, buffer, 0, strlen (buffer), NULL))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L213'>pattern_regexp</a> 213 src/vfs/sftpfs/config_parser.c value_offset = mc_search_getstart_result_by_num (config_variables[i].pattern_regexp, 1);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L315'>pattern_regexp</a> 315 src/vfs/sftpfs/config_parser.c mc_search_t *pattern_regexp;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L317'>pattern_regexp</a> 317 src/vfs/sftpfs/config_parser.c pattern_regexp = mc_search_new (host_pattern, NULL);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L318'>pattern_regexp</a> 318 src/vfs/sftpfs/config_parser.c pattern_regexp-&gt;search_type = MC_SEARCH_T_GLOB;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L319'>pattern_regexp</a> 319 src/vfs/sftpfs/config_parser.c pattern_regexp-&gt;is_case_sensitive = FALSE;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L320'>pattern_regexp</a> 320 src/vfs/sftpfs/config_parser.c pattern_regexp-&gt;is_entire_line = TRUE;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L321'>pattern_regexp</a> 321 src/vfs/sftpfs/config_parser.c pattern_block_hit = mc_search_run (pattern_regexp, vpath_element-&gt;host, 0,</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L323'>pattern_regexp</a> 323 src/vfs/sftpfs/config_parser.c mc_search_free (pattern_regexp);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L456'>pattern_regexp</a> 456 src/vfs/sftpfs/config_parser.c config_variables[i].pattern_regexp = mc_search_new (config_variables[i].pattern, NULL);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L457'>pattern_regexp</a> 457 src/vfs/sftpfs/config_parser.c config_variables[i].pattern_regexp-&gt;search_type = MC_SEARCH_T_REGEX;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L458'>pattern_regexp</a> 458 src/vfs/sftpfs/config_parser.c config_variables[i].pattern_regexp-&gt;is_case_sensitive = FALSE;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L474'>pattern_regexp</a> 474 src/vfs/sftpfs/config_parser.c mc_search_free (config_variables[i].pattern_regexp);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L475'>pattern_regexp</a> 475 src/vfs/sftpfs/config_parser.c config_variables[i].pattern_regexp = NULL;</span>
</pre>
</body>
</html>