Home
last modified time | relevance | path

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

/PHP-8.0/ext/sockets/
H A Dsockets.c2547 zend_long target_pid; local
2551 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &zsocket, socket_ce, &target_pid) == FAILURE) {
2558 if (SOCKET_ERROR == WSADuplicateSocket(socket->bsd_socket, (DWORD)target_pid, &wi)) {

Completed in 15 milliseconds