"Fossies" - the Fresh Open Source Software Archive

Member "HTTPing-2.9/cookies.h" (29 Oct 2022, 339 Bytes) of package /linux/www/HTTPing-2.9.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "cookies.h" see the Fossies "Dox" file reference documentation.

    1 void add_cookie(char ***cookies, int *n_cookies, char *in);
    2 void combine_cookie_lists(char ***destc, int *n_dest, char **src, int n_src);
    3 void free_cookies(char **dynamic_cookies, int n_dynamic_cookies);
    4 void get_cookies(const char *headers, char ***dynamic_cookies, int *n_dynamic_cookies, char ***static_cookies, int *n_static_cookies);