Searched refs:SocketEntry (Results 1 – 1 of 1) sorted by relevance
114 } SocketEntry; typedef116 static SocketEntry*120 SocketEntry *se; in socket_entry_new()123 se = xmalloc (sizeof (SocketEntry)); in socket_entry_new()142 free_socket_entry (SocketEntry *se) in free_socket_entry()154 free_socket_entries (SocketEntry** entries, in free_socket_entries()169 SocketEntry ***entries_p, in read_sockets()174 SocketEntry **entries; in read_sockets()180 entries = xmalloc (sizeof (SocketEntry*) * allocated); in read_sockets()192 SocketEntry *se; in read_sockets()[all …]