Home
last modified time | relevance | path

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

/php-src/win32/
H A Dioutil.c542 size_t ret_len, len_adjust = 0, pathw_len; in php_win32_ioutil_dirname() local
562 len_adjust += 2; in php_win32_ioutil_dirname()
578 return 1 + len_adjust; in php_win32_ioutil_dirname()
589 return 1 + len_adjust; in php_win32_ioutil_dirname()
600 return 1 + len_adjust; in php_win32_ioutil_dirname()
/php-src/Zend/
H A Dzend_compile.c2172 unsigned int len_adjust = 0; in zend_dirname() local
2181 len_adjust += 2; in zend_dirname()
2205 return 1 + len_adjust; in zend_dirname()
2216 return 1 + len_adjust; in zend_dirname()
2226 return 1 + len_adjust; in zend_dirname()
2230 return (size_t)(end + 1 - path) + len_adjust; in zend_dirname()

Completed in 55 milliseconds