OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mainco
(Results
1 - 1
of
1
) sorted by null
/external/curl/lib/
cookie.c
1011
struct Cookie *
mainco
=NULL;
local
1053
newco->next =
mainco
;
1056
mainco
= newco;
1063
while(
mainco
) {
1064
co =
mainco
->next;
1065
free(
mainco
);
1066
mainco
= co;
1089
co =
mainco
;
1099
mainco
= array[0]; /* start here */
1107
return
mainco
; /* return the new list *
[
all
...]
Completed in 115 milliseconds