Home
last modified time | relevance | path

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

/php-src/ext/spl/tests/
H A DSplFixedArray_setsize_001.phpt2 SPL: FixedArray: setsize - populate array, then shrink
/php-src/main/
H A Dphp_network.h212 static inline bool _php_check_fd_setsize(php_socket_t *max_fd, int setsize) in _php_check_fd_setsize() argument
216 if (setsize + 1 >= FD_SETSIZE) { in _php_check_fd_setsize()
217 _php_emit_fd_setsize_warning(setsize); in _php_check_fd_setsize()
221 (void)(setsize); // Unused in _php_check_fd_setsize()
/php-src/ext/standard/tests/streams/
H A Dgh9590-001.phpt31 --enable-fd-setsize=%d is recommended, but you may want to set it
H A Dgh9590-002.phpt33 --enable-fd-setsize=%d is recommended, but you may want to set it
/php-src/ext/mysqli/tests/
H A Dgh9590.phpt56 --enable-fd-setsize=%d is recommended, but you may want to set it
/php-src/
H A Dconfigure.ac1007 PHP_ARG_ENABLE([fd-setsize],,
1008 [AS_HELP_STRING([--enable-fd-setsize],
1018 AC_MSG_ERROR([Invalid value passed to --enable-fd-setsize!])
/php-src/win32/build/
H A Dconfig.w32335 ARG_ENABLE('fd-setsize', "Set maximum number of sockets for select(2)", "256");

Completed in 12 milliseconds