Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dftok.c28 ftok(const char *pathname, int proj_id) in ftok() argument
56 …ret = (key_t) ((proj_id & 0xff) << 24 | (st.st_dev & 0xff) << 16 | ((bhfi.nFileIndexLow | (__int64… in ftok()

Completed in 4 milliseconds