HomeSort by relevance Sort by last modified time
    Searched refs:apoptimestamp (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
pop3.h 71 char *apoptimestamp; /* APOP timestamp from the server greeting */ member in struct:pop3_conn
pop3.c 479 Curl_MD5_update(ctxt, (const unsigned char *) pop3c->apoptimestamp,
480 curlx_uztoui(strlen(pop3c->apoptimestamp)));
680 pop3c->apoptimestamp = (char *)calloc(1, timestamplen + 1);
682 if(!pop3c->apoptimestamp)
686 memcpy(pop3c->apoptimestamp, line + i, timestamplen);
687 pop3c->apoptimestamp[timestamplen] = '\0';
    [all...]

Completed in 827 milliseconds