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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Doutqueue.c545 struct sctp_chunk *chunk, *chunk1; local
579 list_for_each_entry_safe(chunk, chunk1, lqueue, transmitted_list) {
678 list_for_each_entry(chunk1, lqueue, transmitted_list) {
679 if (chunk1->fast_retransmit == SCTP_NEED_FRTX)
680 chunk1->fast_retransmit = SCTP_DONT_FRTX;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_buffer.c1303 const char chunk1[] = "If you have found the answer to such a problem"; local
1307 size_t len1 = strlen(chunk1), len2=strlen(chunk2);
1314 evbuffer_add_reference(buf1, chunk1, len1, ref_done_cb, (void*)111);
1327 tt_int_op(memcmp(chunk1, "If you", 6), ==, 0);
1332 evbuffer_drain(buf1, len1-11-1); /* remove all but one byte of chunk1 */
1337 tt_assert(ref_done_cb_called_with_data == chunk1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2any.cpp1387 TexChunk *chunk1 = new TexChunk(CHUNK_TYPE_STRING); local
1390 chunk1->value = copystring(BigBuffer);
1391 children.Append((wxObject *)chunk1);

Completed in 126 milliseconds