Home
last modified time | relevance | path

Searched refs:psync_result (Results 1 – 3 of 3) sorted by relevance

/dports/databases/redis5/redis-5.0.14/src/
H A Dreplication.c1646 int sockerr = 0, psync_result; in syncWithMaster() local
1839 psync_result = slaveTryPartialResynchronization(fd,1); in syncWithMaster()
1840 if (psync_result == PSYNC_WAIT_REPLY) return; /* Try again later... */ in syncWithMaster()
1846 if (psync_result == PSYNC_TRY_LATER) goto error; in syncWithMaster()
1851 if (psync_result == PSYNC_CONTINUE) { in syncWithMaster()
1866 if (psync_result == PSYNC_NOT_SUPPORTED) { in syncWithMaster()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dreplication.c2453 int psync_result; in syncWithMaster() local
2654 psync_result = slaveTryPartialResynchronization(conn,1); in syncWithMaster()
2655 if (psync_result == PSYNC_WAIT_REPLY) return; /* Try again later... */ in syncWithMaster()
2661 if (psync_result == PSYNC_CONTINUE || psync_result == PSYNC_FULLRESYNC) { in syncWithMaster()
2673 if (psync_result == PSYNC_TRY_LATER) goto error; in syncWithMaster()
2678 if (psync_result == PSYNC_CONTINUE) { in syncWithMaster()
2689 if (psync_result == PSYNC_NOT_SUPPORTED) { in syncWithMaster()
/dports/databases/redis6/redis-6.0.16/src/
H A Dreplication.c2104 int psync_result; in syncWithMaster() local
2302 psync_result = slaveTryPartialResynchronization(conn,1); in syncWithMaster()
2303 if (psync_result == PSYNC_WAIT_REPLY) return; /* Try again later... */ in syncWithMaster()
2309 if (psync_result == PSYNC_TRY_LATER) goto error; in syncWithMaster()
2314 if (psync_result == PSYNC_CONTINUE) { in syncWithMaster()
2333 if (psync_result == PSYNC_NOT_SUPPORTED) { in syncWithMaster()