Searched refs:whatptr (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcookie.c391 const char *whatptr; local
411 whatptr=what;
412 while(*whatptr && ISBLANK(*whatptr))
413 whatptr++;
430 strstore(&co->path, whatptr);
445 if('.' == whatptr[0])
446 whatptr++; /* ignore preceding dot */
448 if(!domain || tailmatch(whatptr, domain)) {
449 const char *tailptr=whatptr;
[all...]

Completed in 53 milliseconds