Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dnet.c161 DWORD dwRetVal = 0; in PHP_FUNCTION() local
177 dwRetVal = GetAdaptersAddresses(family, flags, NULL, pAddresses, &outBufLen); in PHP_FUNCTION()
179 if (NO_ERROR != dwRetVal) { in PHP_FUNCTION()

Completed in 9 milliseconds