Lines Matching refs:nextra
400 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()
427 nextra += used; in debugCommand()