Home
last modified time | relevance | path

Searched refs:netconn_safe (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/wininet/
H A Dwininet_ros.diff37 … LIST_FOR_EACH_ENTRY_SAFE(netconn, netconn_safe, &server->conn_pool, netconn_t, pool_entry) {
H A Dhttp.c237 netconn_t *netconn, *netconn_safe; in collect_connections() local
249 LIST_FOR_EACH_ENTRY_SAFE(netconn, netconn_safe, &server->conn_pool, netconn_t, pool_entry) { in collect_connections()