Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 9 of 9) sorted by relevance

/memcached-1.6.32/t/
Dbinary.t173 my $rv =()= eval { $mc->replace('j', "ex", 19, 5) };
179 $mc->replace('j', "ex3", 24, 5);
836 sub replace { subroutine
Dbinary-extstore.t557 sub replace { subroutine
Dbinary-sasl.t585 sub replace { subroutine
/memcached-1.6.32/
Dproxy_request.c839 bool replace = false; in mcplib_request_flag_token() local
850 replace = true; in mcplib_request_flag_token()
870 if (replace) { in mcplib_request_flag_token()
DChangeLog580 * make 'delete' take second arg, of time to refuse new add/replace
581 * set/add/replace/delete can all take abs or delta time (delta can't
DDoxyfile171 # Doxygen uses this value to replace tabs by spaces in code fragments.
243 # will make doxygen to replace the get and set methods by a property in the
/memcached-1.6.32/doc/
Dprotocol.txt56 Storage commands (there are six: "set", "add", "replace", "append"
86 large number of high level commands. These commands completely replace the
94 existing commands continue to work. The meta commands will not replace
212 - <command name> is "set", "add", "replace", "append" or "prepend"
219 "replace" means "store this data, but only if the server *does*
279 condition for an "add" or a "replace" command wasn't met.
498 memcached. Based on the flags supplied, it can replace all of the commands:
689 on the flags supplied, it can replace all storage commands (see token M) as
740 - M(token): mode switch to change behavior to add, replace, append, prepend
783 R: "replace" command. Set only if item already exists.
Dprotocol-binary.txt686 Extra data for set/add/replace:
DDoxyfile169 # Doxygen uses this value to replace tabs by spaces in code fragments.