LwIP + 0/2 examples
CodeScope will show references to http_set_cgi_handlers() from the following samples and libraries:
Examples
STM324x9I_EVAL
Applications
LwIP
STM324xG_EVAL
Applications
LwIP
 
Symbols
loading...
Files
loading...

http_set_cgi_handlers() function

Set an array of CGI filenames/handler functions

Syntax

void http_set_cgi_handlers(const tCGI *pCGIs,     int iNumHandlers);
Implemented in httpd.c:2735

Arguments

pCGIs

iNumHandlers

Examples

http_set_cgi_handlers() is referenced by 2 libraries and example projects.

References

LocationText
httpd.c:2736
http_set_cgi_handlers(const tCGI *cgis, int num_handlers)
httpd.h:98
void http_set_cgi_handlers(const tCGI *pCGIs, int iNumHandlers);

Call Tree

Functions called by http_set_cgi_handlers()
http_set_cgi_handlers()
printf()
all items filtered out
Data read by http_set_cgi_handlers()
Data written by http_set_cgi_handlers()
http_set_cgi_handlers()::cgis
http_set_cgi_handlers()::num_handlers
all items filtered out
http_set_cgi_handlers()
all items filtered out