Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c638 size_t bufindex = 0; in tsrm_realpath_r() local
818 for (bufindex = 0; bufindex + substitutename_off < substitutename_len; bufindex++) { in tsrm_realpath_r()
819 *(path + bufindex) = *(tmp2 + bufindex); in tsrm_realpath_r()
822 *(path + bufindex) = 0; in tsrm_realpath_r()
823 j = bufindex; in tsrm_realpath_r()

Completed in 13 milliseconds