Home
last modified time | relevance | path

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

/PHP-5.4/ext/session/
H A Dmod_files.c54 # ifndef O_NOFOLLOW
55 # define O_NOFOLLOW 0 macro
177 #ifdef O_NOFOLLOW in ps_files_open()
178 data->fd = VCWD_OPEN_MODE(buf, O_CREAT | O_RDWR | O_BINARY | O_NOFOLLOW, data->filemode); in ps_files_open()
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c25723 #ifndef O_NOFOLLOW
25724 # define O_NOFOLLOW 0
31235 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW);

Completed in 366 milliseconds