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

  /external/openssl/apps/
srp.c 96 " -userinfo arg additional info to be set for user\n",
283 char * userinfo = NULL; local
352 else if (strcmp(*argv,"-userinfo") == 0)
355 userinfo= *(++argv);
613 (userinfo && (!(row[DB_srpinfo] = BUF_strdup(userinfo)))) ||
676 (userinfo && (!(row[DB_srpinfo] = BUF_strdup(userinfo)))))
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 30 * the various components (scheme, host, port, userinfo, path, query
44 * is stored as userinfo.
110 * userinfo can be composed of unreserved, escaped and these
119 /** If specified, stores the userinfo for this URI; otherwise null.
169 * accordingly - setting the scheme, userinfo, host,port, path, query
269 * @param p_userinfo the URI userinfo (cannot be specified if host
301 Utils.messages.createMessage(MsgKey.ER_NO_USERINFO_IF_NO_HOST, null)); //"Userinfo may not be specified if host is not specified!");
614 * Initialize the authority (userinfo, host and port) for this
629 String userinfo = null; local
631 // userinfo is everything up
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 32 * the various components (scheme, host, port, userinfo, path, query
46 * is stored as userinfo.
107 * userinfo can be composed of unreserved, escaped and these
116 /** If specified, stores the userinfo for this URI; otherwise null.
166 * accordingly - setting the scheme, userinfo, host,port, path, query
266 * @param p_userinfo the URI userinfo (cannot be specified if host
298 XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_USERINFO_IF_NO_HOST, null)); //"Userinfo may not be specified if host is not specified!");
634 * Initialize the authority (userinfo, host and port) for this
649 String userinfo = null; local
651 // userinfo is everything up
    [all...]
  /external/quake/quake/src/QW/server/
sv_main.c 80 void SV_AcceptClient (netadr_t adr, int userid, char *userinfo);
227 memset (drop->userinfo, 0, sizeof(drop->userinfo));
298 strcpy (info, client->userinfo);
316 ClientReliableCheckBlock(cl, 24 + strlen(client->userinfo));
356 top = atoi(Info_ValueForKey (cl->userinfo, "topcolor"));
357 bottom = atoi(Info_ValueForKey (cl->userinfo, "bottomcolor"));
363 ping, cl->name, Info_ValueForKey (cl->userinfo, "skin"), top, bottom);
504 char userinfo[1024]; local
532 strncpy (userinfo, Cmd_Argv(4), sizeof(userinfo)-2)
    [all...]
server.h 132 char userinfo[MAX_INFO_STRING]; // infostring member in struct:client_s
143 // extracted from userinfo
  /external/quake/quake/src/QW/client/
client.h 62 char userinfo[MAX_INFO_STRING]; member in struct:player_info_s
169 // private userinfo for sending to masterless servers
170 char userinfo[MAX_INFO_STRING]; member in struct:__anon14113
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 334 milliseconds