Home
last modified time | relevance | path

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

/php-src/win32/
H A Dioutil.c541 size_t ret_len, len_adjust = 0, pathw_len; in php_win32_ioutil_dirname() local
561 len_adjust += 2; in php_win32_ioutil_dirname()
577 return 1 + len_adjust; in php_win32_ioutil_dirname()
588 return 1 + len_adjust; in php_win32_ioutil_dirname()
599 return 1 + len_adjust; in php_win32_ioutil_dirname()
/php-src/Zend/
H A Dzend_compile.c2173 unsigned int len_adjust = 0; in zend_dirname() local
2182 len_adjust += 2; in zend_dirname()
2206 return 1 + len_adjust; in zend_dirname()
2217 return 1 + len_adjust; in zend_dirname()
2227 return 1 + len_adjust; in zend_dirname()
2231 return (size_t)(end + 1 - path) + len_adjust; in zend_dirname()

Completed in 35 milliseconds