Searched refs:dtablesize (Results 1 – 1 of 1) sorted by relevance
294 int dtablesize; in php_stream_url_wrap_php() local319 dtablesize = getdtablesize(); in php_stream_url_wrap_php()321 dtablesize = INT_MAX; in php_stream_url_wrap_php()324 if (fildes_ori < 0 || fildes_ori >= dtablesize) { in php_stream_url_wrap_php()326 "The file descriptors must be non-negative numbers smaller than %d", dtablesize); in php_stream_url_wrap_php()
Completed in 6 milliseconds