Searched refs:active_state (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dpacket.c203 static struct session_state *active_state, *backup_state; variable in typeref:struct:session_state
231 if (active_state == NULL)
232 active_state = alloc_session_state();
233 active_state->connection_in = fd_in;
234 active_state->connection_out = fd_out;
235 cipher_init(&active_state->send_context, none, (const u_char *)"",
237 cipher_init(&active_state->receive_context, none, (const u_char *)"",
239 active_state->newkeys[MODE_IN] = active_state->newkeys[MODE_OUT] = NULL;
240 if (!active_state
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1126 SetStopHookActiveStateByID (lldb::user_id_t uid, bool active_state);
1129 SetAllStopHooksActiveState (bool active_state);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2020 Target::SetStopHookActiveStateByID (lldb::user_id_t user_id, bool active_state) argument
2027 (*specified_hook_iter).second->SetIsActive (active_state);
2032 Target::SetAllStopHooksActiveState (bool active_state) argument
2037 (*pos).second->SetIsActive (active_state);

Completed in 118 milliseconds