Home
last modified time | relevance | path

Searched refs:keep_ttl (Results 1 – 7 of 7) sorted by relevance

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/eetcd/src/
H A Deetcd_lease.erl168 handle_info({keep_ttl, Next}, State) ->
169 keep_ttl(Next, State);
218 keep_ttl(Next, State) -> function
238 erlang:send_after(After, self(), {keep_ttl, After}).
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/database/misc/
H A Dredis_data.py144 keep_ttl=dict(type='bool', required=False),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dredis_data.py144 keep_ttl=dict(type='bool', required=False),
/dports/databases/pecl-redis/redis-5.3.5/
H A Dredis_commands.c1328 long exp_set = 0, keep_ttl = 0; in redis_set_cmd() local
1363 keep_ttl = 1; in redis_set_cmd()
1382 } else if (exp_type && keep_ttl) { in redis_set_cmd()
1389 if (expire > 0 && !exp_type && !set_type && !keep_ttl) { in redis_set_cmd()
1395 int argc = 2 + (exp_type ? 2 : 0) + (set_type != NULL) + (keep_ttl != 0); in redis_set_cmd()
1409 if (keep_ttl) in redis_set_cmd()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core.c3235 SWITCH_DECLARE(void) switch_close_extra_files(int *keep, int keep_ttl) in switch_close_extra_files() argument
3242 for (j = 0; j < keep_ttl; j++) { in switch_close_extra_files()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h2759 SWITCH_DECLARE(void) switch_close_extra_files(int *keep, int keep_ttl);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs10087 public static void switch_close_extra_files(SWIGTYPE_p_int keep, int keep_ttl) { in switch_close_extra_files() argument
10088 freeswitchPINVOKE.switch_close_extra_files(SWIGTYPE_p_int.getCPtr(keep), keep_ttl); in switch_close_extra_files()