Home
last modified time | relevance | path

Searched defs:noreply (Results 1 – 25 of 92) sorted by relevance

1234

/dports/databases/py-pymemcache/pymemcache-3.5.0/pymemcache/
H A Dfallback.py56 def set(self, key, value, expire=0, noreply=True): argument
59 def add(self, key, value, expire=0, noreply=True): argument
62 def replace(self, key, value, expire=0, noreply=True): argument
65 def append(self, key, value, expire=0, noreply=True): argument
68 def prepend(self, key, value, expire=0, noreply=True): argument
71 def cas(self, key, value, cas, expire=0, noreply=True): argument
102 def delete(self, key, noreply=True): argument
105 def incr(self, key, value, noreply=True): argument
108 def decr(self, key, value, noreply=True): argument
111 def touch(self, key, expire=0, noreply=True): argument
[all …]
/dports/databases/py-pymemcache/pymemcache-3.5.0/pymemcache/test/
H A Dutils.py86 def set(self, key, value, expire=0, noreply=True, flags=None): argument
103 def set_many(self, values, expire=0, noreply=True, flags=None): argument
113 def incr(self, key, value, noreply=False): argument
120 def decr(self, key, value, noreply=False): argument
127 def add(self, key, value, expire=0, noreply=True, flags=None): argument
134 def delete(self, key, noreply=True): argument
140 def delete_many(self, keys, noreply=True): argument
145 def prepend(self, key, value, expire=0, noreply=True, flags=None): argument
157 def append(self, key, value, expire=0, noreply=True, flags=None): argument
203 def touch(self, key, expire=0, noreply=True): argument
[all …]
/dports/databases/py-pymemcache/pymemcache-3.5.0/pymemcache/client/
H A Dbase.py673 def delete(self, key, noreply=None): argument
698 def delete_many(self, keys, noreply=None): argument
730 def incr(self, key, value, noreply=False): argument
756 def decr(self, key, value, noreply=False): argument
782 def touch(self, key, expire=0, noreply=None): argument
867 def flush_all(self, delay=0, noreply=None): argument
1326 def delete(self, key, noreply=None): argument
1330 def delete_many(self, keys, noreply=None): argument
1341 def incr(self, key, value, noreply=False): argument
1345 def decr(self, key, value, noreply=False): argument
[all …]
/dports/databases/py-python-memcached/python-memcached-1.59/
H A Dmemcache.py252 def _encode_cmd(self, cmd, key, headers, noreply, *args): argument
520 def delete(self, key, time=None, noreply=False): argument
533 def touch(self, key, time=0, noreply=False): argument
548 def _deletetouch(self, expected, cmd, key, time=0, noreply=False): argument
577 def incr(self, key, delta=1, noreply=False): argument
610 def decr(self, key, delta=1, noreply=False): argument
628 def _incrdecr(self, cmd, key, delta, noreply=False): argument
651 def add(self, key, val, time=0, min_compress_len=0, noreply=False): argument
695 def set(self, key, val, time=0, min_compress_len=0, noreply=False): argument
729 def cas(self, key, val, time=0, min_compress_len=0, noreply=False): argument
[all …]
/dports/databases/p5-Cache-Memcached-Fast/Cache-Memcached-Fast-0.27/
H A DFast.xs57 double weight, int noreply) in add_server()
110 int noreply = 0; in parse_server() local
818 int i, noreply; variable
1087 int noreply; variable
1128 int i, noreply; variable
1217 int noreply; variable
1257 int i, noreply; variable
1348 int noreply; variable
1388 int i, noreply; variable
1474 int noreply; variable
/dports/devel/elixir-exactor/exactor-2.2.4/lib/exactor/
H A Dresponders.ex111 defmacro noreply(timeout \\ nil) do macro
/dports/mail/dovecot/dovecot-2.3.17/src/lib-program-client/
H A Dprogram-client-remote.c263 bool noreply:1; member
623 bool noreply) in program_client_unix_create()
648 bool noreply) in program_client_net_create()
675 bool noreply) in program_client_net_create_ips()
/dports/net/kamailio/kamailio-5.4.5/src/modules/tm/
H A Dt_cancel.h98 inline short static prepare_cancel_branch( struct cell *t, int b, int noreply ) in prepare_cancel_branch()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-passwords.c82 guint noreply:1; /* supress replies; when calling member
371 gint noreply = msg->noreply; in pass_response() local
460 guint noreply = msg->noreply; in ep_ask_password() local
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/clients/
H A Dmemcapable.cc1324 static enum test_return test_ascii_set_impl(const char* key, bool noreply) in test_ascii_set_impl()
1349 static enum test_return test_ascii_add_impl(const char* key, bool noreply) in test_ascii_add_impl()
1574 static enum test_return test_ascii_replace_impl(const char* key, bool noreply) in test_ascii_replace_impl()
1613 static enum test_return test_ascii_cas_impl(const char* key, bool noreply) in test_ascii_cas_impl()
1658 static enum test_return test_ascii_delete_impl(const char *key, bool noreply) in test_ascii_delete_impl()
1784 static enum test_return test_ascii_incr_impl(const char* key, bool noreply) in test_ascii_incr_impl()
1820 static enum test_return test_ascii_decr_impl(const char* key, bool noreply) in test_ascii_decr_impl()
1872 static enum test_return test_ascii_flush_impl(const char *key, bool noreply) in test_ascii_flush_impl()
1912 bool noreply) in test_ascii_concat_impl()
/dports/databases/libmemcached/libmemcached-1.0.18/clients/
H A Dmemcapable.cc1324 static enum test_return test_ascii_set_impl(const char* key, bool noreply) in test_ascii_set_impl()
1349 static enum test_return test_ascii_add_impl(const char* key, bool noreply) in test_ascii_add_impl()
1574 static enum test_return test_ascii_replace_impl(const char* key, bool noreply) in test_ascii_replace_impl()
1613 static enum test_return test_ascii_cas_impl(const char* key, bool noreply) in test_ascii_cas_impl()
1658 static enum test_return test_ascii_delete_impl(const char *key, bool noreply) in test_ascii_delete_impl()
1784 static enum test_return test_ascii_incr_impl(const char* key, bool noreply) in test_ascii_incr_impl()
1820 static enum test_return test_ascii_decr_impl(const char* key, bool noreply) in test_ascii_decr_impl()
1872 static enum test_return test_ascii_flush_impl(const char *key, bool noreply) in test_ascii_flush_impl()
1912 bool noreply) in test_ascii_concat_impl()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_mirror_queue_coordinator.erl464 noreply(State) -> function
/dports/devel/dbus/dbus-1.12.20/tools/
H A Ddbus-echo.c40 static dbus_bool_t noreply = FALSE; variable
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/et/src/
H A Det_collector.erl1288 noreply(#state{subscribers = []} = S) -> function
1290 noreply(S) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/et/src/
H A Det_collector.erl1288 noreply(#state{subscribers = []} = S) -> function
1290 noreply(S) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/et/src/
H A Det_collector.erl1290 noreply(#state{subscribers = []} = S) -> function
1292 noreply(S) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/et/src/
H A Det_collector.erl1288 noreply(#state{subscribers = []} = S) -> function
1290 noreply(S) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/et/src/
H A Det_collector.erl1288 noreply(#state{subscribers = []} = S) -> function
1290 noreply(S) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/et/src/
H A Det_collector.erl1290 noreply(#state{subscribers = []} = S) -> function
1292 noreply(S) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/et/src/
H A Det_collector.erl1288 noreply(#state{subscribers = []} = S) -> function
1290 noreply(S) -> function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_amqp1_0/src/
H A Drabbit_amqp1_0_session_process.erl202 noreply(State) -> function
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/task/
H A Dsupervised.ex63 def noreply(owner, callers, mfa) do function
/dports/devel/py-pyro/Pyro4-4.77/examples/benchmark/
H A Dbench.py21 def noreply(self, arg): member in bench
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/task/
H A Dsupervised.ex64 def noreply(owner, callers, mfa) do function
/dports/mail/dovecot/dovecot-2.3.17/src/util/
H A Dscript.c79 bool header_complete = FALSE, noreply = FALSE; in parse_input() local

1234