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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_io.h70 #define APR_FOPEN_SHARELOCK 0x00400 /**< Platform dependent support for macro
103 #define APR_SHARELOCK APR_FOPEN_SHARELOCK /**< @deprecated @see APR_FOPEN_SHARELOCK */
228 * @li #APR_FOPEN_SHARELOCK Platform dependent support for higher
380 * @li #APR_FOPEN_SHARELOCK
401 * @li #APR_FOPEN_SHARELOCK
422 * @li #APR_FOPEN_SHARELOCK
/freebsd-11-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm.c115 if (flags & APR_FOPEN_SHARELOCK) {
117 flags &= ~APR_FOPEN_SHARELOCK;

Completed in 60 milliseconds