Searched refs:slargc (Results 1 – 1 of 1) sorted by relevance
50 int j, slargc = argc; in slowlogCreateEntry() local52 if (slargc > SLOWLOG_ENTRY_MAX_ARGC) slargc = SLOWLOG_ENTRY_MAX_ARGC; in slowlogCreateEntry()53 se->argc = slargc; in slowlogCreateEntry()54 se->argv = zmalloc(sizeof(robj*)*slargc); in slowlogCreateEntry()55 for (j = 0; j < slargc; j++) { in slowlogCreateEntry()59 if (slargc != argc && j == slargc-1) { in slowlogCreateEntry()62 argc-slargc+1)); in slowlogCreateEntry()