Searched refs:comlen (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/
H A Dwindll.c83 void comment(unsigned int comlen) argument
86 if (comlen > 65534L)
87 comlen = (unsigned int) 65534L;
98 if (comlen)
100 for (i = 0; i < comlen; i++)
102 szCommentBuf[comlen] = '\0';

Completed in 40 milliseconds