Home
last modified time | relevance | path

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

/PHP-8.2/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-8.2/Zend/
H A Dzend_compile.c1974 unsigned int len_adjust = 0; in zend_dirname() local
1983 len_adjust += 2; in zend_dirname()
2007 return 1 + len_adjust; in zend_dirname()
2018 return 1 + len_adjust; in zend_dirname()
2028 return 1 + len_adjust; in zend_dirname()
2032 return (size_t)(end + 1 - path) + len_adjust; in zend_dirname()

Completed in 87 milliseconds