Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dioutil.c526 size_t ret_len, len_adjust = 0, pathw_len; in php_win32_ioutil_dirname() local
546 len_adjust += 2; in php_win32_ioutil_dirname()
562 return 1 + len_adjust; in php_win32_ioutil_dirname()
573 return 1 + len_adjust; in php_win32_ioutil_dirname()
584 return 1 + len_adjust; in php_win32_ioutil_dirname()
/PHP-7.4/Zend/
H A Dzend_compile.c1769 unsigned int len_adjust = 0; in zend_dirname() local
1778 len_adjust += 2; in zend_dirname()
1802 return 1 + len_adjust; in zend_dirname()
1813 return 1 + len_adjust; in zend_dirname()
1823 return 1 + len_adjust; in zend_dirname()
1827 return (size_t)(end + 1 - path) + len_adjust; in zend_dirname()

Completed in 35 milliseconds