Searched refs:aob (Results 1 - 6 of 6) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | intersectionAndUnionTypes.js | 12 var aob: A | B; variable 24 x = aob; 28 aob = x; 33 y = aob; 37 aob = y; // Ok 48 var aob;
variable 58 x = aob;
62 aob = x;
66 y = aob;
70 aob [all...] |
/third_party/nghttp2/lib/ |
H A D | nghttp2_session.c | 406 static void active_outbound_item_reset(nghttp2_active_outbound_item *aob, in active_outbound_item_reset() argument 409 DEBUGF("send: aob->item = %p\n", aob->item); in active_outbound_item_reset() 410 nghttp2_outbound_item_free(aob->item, mem); in active_outbound_item_reset() 411 nghttp2_mem_free(mem, aob->item); in active_outbound_item_reset() 412 aob->item = NULL; in active_outbound_item_reset() 413 nghttp2_bufs_reset(&aob->framebufs); in active_outbound_item_reset() 414 aob->state = NGHTTP2_OB_POP_ITEM; in active_outbound_item_reset() 613 rv = nghttp2_bufs_init3(&(*session_ptr)->aob.framebufs, in session_new() 622 active_outbound_item_reset(&(*session_ptr)->aob, me in session_new() 2225 nghttp2_active_outbound_item *aob; session_headers_add_pad() local 2858 nghttp2_active_outbound_item *aob = &session->aob; session_after_frame_sent1() local 3116 nghttp2_active_outbound_item *aob = &session->aob; session_after_frame_sent2() local 3217 nghttp2_active_outbound_item *aob; nghttp2_session_mem_send_internal() local [all...] |
H A D | nghttp2_session.h | 224 nghttp2_active_outbound_item aob; member
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_session.c | 406 static void active_outbound_item_reset(nghttp2_active_outbound_item *aob, in active_outbound_item_reset() argument 409 DEBUGF("send: aob->item = %p\n", aob->item); in active_outbound_item_reset() 410 nghttp2_outbound_item_free(aob->item, mem); in active_outbound_item_reset() 411 nghttp2_mem_free(mem, aob->item); in active_outbound_item_reset() 412 aob->item = NULL; in active_outbound_item_reset() 413 nghttp2_bufs_reset(&aob->framebufs); in active_outbound_item_reset() 414 aob->state = NGHTTP2_OB_POP_ITEM; in active_outbound_item_reset() 608 rv = nghttp2_bufs_init3(&(*session_ptr)->aob.framebufs, in session_new() 617 active_outbound_item_reset(&(*session_ptr)->aob, me in session_new() 2220 nghttp2_active_outbound_item *aob; session_headers_add_pad() local 2853 nghttp2_active_outbound_item *aob = &session->aob; session_after_frame_sent1() local 3111 nghttp2_active_outbound_item *aob = &session->aob; session_after_frame_sent2() local 3212 nghttp2_active_outbound_item *aob; nghttp2_session_mem_send_internal() local [all...] |
H A D | nghttp2_session.h | 220 nghttp2_active_outbound_item aob; member
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_session_test.c | 5232 nghttp2_active_outbound_item *aob; in test_nghttp2_submit_data() local 5242 aob = &session->aob; in test_nghttp2_submit_data() 5243 framebufs = &aob->framebufs; in test_nghttp2_submit_data() 5252 frame = &aob->item->frame; in test_nghttp2_submit_data() 5260 CU_ASSERT(NGHTTP2_FLAG_END_STREAM == aob->item->aux_data.data.flags); in test_nghttp2_submit_data() 5272 nghttp2_active_outbound_item *aob; in test_nghttp2_submit_data_read_length_too_large() local 5284 aob = &session->aob; in test_nghttp2_submit_data_read_length_too_large() 5285 framebufs = &aob in test_nghttp2_submit_data_read_length_too_large() 5352 nghttp2_active_outbound_item *aob; test_nghttp2_submit_data_read_length_smallest() local [all...] |
Completed in 19 milliseconds