Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c305 #ifndef O_LARGEFILE
306 # define O_LARGEFILE 0 macro
309 # undef O_LARGEFILE
310 # define O_LARGEFILE 0 macro
6208 openFlags |= (O_LARGEFILE|O_BINARY|O_NOFOLLOW); in unixOpen()