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

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c282 typedef struct buflist buflist_t; typedef in typeref:struct:buflist
287 ISC_LINK(buflist_t) link;
304 ISC_LIST(buflist_t) bufferlist; /*%< list of buffers */
946 buflist_t *cpbuffer;
965 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, sizeof(buflist_t));
972 "alloc_buffer %p %d %p %d", cpbuffer, sizeof(buflist_t),
1005 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, sizeof(buflist_t));
1012 "alloc_buffer %p %d %p %d", cpbuffer, sizeof(buflist_t),
2232 buflist_t *buffer;

Completed in 70 milliseconds