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 623 char *queryp = strchr(path, '?'); local
625 /* queryp is where the interesting part of the path ends, so now we
628 if(!queryp)
631 endslash = memrchr(path, '/', (size_t)(queryp - path));
    [all...]

Completed in 509 milliseconds