Home
last modified time | relevance | path

Searched refs:out_flags (Results 1 – 25 of 1141) sorted by relevance

12345678910>>...46

/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/md/unix/
H A Duxpoll.c149 pds[index].out_flags = 0; in NativeThreadPoll()
200 PRInt16 out_flags = 0; in NativeThreadPoll() local
252 pds[index].out_flags = out_flags; in NativeThreadPoll()
379 pd->out_flags = 0; in NativeThreadSelect()
430 PRInt16 out_flags = 0; in NativeThreadSelect() local
461 pd->out_flags = out_flags; in NativeThreadSelect()
462 if (out_flags) { in NativeThreadSelect()
477 pd->out_flags = 0; in NativeThreadSelect()
639 PRInt16 out_flags = 0; in LocalThreads() local
646 if (0 != unixpd->out_flags) in LocalThreads()
[all …]
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/md/unix/
H A Duxpoll.c149 pds[index].out_flags = 0; in NativeThreadPoll()
200 PRInt16 out_flags = 0; in NativeThreadPoll() local
252 pds[index].out_flags = out_flags; in NativeThreadPoll()
379 pd->out_flags = 0; in NativeThreadSelect()
430 PRInt16 out_flags = 0; in NativeThreadSelect() local
461 pd->out_flags = out_flags; in NativeThreadSelect()
462 if (out_flags) { in NativeThreadSelect()
477 pd->out_flags = 0; in NativeThreadSelect()
639 PRInt16 out_flags = 0; in LocalThreads() local
646 if (0 != unixpd->out_flags) in LocalThreads()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/md/unix/
H A Duxpoll.c148 pds[index].out_flags = 0; in NativeThreadPoll()
191 PRInt16 out_flags = 0; in NativeThreadPoll() local
239 pds[index].out_flags = out_flags; in NativeThreadPoll()
362 pd->out_flags = 0; in NativeThreadSelect()
407 PRInt16 out_flags = 0; in NativeThreadSelect() local
432 pd->out_flags = out_flags; in NativeThreadSelect()
433 if (out_flags) ready++; in NativeThreadSelect()
446 pd->out_flags = 0; in NativeThreadSelect()
606 PRInt16 out_flags = 0; in LocalThreads() local
613 if (0 != unixpd->out_flags) in LocalThreads()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/md/unix/
H A Duxpoll.c148 pds[index].out_flags = 0; in NativeThreadPoll()
191 PRInt16 out_flags = 0; in NativeThreadPoll() local
239 pds[index].out_flags = out_flags; in NativeThreadPoll()
362 pd->out_flags = 0; in NativeThreadSelect()
407 PRInt16 out_flags = 0; in NativeThreadSelect() local
432 pd->out_flags = out_flags; in NativeThreadSelect()
433 if (out_flags) ready++; in NativeThreadSelect()
446 pd->out_flags = 0; in NativeThreadSelect()
606 PRInt16 out_flags = 0; in LocalThreads() local
613 if (0 != unixpd->out_flags) in LocalThreads()
[all …]
/dports/devel/nspr/nspr-4.33/nspr/pr/src/md/unix/
H A Duxpoll.c149 pds[index].out_flags = 0; in NativeThreadPoll()
200 PRInt16 out_flags = 0; in NativeThreadPoll() local
252 pds[index].out_flags = out_flags; in NativeThreadPoll()
379 pd->out_flags = 0; in NativeThreadSelect()
430 PRInt16 out_flags = 0; in NativeThreadSelect() local
461 pd->out_flags = out_flags; in NativeThreadSelect()
462 if (out_flags) { in NativeThreadSelect()
477 pd->out_flags = 0; in NativeThreadSelect()
639 PRInt16 out_flags = 0; in LocalThreads() local
646 if (0 != unixpd->out_flags) in LocalThreads()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/md/unix/
H A Duxpoll.c149 pds[index].out_flags = 0; in NativeThreadPoll()
200 PRInt16 out_flags = 0; in NativeThreadPoll() local
252 pds[index].out_flags = out_flags; in NativeThreadPoll()
379 pd->out_flags = 0; in NativeThreadSelect()
430 PRInt16 out_flags = 0; in NativeThreadSelect() local
461 pd->out_flags = out_flags; in NativeThreadSelect()
462 if (out_flags) { in NativeThreadSelect()
477 pd->out_flags = 0; in NativeThreadSelect()
639 PRInt16 out_flags = 0; in LocalThreads() local
646 if (0 != unixpd->out_flags) in LocalThreads()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/md/unix/
H A Duxpoll.c149 pds[index].out_flags = 0; in NativeThreadPoll()
200 PRInt16 out_flags = 0; in NativeThreadPoll() local
252 pds[index].out_flags = out_flags; in NativeThreadPoll()
379 pd->out_flags = 0; in NativeThreadSelect()
430 PRInt16 out_flags = 0; in NativeThreadSelect() local
461 pd->out_flags = out_flags; in NativeThreadSelect()
462 if (out_flags) { in NativeThreadSelect()
477 pd->out_flags = 0; in NativeThreadSelect()
639 PRInt16 out_flags = 0; in LocalThreads() local
646 if (0 != unixpd->out_flags) in LocalThreads()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/dh/
H A Dcheck.c63 *out_flags = 0; in DH_check_pub_key()
80 *out_flags |= DH_CHECK_PUBKEY_TOO_SMALL; in DH_check_pub_key()
89 *out_flags |= DH_CHECK_PUBKEY_TOO_LARGE; in DH_check_pub_key()
100 *out_flags |= DH_CHECK_PUBKEY_INVALID; in DH_check_pub_key()
113 int DH_check(const DH *dh, int *out_flags) { in DH_check() argument
125 *out_flags = 0; in DH_check()
159 *out_flags |= DH_CHECK_Q_NOT_PRIME; in DH_check()
166 *out_flags |= DH_CHECK_INVALID_Q_VALUE; in DH_check()
169 *out_flags |= DH_CHECK_INVALID_J_VALUE; in DH_check()
196 *out_flags |= DH_CHECK_P_NOT_PRIME; in DH_check()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/dh/
H A Dcheck.c63 *out_flags = 0; in DH_check_pub_key()
80 *out_flags |= DH_CHECK_PUBKEY_TOO_SMALL; in DH_check_pub_key()
89 *out_flags |= DH_CHECK_PUBKEY_TOO_LARGE; in DH_check_pub_key()
100 *out_flags |= DH_CHECK_PUBKEY_INVALID; in DH_check_pub_key()
113 int DH_check(const DH *dh, int *out_flags) { in DH_check() argument
125 *out_flags = 0; in DH_check()
159 *out_flags |= DH_CHECK_Q_NOT_PRIME; in DH_check()
166 *out_flags |= DH_CHECK_INVALID_Q_VALUE; in DH_check()
169 *out_flags |= DH_CHECK_INVALID_J_VALUE; in DH_check()
196 *out_flags |= DH_CHECK_P_NOT_PRIME; in DH_check()
[all …]
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/fipsmodule/dh/
H A Dcheck.c63 *out_flags = 0; in DH_check_pub_key()
80 *out_flags |= DH_CHECK_PUBKEY_TOO_SMALL; in DH_check_pub_key()
89 *out_flags |= DH_CHECK_PUBKEY_TOO_LARGE; in DH_check_pub_key()
100 *out_flags |= DH_CHECK_PUBKEY_INVALID; in DH_check_pub_key()
113 int DH_check(const DH *dh, int *out_flags) { in DH_check() argument
125 *out_flags = 0; in DH_check()
159 *out_flags |= DH_CHECK_Q_NOT_PRIME; in DH_check()
166 *out_flags |= DH_CHECK_INVALID_Q_VALUE; in DH_check()
169 *out_flags |= DH_CHECK_INVALID_J_VALUE; in DH_check()
196 *out_flags |= DH_CHECK_P_NOT_PRIME; in DH_check()
[all …]
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/fipsmodule/dh/
H A Dcheck.c63 *out_flags = 0; in DH_check_pub_key()
80 *out_flags |= DH_CHECK_PUBKEY_TOO_SMALL; in DH_check_pub_key()
89 *out_flags |= DH_CHECK_PUBKEY_TOO_LARGE; in DH_check_pub_key()
100 *out_flags |= DH_CHECK_PUBKEY_INVALID; in DH_check_pub_key()
113 int DH_check(const DH *dh, int *out_flags) { in DH_check() argument
125 *out_flags = 0; in DH_check()
159 *out_flags |= DH_CHECK_Q_NOT_PRIME; in DH_check()
166 *out_flags |= DH_CHECK_INVALID_Q_VALUE; in DH_check()
169 *out_flags |= DH_CHECK_INVALID_J_VALUE; in DH_check()
196 *out_flags |= DH_CHECK_P_NOT_PRIME; in DH_check()
[all …]
/dports/security/boringssl/boringssl-6a71840/crypto/dh/
H A Dcheck.c63 *out_flags = 0; in DH_check_pub_key()
80 *out_flags |= DH_CHECK_PUBKEY_TOO_SMALL; in DH_check_pub_key()
89 *out_flags |= DH_CHECK_PUBKEY_TOO_LARGE; in DH_check_pub_key()
100 *out_flags |= DH_CHECK_PUBKEY_INVALID; in DH_check_pub_key()
113 int DH_check(const DH *dh, int *out_flags) { in DH_check() argument
125 *out_flags = 0; in DH_check()
159 *out_flags |= DH_CHECK_Q_NOT_PRIME; in DH_check()
166 *out_flags |= DH_CHECK_INVALID_Q_VALUE; in DH_check()
169 *out_flags |= DH_CHECK_INVALID_J_VALUE; in DH_check()
196 *out_flags |= DH_CHECK_P_NOT_PRIME; in DH_check()
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/boringssl-with-bazel/src/crypto/fipsmodule/dh/
H A Dcheck.c63 *out_flags = 0; in DH_check_pub_key()
80 *out_flags |= DH_CHECK_PUBKEY_TOO_SMALL; in DH_check_pub_key()
89 *out_flags |= DH_CHECK_PUBKEY_TOO_LARGE; in DH_check_pub_key()
100 *out_flags |= DH_CHECK_PUBKEY_INVALID; in DH_check_pub_key()
113 int DH_check(const DH *dh, int *out_flags) { in DH_check() argument
125 *out_flags = 0; in DH_check()
159 *out_flags |= DH_CHECK_Q_NOT_PRIME; in DH_check()
166 *out_flags |= DH_CHECK_INVALID_Q_VALUE; in DH_check()
169 *out_flags |= DH_CHECK_INVALID_J_VALUE; in DH_check()
196 *out_flags |= DH_CHECK_P_NOT_PRIME; in DH_check()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/fipsmodule/dh/
H A Dcheck.c63 *out_flags = 0; in DH_check_pub_key()
80 *out_flags |= DH_CHECK_PUBKEY_TOO_SMALL; in DH_check_pub_key()
89 *out_flags |= DH_CHECK_PUBKEY_TOO_LARGE; in DH_check_pub_key()
100 *out_flags |= DH_CHECK_PUBKEY_INVALID; in DH_check_pub_key()
113 int DH_check(const DH *dh, int *out_flags) { in DH_check() argument
125 *out_flags = 0; in DH_check()
159 *out_flags |= DH_CHECK_Q_NOT_PRIME; in DH_check()
166 *out_flags |= DH_CHECK_INVALID_Q_VALUE; in DH_check()
169 *out_flags |= DH_CHECK_INVALID_J_VALUE; in DH_check()
196 *out_flags |= DH_CHECK_P_NOT_PRIME; in DH_check()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/md/os2/
H A Dos2poll.c100 prev->out_flags = 0; in _PR_MD_PR_POLL()
180 prev->out_flags = 0; in _PR_MD_PR_POLL()
190 pd->out_flags = 0; in _PR_MD_PR_POLL()
269 PRInt16 out_flags = 0; in _PR_MD_PR_POLL() local
285 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
288 out_flags |= PR_POLL_WRITE; in _PR_MD_PR_POLL()
299 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
312 out_flags |= PR_POLL_EXCEPT; in _PR_MD_PR_POLL()
315 pd->out_flags = out_flags; in _PR_MD_PR_POLL()
316 if (out_flags) { in _PR_MD_PR_POLL()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/md/windows/
H A Dw32poll.c151 prev->out_flags = 0; in _PR_MD_PR_POLL()
207 prev->out_flags = 0; in _PR_MD_PR_POLL()
217 pd->out_flags = 0; in _PR_MD_PR_POLL()
269 PRInt16 out_flags = 0; in _PR_MD_PR_POLL() local
281 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
284 out_flags |= PR_POLL_WRITE; in _PR_MD_PR_POLL()
290 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
297 out_flags |= PR_POLL_EXCEPT; in _PR_MD_PR_POLL()
300 pd->out_flags = out_flags; in _PR_MD_PR_POLL()
301 if (out_flags) { in _PR_MD_PR_POLL()
[all …]
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/md/windows/
H A Dw32poll.c151 prev->out_flags = 0; in _PR_MD_PR_POLL()
207 prev->out_flags = 0; in _PR_MD_PR_POLL()
217 pd->out_flags = 0; in _PR_MD_PR_POLL()
269 PRInt16 out_flags = 0; in _PR_MD_PR_POLL() local
281 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
284 out_flags |= PR_POLL_WRITE; in _PR_MD_PR_POLL()
290 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
297 out_flags |= PR_POLL_EXCEPT; in _PR_MD_PR_POLL()
300 pd->out_flags = out_flags; in _PR_MD_PR_POLL()
301 if (out_flags) { in _PR_MD_PR_POLL()
[all …]
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/md/os2/
H A Dos2poll.c100 prev->out_flags = 0; in _PR_MD_PR_POLL()
180 prev->out_flags = 0; in _PR_MD_PR_POLL()
190 pd->out_flags = 0; in _PR_MD_PR_POLL()
269 PRInt16 out_flags = 0; in _PR_MD_PR_POLL() local
285 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
288 out_flags |= PR_POLL_WRITE; in _PR_MD_PR_POLL()
299 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
312 out_flags |= PR_POLL_EXCEPT; in _PR_MD_PR_POLL()
315 pd->out_flags = out_flags; in _PR_MD_PR_POLL()
316 if (out_flags) { in _PR_MD_PR_POLL()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/md/os2/
H A Dos2poll.c99 prev->out_flags = 0; in _PR_MD_PR_POLL()
178 prev->out_flags = 0; in _PR_MD_PR_POLL()
188 pd->out_flags = 0; in _PR_MD_PR_POLL()
263 PRInt16 out_flags = 0; in _PR_MD_PR_POLL() local
279 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
281 out_flags |= PR_POLL_WRITE; in _PR_MD_PR_POLL()
291 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
302 out_flags |= PR_POLL_EXCEPT; in _PR_MD_PR_POLL()
305 pd->out_flags = out_flags; in _PR_MD_PR_POLL()
306 if (out_flags) ready++; in _PR_MD_PR_POLL()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/md/windows/
H A Dw32poll.c147 prev->out_flags = 0; in _PR_MD_PR_POLL()
203 prev->out_flags = 0; in _PR_MD_PR_POLL()
213 pd->out_flags = 0; in _PR_MD_PR_POLL()
263 PRInt16 out_flags = 0; in _PR_MD_PR_POLL() local
275 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
277 out_flags |= PR_POLL_WRITE; in _PR_MD_PR_POLL()
282 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
284 out_flags |= PR_POLL_WRITE; in _PR_MD_PR_POLL()
288 pd->out_flags = out_flags; in _PR_MD_PR_POLL()
289 if (out_flags) ready++; in _PR_MD_PR_POLL()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/md/windows/
H A Dw32poll.c147 prev->out_flags = 0; in _PR_MD_PR_POLL()
203 prev->out_flags = 0; in _PR_MD_PR_POLL()
213 pd->out_flags = 0; in _PR_MD_PR_POLL()
263 PRInt16 out_flags = 0; in _PR_MD_PR_POLL() local
275 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
277 out_flags |= PR_POLL_WRITE; in _PR_MD_PR_POLL()
282 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
284 out_flags |= PR_POLL_WRITE; in _PR_MD_PR_POLL()
288 pd->out_flags = out_flags; in _PR_MD_PR_POLL()
289 if (out_flags) ready++; in _PR_MD_PR_POLL()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/md/os2/
H A Dos2poll.c99 prev->out_flags = 0; in _PR_MD_PR_POLL()
178 prev->out_flags = 0; in _PR_MD_PR_POLL()
188 pd->out_flags = 0; in _PR_MD_PR_POLL()
263 PRInt16 out_flags = 0; in _PR_MD_PR_POLL() local
279 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
281 out_flags |= PR_POLL_WRITE; in _PR_MD_PR_POLL()
291 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
302 out_flags |= PR_POLL_EXCEPT; in _PR_MD_PR_POLL()
305 pd->out_flags = out_flags; in _PR_MD_PR_POLL()
306 if (out_flags) ready++; in _PR_MD_PR_POLL()
[all …]
/dports/devel/nspr/nspr-4.33/nspr/pr/src/md/os2/
H A Dos2poll.c100 prev->out_flags = 0; in _PR_MD_PR_POLL()
180 prev->out_flags = 0; in _PR_MD_PR_POLL()
190 pd->out_flags = 0; in _PR_MD_PR_POLL()
269 PRInt16 out_flags = 0; in _PR_MD_PR_POLL() local
285 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
288 out_flags |= PR_POLL_WRITE; in _PR_MD_PR_POLL()
299 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
312 out_flags |= PR_POLL_EXCEPT; in _PR_MD_PR_POLL()
315 pd->out_flags = out_flags; in _PR_MD_PR_POLL()
316 if (out_flags) { in _PR_MD_PR_POLL()
[all …]
/dports/devel/nspr/nspr-4.33/nspr/pr/src/md/windows/
H A Dw32poll.c151 prev->out_flags = 0; in _PR_MD_PR_POLL()
207 prev->out_flags = 0; in _PR_MD_PR_POLL()
217 pd->out_flags = 0; in _PR_MD_PR_POLL()
269 PRInt16 out_flags = 0; in _PR_MD_PR_POLL() local
281 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
284 out_flags |= PR_POLL_WRITE; in _PR_MD_PR_POLL()
290 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
297 out_flags |= PR_POLL_EXCEPT; in _PR_MD_PR_POLL()
300 pd->out_flags = out_flags; in _PR_MD_PR_POLL()
301 if (out_flags) { in _PR_MD_PR_POLL()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/md/os2/
H A Dos2poll.c100 prev->out_flags = 0; in _PR_MD_PR_POLL()
180 prev->out_flags = 0; in _PR_MD_PR_POLL()
190 pd->out_flags = 0; in _PR_MD_PR_POLL()
269 PRInt16 out_flags = 0; in _PR_MD_PR_POLL() local
285 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
288 out_flags |= PR_POLL_WRITE; in _PR_MD_PR_POLL()
299 out_flags |= PR_POLL_READ; in _PR_MD_PR_POLL()
312 out_flags |= PR_POLL_EXCEPT; in _PR_MD_PR_POLL()
315 pd->out_flags = out_flags; in _PR_MD_PR_POLL()
316 if (out_flags) { in _PR_MD_PR_POLL()
[all …]

12345678910>>...46