Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_virtual_cwd.c890 size_t substitutename_len; in tsrm_realpath_r() local
959 if (substitutename_len >= MAXPATHLEN) { in tsrm_realpath_r()
966 tmpsubstname[substitutename_len] = L'\0'; in tsrm_realpath_r()
967 …substitutename = php_win32_cp_conv_w_to_any(tmpsubstname, substitutename_len, &substitutename_len); in tsrm_realpath_r()
968 if (!substitutename || substitutename_len >= MAXPATHLEN) { in tsrm_realpath_r()
994 if (substitutename_len >= MAXPATHLEN) { in tsrm_realpath_r()
1001 tmpsubstname[substitutename_len] = L'\0'; in tsrm_realpath_r()
1002 …substitutename = php_win32_cp_conv_w_to_any(tmpsubstname, substitutename_len, &substitutename_len); in tsrm_realpath_r()
1003 if (!substitutename || substitutename_len >= MAXPATHLEN) { in tsrm_realpath_r()
1029 substitutename_len = len; in tsrm_realpath_r()
[all …]

Completed in 8 milliseconds