Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.c631 size_t bufindex = 0; in tsrm_realpath_r() local
811 for (bufindex = 0; bufindex + substitutename_off < substitutename_len; bufindex++) { in tsrm_realpath_r()
812 *(path + bufindex) = *(tmp2 + bufindex); in tsrm_realpath_r()
815 *(path + bufindex) = 0; in tsrm_realpath_r()
816 j = bufindex; in tsrm_realpath_r()

Completed in 8 milliseconds