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

  /external/syslinux/gpxe/src/include/gpxe/
uri.h 82 URI_PATH = 6, URI_PATH_BIT = ( 1 << URI_PATH ),
  /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...]
  /external/syslinux/gpxe/src/usr/
autoboot.c 86 sizeof ( buf ) - strlen ( buf ), URI_PATH );
  /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...]
  /external/syslinux/gpxe/src/core/
uri.c 417 if ( field == URI_PATH )

Completed in 393 milliseconds