Lines Matching refs:dataframe
2555 } dataframe = { { /*(big-endian numbers)*/
2564 dataframe.u[2] = htonl(r->h2id);
2597 dataframe.c[3] = (len >> 16) & 0xFF; /*(off +3 to skip over align pad)*/
2598 dataframe.c[4] = (len >> 8) & 0xFF;
2599 dataframe.c[5] = (len ) & 0xFF;
2602 (const char *)dataframe.c+3, sizeof(dataframe)-3);
2605 memcpy(ptr, dataframe.c+3, sizeof(dataframe)-3);
2606 memcpy(ptr+sizeof(dataframe)-3, data, len);
2607 ptr += len + sizeof(dataframe)-3;
2629 } dataframe = { { /*(big-endian numbers)*/ in h2_send_cqdata() local
2638 dataframe.u[2] = htonl(r->h2id); in h2_send_cqdata()
2685 dataframe.c[3] = (len >> 16) & 0xFF; /*(+3 to skip align pad)*/ in h2_send_cqdata()
2686 dataframe.c[4] = (len >> 8) & 0xFF; in h2_send_cqdata()
2687 dataframe.c[5] = (len ) & 0xFF; in h2_send_cqdata()
2688 memcpy(b->ptr,(const char *)dataframe.c+3, sizeof(dataframe)-3); in h2_send_cqdata()
2704 dataframe.c[3] = (len >> 16) & 0xFF; /*(off +3 to skip over align pad)*/ in h2_send_cqdata()
2705 dataframe.c[4] = (len >> 8) & 0xFF; in h2_send_cqdata()
2706 dataframe.c[5] = (len ) & 0xFF; in h2_send_cqdata()
2708 (const char *)dataframe.c+3, sizeof(dataframe)-3); in h2_send_cqdata()
2725 } dataframe = { { /*(big-endian numbers)*/ in h2_send_end_stream_data() local
2734 dataframe.u[2] = htonl(r->h2id); in h2_send_end_stream_data()
2737 (const char *)dataframe.c+3, sizeof(dataframe)-3); in h2_send_end_stream_data()