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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dpop3.h82 char *apoptimestamp; /* APOP timestamp from the server greeting */ member in struct:pop3_conn
H A Dpop3.c469 Curl_MD5_update(ctxt, (const unsigned char *) pop3c->apoptimestamp,
470 curlx_uztoui(strlen(pop3c->apoptimestamp)));
671 pop3c->apoptimestamp = (char *)calloc(1, timestamplen + 1);
673 if(!pop3c->apoptimestamp)
677 memcpy(pop3c->apoptimestamp, line + i, timestamplen);
678 pop3c->apoptimestamp[timestamplen] = '\0';
1723 Curl_safefree(pop3c->apoptimestamp);

Completed in 117 milliseconds