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

  /external/curl/lib/
cookie.c 152 char *uri_path = NULL; local
163 uri_path = strdup(request_uri);
164 if(!uri_path)
166 pos = strchr(uri_path, '?');
171 if(0 == strlen(uri_path) || uri_path[0] != '/') {
172 free(uri_path);
173 uri_path = strdup("/");
174 if(!uri_path)
187 uri_path_len = strlen(uri_path);
    [all...]
  /packages/services/BuiltInPrintService/jni/include/
lib_wprint.h 206 const char *uri_path; member in struct:__anon47870
  /packages/services/BuiltInPrintService/jni/ipphelper/
ipphelper.c 1417 const char *uri_path; local
    [all...]
  /packages/services/BuiltInPrintService/jni/lib/
wprintJNI.c     [all...]
lib_wprint.c 742 connect_info.uri_path = jq->printer_uri;
    [all...]

Completed in 209 milliseconds