Home
last modified time | relevance | path

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

/php-src/win32/
H A Dioutil.c524 size_t ret_len, len_adjust = 0, pathw_len; in php_win32_ioutil_dirname() local
544 len_adjust += 2; in php_win32_ioutil_dirname()
560 return 1 + len_adjust; in php_win32_ioutil_dirname()
571 return 1 + len_adjust; in php_win32_ioutil_dirname()
582 return 1 + len_adjust; in php_win32_ioutil_dirname()
/php-src/Zend/
H A Dzend_compile.c2118 unsigned int len_adjust = 0; in zend_dirname() local
2127 len_adjust += 2; in zend_dirname()
2151 return 1 + len_adjust; in zend_dirname()
2162 return 1 + len_adjust; in zend_dirname()
2172 return 1 + len_adjust; in zend_dirname()
2176 return (size_t)(end + 1 - path) + len_adjust; in zend_dirname()

Completed in 63 milliseconds