Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddebug.c400 char *nextra = extra; in debugCommand() local
404 int used = snprintf(nextra, remaining, " ql_nodes:%lu", ql->len); in debugCommand()
405 nextra += used; in debugCommand()
409 used = snprintf(nextra, remaining, " ql_avg_node:%.2f", avg); in debugCommand()
410 nextra += used; in debugCommand()
413 used = snprintf(nextra, remaining, " ql_ziplist_max:%d", ql->fill); in debugCommand()
414 nextra += used; in debugCommand()
418 used = snprintf(nextra, remaining, " ql_compressed:%d", compressed); in debugCommand()
419 nextra += used; in debugCommand()
426 used = snprintf(nextra, remaining, " ql_uncompressed_size:%lu", sz); in debugCommand()
[all …]