Home
last modified time | relevance | path

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

/php-src/ext/sockets/
H A Dsockets.c1103 zend_long domain, type, checktype, protocol; local
1121 checktype = type;
1123 checktype &= ~(SOCK_CLOEXEC | SOCK_NONBLOCK);
1126 if (checktype > 10) {
2175 zend_long domain, type, checktype, protocol; local
2193 checktype = type;
2195 checktype &= ~(SOCK_CLOEXEC | SOCK_NONBLOCK);
2198 if (checktype > 10) {

Completed in 9 milliseconds