Searched refs:APR_FOPEN_LARGEFILE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_io.h82 #define APR_FOPEN_LARGEFILE 0x04000 /**< Platform dependent flag to enable macro
106 #define APR_LARGEFILE APR_FOPEN_LARGEFILE /**< @deprecated @see APR_FOPEN_LARGEFILE */
108 /** @def APR_FOPEN_LARGEFILE
109 * @warning APR_FOPEN_LARGEFILE flag only has effect on some
236 * @li #APR_FOPEN_LARGEFILE Platform dependent flag to enable large file
382 * @li #APR_FOPEN_LARGEFILE
403 * @li #APR_FOPEN_LARGEFILE
424 * @li #APR_FOPEN_LARGEFILE
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dopen.c157 if (flag & APR_FOPEN_LARGEFILE) {

Completed in 120 milliseconds