Home
last modified time | relevance | path

Searched refs:OUT_QUEUE_LIMIT (Results 1 – 8 of 8) sorted by relevance

/dports/databases/db5/db-5.3.28/src/dbinc/
H A Drepmgr.h132 #define OUT_QUEUE_LIMIT 10 macro
/dports/databases/db5/db-5.3.28/src/repmgr/
H A Drepmgr_net.c348 maxblock = OUT_QUEUE_LIMIT *
986 if (conn->out_queue_length >= OUT_QUEUE_LIMIT &&
1003 if (conn->out_queue_length < OUT_QUEUE_LIMIT)
H A Drepmgr_posix.c263 while (conn->out_queue_length >= OUT_QUEUE_LIMIT) {
H A Drepmgr_windows.c317 while (conn->out_queue_length >= OUT_QUEUE_LIMIT) {
/dports/databases/db18/db-18.1.40/src/dbinc/
H A Drepmgr.h211 #define OUT_QUEUE_LIMIT 10 macro
/dports/databases/db18/db-18.1.40/src/repmgr/
H A Drepmgr_net.c445 maxblock = OUT_QUEUE_LIMIT *
1105 if (conn->out_queue_length >= OUT_QUEUE_LIMIT &&
1122 if (conn->out_queue_length < OUT_QUEUE_LIMIT)
H A Drepmgr_windows.c317 while (conn->out_queue_length >= OUT_QUEUE_LIMIT) {
H A Drepmgr_posix.c337 while (conn->out_queue_length >= OUT_QUEUE_LIMIT) {