OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timestamplen
(Results
1 - 1
of
1
) sorted by null
/external/curl/lib/
pop3.c
663
size_t
timestamplen
= len - 1 - i;
local
664
if(!
timestamplen
)
668
pop3c->apoptimestamp = (char *)calloc(1,
timestamplen
+ 1);
674
memcpy(pop3c->apoptimestamp, line + i,
timestamplen
);
675
pop3c->apoptimestamp[
timestamplen
] = '\0';
[
all
...]
Completed in 60 milliseconds