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

/freebsd-9.3-release/contrib/ntp/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 */
952 buflist_t *cpbuffer;
971 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, sizeof(buflist_t));
978 "alloc_buffer %p %d %p %d", cpbuffer, sizeof(buflist_t),
1011 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, sizeof(buflist_t));
1018 "alloc_buffer %p %d %p %d", cpbuffer, sizeof(buflist_t),
2269 buflist_t *buffer;

Completed in 45 milliseconds