Home
last modified time | relevance | path

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

/dports/databases/p5-Cache-Memcached-Fast/Cache-Memcached-Fast-0.27/src/
H A Dclient.c115 int nowait_count; member
157 state->nowait_count = 0; in command_state_init()
194 state->nowait_count = 0; in command_state_reinit()
1186 s->cmd_state.nowait_count = 0; in client_mark_failed()
1339 if (state->nowait_count) in parse_reply()
1414 if (state->nowait_count > 0) in process_reply()
1416 --state->nowait_count; in process_reply()
1436 state->nowait_count += state->prepared_nowait_count; in state_prepare()
1504 || state->nowait_count > 0); in client_execute()
2198 if (state->nowait_count == 0) in client_nowait_push()
[all …]