Searched refs:reta_len (Results 1 – 1 of 1) sorted by relevance
642 size_t reta_len; in php_win32_ioutil_realpath_ex0() local657 reta = php_win32_cp_conv_w_to_any(retw, PHP_WIN32_CP_IGNORE_LEN, &reta_len); in php_win32_ioutil_realpath_ex0()658 if (!reta || reta_len > PHP_WIN32_IOUTIL_MAXPATHLEN) { in php_win32_ioutil_realpath_ex0()667 resolved = (char *) malloc(reta_len + 1); in php_win32_ioutil_realpath_ex0()675 memmove(resolved, reta, reta_len+1); in php_win32_ioutil_realpath_ex0()
Completed in 9 milliseconds