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

/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_auth.c301 struct sockaddr *new_sockname = NULL; local in function:get_peer_sock_name
304 if ((new_sockname = realloc(sockname, actual_socknamelen)) == NULL)
307 sockname = new_sockname;

Completed in 2 milliseconds