OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cgi_destroy
(Results
1 - 5
of
5
) sorted by null
/external/clearsilver/cgi/
fcgi_hello.c
55
cgi_destroy
(&cgi);
cgi.h
195
* Function:
cgi_destroy
- deallocate the data associated with a CGI
196
* Description:
cgi_destroy
will destroy all the data associated with a
206
void
cgi_destroy
(CGI **cgi);
cgi.c
782
cgi_destroy
(&mycgi);
793
void
cgi_destroy
(CGI **cgi)
function
[
all
...]
/external/clearsilver/imd/
imd.c
1093
cgi_destroy
(&cgi);
1103
cgi_destroy
(&cgi);
1117
cgi_destroy
(&cgi);
1141
cgi_destroy
(&cgi);
1152
cgi_destroy
(&cgi);
1157
cgi_destroy
(&cgi);
/external/clearsilver/python/
neo_cgi.c
58
cgi_destroy
(&(ho->cgi));
Completed in 439 milliseconds