Home
last modified time | relevance | path

Searched refs:string (Results 1 – 14 of 14) sorted by relevance

/memcached-1.6.32/t/
Dproxyins.lua45 return string.format("SERVER_ERROR idx: %q\r\n", idx)
48 return string.format("SERVER_ERROR str: %s\r\n", str)
51 return string.format("SERVER_ERROR idx: %q\r\n", idx)
54 return string.format("SERVER_ERROR idx: %q\r\n", idx)
64 return string.format("SERVER_ERROR idx: %d %s\r\n", idx, begin)
99 return string.format("SERVER_ERROR exists[%q] matches[%q]\r\n", exists, matches)
102 return string.format("SERVER_ERROR O[%q]: %s t[%q]: %q\r\n",
106 return string.format("SERVER_ERROR O[%q]: %s T[%q]: %q\r\n",
129 return string.format("SERVER_ERROR one[%q] two[%q] three[%q]\r\n",
143 return string.format("SERVER_ERROR O[%q]: %s t[%q]: %q\r\n",
Dproxyslotcache.lua19 if string.find(k, "collect$") then
24 elseif string.find(k, "go$") then
Dproxyustats.lua10 local pfx, f, l = string.match(config, "(%S+)%s*(%S+)%s*(%S+)")
Dstartfile.lua235 local i, j, match = string.find(r:key(), p)
257 local route = l[string.match(r:key(), p)]
Dproxyfuncgen.lua104 local handle = map[string.match(key, p)]
/memcached-1.6.32/
Dproxy_mutator.c99 struct mcp_mut_string string; member
226 struct mcp_mut_string *c = &s->c.string; in mut_step_i()
243 struct mcp_mut_string *c = &s->c.string; in mut_step_n()
249 struct mcp_mut_string *c = &s->c.string; in mut_step_r()
353 struct mcp_mut_string *c = &s->c.string; in mut_step_i()
371 struct mcp_mut_string *c = &s->c.string; in mut_step_n()
377 struct mcp_mut_string *c = &s->c.string; in mut_step_r()
394 struct mcp_mut_string *c = &s->c.string; in mut_step_i()
411 struct mcp_mut_string *c = &s->c.string; in mut_step_n()
417 struct mcp_mut_string *c = &s->c.string; in mut_step_r()
[all …]
Dproxy_inspector.c54 struct mcp_ins_string string; member
127 struct mcp_ins_string *c = &s->c.string; in mcp_inspector_string_i_g()
268 struct mcp_ins_string *c = &s->c.string; in mcp_inspector_keybegin_r()
285 struct mcp_ins_string *c = &s->c.string; in mcp_inspector_keyis_r()
Dproto_proxy.c1566 int string = 0; in dump_registry() local
1578 string++; in dump_registry()
1589 fprintf(stderr, "### STRING\t[%d]\n", string); in dump_registry()
DDoxyfile80 # that is used to form the text in various listings. Each string
221 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
224 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
225 # func(std::string) {}). This also make the inheritance and collaboration
544 # doxygen can produce. The string should contain the $file, $line, and $text
828 # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
830 # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
1192 # are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX.
DChangeLog242 * Add string.h to thread.c to get correctly prototyped strerror()
362 down on string scanning. Split the command processing into
/memcached-1.6.32/m4/
Dc99-backport.m490 case 's': // string
114 char *restrict newvar = "Another string";
117 test_varargs ("s, d' f .", "string", 65, 34.234);
130 .name = L"Test wide string",
/memcached-1.6.32/doc/
Dprotocol-binary.txt545 Key (24-29): The textual string: "Hello"
606 Value (28-32): The textual string "World"
664 Key (28-32): The textual string: "Hello"
665 Value (33-37): The textual string: "World"
779 Key (32-36): The textual string "Hello"
780 Value (37-41): The textual string "World"
885 Key : The textual string "Hello"
1059 Key : Textual string "counter"
1441 Value : Textual string "1.3.1"
1664 Key : The textual string "pid"
[all …]
Dprotocol.txt45 is a text string which should uniquely identify the data for clients
159 Each command sent by a client may be answered with an error string
170 human-readable error string.
175 out the command. <error> is a human-readable error string. In cases
300 the items have been transmitted, the server sends the string
440 the items have been transmitted, the server sends the string
471 - <key> means one key string.
694 - <key> means one key string.
805 - <key> means one key string.
878 - <key> means one key string.
[all …]
DDoxyfile79 # that is used to form the text in various listings. Each string
196 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want to
199 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
200 # func(std::string) {}). This also make the inheritance and collaboration
442 # doxygen can produce. The string should contain the $file, $line, and $text
978 # are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX.