Searched refs:lp_bytes (Results 1 – 2 of 2) sorted by relevance
185 size_t lp_bytes = 0; /* Total bytes in the tail listpack. */ in streamAppendItem() local191 lp_bytes = lpBytes(lp); in streamAppendItem()245 lp_bytes > server.stream_node_max_bytes) in streamAppendItem()255 if (lp == NULL || lp_bytes > server.stream_node_max_bytes) { in streamAppendItem()
909 size_t lp_bytes = lpBytes(lp); in rdbSaveObject() local912 if ((n = rdbSaveRawString(rdb,lp,lp_bytes)) == -1) return -1; in rdbSaveObject()