Home | History | Annotate | Download | only in lib

Lines Matching full:timestamplen

663           size_t timestamplen = len - 1 - i;
664 if(!timestamplen)
668 pop3c->apoptimestamp = (char *)calloc(1, timestamplen + 1);
674 memcpy(pop3c->apoptimestamp, line + i, timestamplen);
675 pop3c->apoptimestamp[timestamplen] = '\0';