NetSurf
|
Go to the source code of this file.
Typedefs | |
typedef struct http_challenge | http_challenge |
Functions | |
const http_challenge * | http_challenge_list_iterate (const http_challenge *cur, lwc_string **scheme, http_parameter **parameters) |
Iterate over a challenge list. More... | |
void | http_challenge_list_destroy (http_challenge *list) |
Destroy a list of HTTP challenges. More... | |
typedef struct http_challenge http_challenge |
Definition at line 26 of file challenge.h.
void http_challenge_list_destroy | ( | http_challenge * | list | ) |
Destroy a list of HTTP challenges.
list | List to destroy |
Definition at line 136 of file challenge.c.
References http__item_list_destroy.
Referenced by http_parse_www_authenticate(), and http_www_authenticate_destroy().
const http_challenge * http_challenge_list_iterate | ( | const http_challenge * | cur, |
lwc_string ** | scheme, | ||
http_parameter ** | parameters | ||
) |
Iterate over a challenge list.
cur | Pointer to current iteration position, list head to start |
scheme | Pointer to location to receive challenge scheme |
parameters | Pointer to location to receive challenge parameters |
Definition at line 123 of file challenge.c.
References http_challenge::base, http__item::next, http_challenge::params, and http_challenge::scheme.