OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:easysrc_decl
(Results
1 - 3
of
3
) sorted by null
/external/curl/src/
tool_easysrc.h
29
extern struct curl_slist *
easysrc_decl
; /* Variable declarations */
tool_easysrc.c
38
struct curl_slist *
easysrc_decl
= NULL; /* Variable declarations */
variable in typeref:struct:curl_slist
59
/*
easysrc_decl
declarations come here */
80
curl_slist_free_all(
easysrc_decl
);
81
easysrc_decl
= NULL;
194
for(ptr=
easysrc_decl
; ptr; ptr = ptr->next)
tool_setopt.c
167
#define DECL0(s) ADD((&
easysrc_decl
, s))
168
#define DECL1(f,a) ADDF((&
easysrc_decl
, f,a))
Completed in 77 milliseconds