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

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c274 int state_lineno; /* line which last touched state */ member in struct:isc_socket
277 #define _set_state(sock, _state) do { (sock)->state = (_state); (sock)->state_lineno = __LINE__; } while (0)

Completed in 16 milliseconds