Searched refs:test_state (Results 1 – 5 of 5) sorted by relevance
13 int test_state; // For testing only. variable43 assert(state_ == test_state); in set_state()99 assert(observed_state_ == test_state); in update()112 subj.set_state(test_state = 123); in main()113 subj.set_state(test_state = 456); in main()
678 TestState *test_state = GetTestState(ssl); in RetryAsync() local681 if (test_state->packeted_bio != nullptr && in RetryAsync()682 PacketedBioAdvanceClock(test_state->packeted_bio)) { in RetryAsync()685 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in RetryAsync()687 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in RetryAsync()700 AsyncBioAllowRead(test_state->async_bio, 1); in RetryAsync()703 AsyncBioAllowWrite(test_state->async_bio, 1); in RetryAsync()706 test_state->cert_ready = true; in RetryAsync()717 TestState *test_state = GetTestState(ssl); in DoRead() local724 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in DoRead()[all …]
36 struct test_state { struct54 static struct test_state g_state; argument
76 test_state: [add_test_state_callback, remove_test_state_callback, property2007 RemoteContext.prototype.test_state = function(data) { method in RemoteContext2054 test_state: RemoteContext.prototype.test_state,
133 // and all test_state's will have phase = TEST.136 repeated NetState test_state = 27; field