Searched refs:pattern (Results 1 – 4 of 4) sorted by relevance
21 my $pattern = join(':', @parts);23 my $plen = length($pattern);25 print $sock "set pattern 0 0 $plen\r\n$pattern\r\n";28 mem_get_is($sock, "pattern", $pattern);
475 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp506 # for example use the pattern */test/*524 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp553 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern554 # basis. Doxygen will compare the file name with each pattern and apply the556 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
578 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp608 # for example use the pattern */test/*627 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp657 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern659 # Doxygen will compare the file name with each pattern and apply the662 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
58 uint64_t pattern = *ptr; in cache_constructor_test() local61 return (pattern == constructor_pattern) ? TEST_PASS : TEST_FAIL; in cache_constructor_test()