OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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';
[
all
...]
Completed in 36 milliseconds