Home
last modified time | relevance | path

Searched refs:cookie_get (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.bin/ftp/
Dextern.h195 void cookie_get(const char *, const char *, int, char **);
Dcookie.c181 cookie_get(const char *domain, const char *path, int secure, char **pstr) in cookie_get() function
Dfetch.c454 cookie_get(host, path, ishttpsurl, &buf); in url_get()