Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c494 #undef LINK_MAX
495 #define LINK_MAX 32 macro
650 if(++(*ll) > LINK_MAX) { in tsrm_realpath_r()
912 if (++(*ll) > LINK_MAX || (j = (size_t)php_sys_readlink(tmp, path, MAXPATHLEN)) == (size_t)-1) { in tsrm_realpath_r()

Completed in 9 milliseconds