Home
last modified time | relevance | path

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

/PHP-5.6/ext/opcache/
H A Dshared_alloc_win32.c132 static char windir[MAXPATHLEN+UNLEN + 3 + sizeof("\\\\@") + 1 + 32]; in get_mmap_base_file() local
137 GetTempPath(MAXPATHLEN, windir); in get_mmap_base_file()
139 l = strlen(windir); in get_mmap_base_file()
140 …snprintf(windir + l, sizeof(windir) - l - 1, "\\%s@%s@%.32s", ACCEL_FILEMAP_BASE, uname, accel_gen… in get_mmap_base_file()
141 return windir; in get_mmap_base_file()

Completed in 4 milliseconds