extract_uri_parameters() is only used within LwIP.
 
Symbols
loading...
Files
loading...

extract_uri_parameters() function

Extract URI parameters from the parameter-part of an URI in the form "test.cgi?x=y" @todo: better explanation! Pointers to the parameters are stored in hs->param_vals.

Syntax

static int extract_uri_parameters(struct http_state *hs,     char *params);

Arguments

hs

http connection state

params

pointer to the NULL-terminated parameter string from the URI

Return value

number of parameters extracted

References

LocationReferrerText
httpd.c:688
extract_uri_parameters(struct http_state *hs, char *params)
httpd.c:2256http_find_file()
http_cgi_paramcount = extract_uri_parameters(hs, params);

Call Tree

Functions calling extract_uri_parameters()
Functions called by extract_uri_parameters()
all items filtered out
extract_uri_parameters()
strchr()
all items filtered out
Data read by extract_uri_parameters()
Data written by extract_uri_parameters()
extract_uri_parameters()::pair
extract_uri_parameters()::equals
extract_uri_parameters()::loop
all items filtered out
extract_uri_parameters()
extract_uri_parameters()::pair
extract_uri_parameters()::equals
extract_uri_parameters()::loop
all items filtered out