Searched refs:replace (Results 1 – 9 of 9) sorted by relevance
| /memcached-1.6.32/t/ |
| D | binary.t | 173 my $rv =()= eval { $mc->replace('j', "ex", 19, 5) }; 179 $mc->replace('j', "ex3", 24, 5); 836 sub replace { subroutine
|
| D | binary-extstore.t | 557 sub replace { subroutine
|
| D | binary-sasl.t | 585 sub replace { subroutine
|
| /memcached-1.6.32/ |
| D | proxy_request.c | 839 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()
|
| D | ChangeLog | 580 * 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
|
| D | Doxyfile | 171 # 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/ |
| D | protocol.txt | 56 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.
|
| D | protocol-binary.txt | 686 Extra data for set/add/replace:
|
| D | Doxyfile | 169 # Doxygen uses this value to replace tabs by spaces in code fragments.
|