HomeSort by relevance Sort by last modified time
    Searched defs:uri_path (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
cookie.c 153 char* uri_path = NULL; local
164 uri_path = strdup(request_uri);
165 if(!uri_path)
167 pos = strchr(uri_path, '?');
172 if(0 == strlen(uri_path) || uri_path[0] != '/') {
173 free(uri_path);
174 uri_path = strdup("/");
175 if(!uri_path)
188 uri_path_len = strlen(uri_path);
    [all...]
  /packages/services/BuiltInPrintService/jni/include/
lib_wprint.h 206 const char *uri_path; member in struct:__anon44588
  /packages/services/BuiltInPrintService/jni/ipphelper/
ipphelper.c 1407 const char *uri_path; local
    [all...]

Completed in 232 milliseconds