Searched refs:APR_FOPEN_XTHREAD (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dopen.c163 if ((flag & APR_FOPEN_BUFFERED) && (flag & APR_FOPEN_XTHREAD)) {
222 if ((*new)->flags & APR_FOPEN_XTHREAD) {
312 if ((*file)->flags & APR_FOPEN_XTHREAD) {
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_buckets_file.c96 if ((flags = apr_file_flags_get(f)) & APR_FOPEN_XTHREAD) {
103 rv = apr_file_open(&f, fname, (flags & ~APR_FOPEN_XTHREAD), 0, a->readpool);
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_io.h67 #define APR_FOPEN_XTHREAD 0x00200 /**< Platform dependent tag to open macro
102 #define APR_XTHREAD APR_FOPEN_XTHREAD /**< @deprecated @see APR_FOPEN_XTHREAD */
226 * @li #APR_FOPEN_XTHREAD Platform dependent tag to open the file
379 * @li #APR_FOPEN_XTHREAD
400 * @li #APR_FOPEN_XTHREAD
421 * @li #APR_FOPEN_XTHREAD

Completed in 159 milliseconds