Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dioutil.h496 size_t tmp_bufa_len; in php_win32_ioutil_getcwd() local
505 tmp_bufa = php_win32_cp_conv_w_to_any(tmp_bufw, wcslen(tmp_bufw), &tmp_bufa_len); in php_win32_ioutil_getcwd()
510 } else if (tmp_bufa_len + 1 > PHP_WIN32_IOUTIL_MAXPATHLEN) { in php_win32_ioutil_getcwd()
514 } else if (tmp_bufa_len + 1 > len) { in php_win32_ioutil_getcwd()
524 memmove(buf, tmp_bufa, tmp_bufa_len + 1); in php_win32_ioutil_getcwd()

Completed in 7 milliseconds