Home
last modified time | relevance | path

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

/NextBSD/contrib/apr/include/
HDapr_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 */
/NextBSD/contrib/apr-util/dbm/sdbm/
HDsdbm.c114 if (flags & APR_FOPEN_SHARELOCK) { in prep()
116 flags &= ~APR_FOPEN_SHARELOCK; in prep()