Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_virtual_cwd.c632 size_t bufindex = 0; in tsrm_realpath_r() local
812 for (bufindex = 0; bufindex + substitutename_off < substitutename_len; bufindex++) { in tsrm_realpath_r()
813 *(path + bufindex) = *(tmp2 + bufindex); in tsrm_realpath_r()
816 *(path + bufindex) = 0; in tsrm_realpath_r()
817 j = bufindex; in tsrm_realpath_r()

Completed in 8 milliseconds