Home
last modified time | relevance | path

Searched refs:pattern (Results 1 – 4 of 4) sorted by relevance

/memcached-1.4.29/t/
H A Dchunked-items.t21 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);
/memcached-1.4.29/doc/
H A DDoxyfile475 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
506 # for example use the pattern */test/*
524 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
553 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
554 # basis. Doxygen will compare the file name with each pattern and apply the
556 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
/memcached-1.4.29/
H A DDoxyfile578 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
608 # for example use the pattern */test/*
627 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
657 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
659 # Doxygen will compare the file name with each pattern and apply the
662 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
H A Dtestapp.c58 uint64_t pattern = *ptr; in cache_constructor_test() local
61 return (pattern == constructor_pattern) ? TEST_PASS : TEST_FAIL; in cache_constructor_test()