Searched defs:buflist_t (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/win32/
H A Dsocket.c283 typedef struct buflist buflist_t; typedef in typeref:struct:buflist
288 ISC_LINK(buflist_t) link;
305 ISC_LIST(buflist_t) bufferlist; /*%< list of buffers */
965 buflist_t *cpbuffer;
984 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, sizeof(buflist_t));
991 "alloc_buffer %p %d %p %d", cpbuffer, sizeof(buflist_t),
1025 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, sizeof(buflist_t));
1032 "alloc_buffer %p %d %p %d", cpbuffer, sizeof(buflist_t),
2317 buflist_t *buffer;

Completed in 24 milliseconds