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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dpop3.c666 size_t timestamplen = len - 1 - i; local
667 if(!timestamplen)
671 pop3c->apoptimestamp = (char *)calloc(1, timestamplen + 1);
677 memcpy(pop3c->apoptimestamp, line + i, timestamplen);
678 pop3c->apoptimestamp[timestamplen] = '\0';

Completed in 63 milliseconds