Lines Matching refs:apoptimestamp
467 Curl_MD5_update(ctxt, (const unsigned char *) pop3c->apoptimestamp,
468 curlx_uztoui(strlen(pop3c->apoptimestamp)));
668 pop3c->apoptimestamp = (char *)calloc(1, timestamplen + 1);
670 if(!pop3c->apoptimestamp)
674 memcpy(pop3c->apoptimestamp, line + i, timestamplen);
675 pop3c->apoptimestamp[timestamplen] = '\0';
1275 Curl_safefree(pop3c->apoptimestamp);