HomeSort by relevance Sort by last modified time
    Searched refs:queryp (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
dotdot.c 61 char *queryp; local
85 queryp = strchr(clone, '?');
86 if(queryp)
87 *queryp = 0;
167 if(queryp) {
172 size_t oindex = queryp - orgclone;
cookie.c 622 char *queryp = strchr(path, '?'); local
624 /* queryp is where the interesting part of the path ends, so now we
627 if(!queryp)
630 endslash = memrchr(path, '/', (size_t)(queryp - path));
    [all...]

Completed in 72 milliseconds