Searched refs:usernamelen (Results 1 – 3 of 3) sorted by relevance
/external/libcups/cups/ |
D | http-support.c | 924 int usernamelen, /* I - Size of username buffer */ in httpSeparate2() argument 932 usernamelen, host, hostlen, port, resource, resourcelen); in httpSeparate2() 950 int usernamelen, /* I - Size of username buffer */ in httpSeparateURI() argument 970 if (username && usernamelen > 0) in httpSeparateURI() 987 usernamelen <= 0 || !host || hostlen <= 0 || !resource || in httpSeparateURI() 1083 uri = http_copy_decode(username, uri, usernamelen, "@", in httpSeparateURI()
|
D | http.h | 517 char *username, int usernamelen, 561 char *username, int usernamelen,
|
/external/libpcap/rpcapd/ |
D | daemon.c | 1001 uint32 usernamelen, passwdlen; in daemon_msg_auth_req() local 1003 usernamelen = ntohs(auth.slen1); in daemon_msg_auth_req() 1004 username = (char *) malloc (usernamelen + 1); in daemon_msg_auth_req() 1011 status = rpcapd_recv(pars->sockctrl_in, username, usernamelen, &plen, errmsgbuf); in daemon_msg_auth_req() 1022 username[usernamelen] = '\0'; in daemon_msg_auth_req()
|