Searched refs:OPT_DONTOPEN (Results 1 – 8 of 8) sorted by relevance
120 opts |= OPT_DONOTHING|OPT_DONTOPEN;175 opts |= OPT_DONOTHING|OPT_DONTOPEN;288 opts |= OPT_DONOTHING|OPT_DONTOPEN;374 opts |= OPT_DONOTHING|OPT_DONTOPEN;390 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) {461 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) {473 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {488 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {505 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {567 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) {[all …]
133 opts ^= OPT_DONOTHING|OPT_DONTOPEN;
156 opts |= OPT_DONOTHING|OPT_DONTOPEN;
31 int opts = OPT_DONTOPEN;
22 if ((opts & OPT_DONTOPEN) != 0) in pool_open()
28 if ((opts & OPT_DONTOPEN) == 0) {
27 if ((opts & OPT_DONTOPEN) == 0) {
45 #define OPT_DONTOPEN 0x10000000 macro