Searched refs:read_reploff (Results 1 – 3 of 3) sorted by relevance
131 c->read_reploff = 0; in createClient()1473 c->reploff = c->read_reploff - sdslen(c->querybuf) + c->qb_pos; in processInputBuffer()1568 if (c->flags & CLIENT_MASTER) c->read_reploff += nread; in readQueryFromClient()
1084 server.master->read_reploff = server.master->reploff; in replicationCreateMasterClient()2180 server.master->read_reploff = server.master->reploff; in replicationCacheMaster()
748 long long read_reploff; /* Read replication offset if this is a master. */ member