Home
last modified time | relevance | path

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

/external/curl/lib/
Dcookie.c1325 static int cookie_output(struct CookieInfo *c, const char *dumphere) in cookie_output() argument
1340 if(!strcmp("-", dumphere)) { in cookie_output()
1346 out = fopen(dumphere, FOPEN_WRITETEXT); in cookie_output()