Home
last modified time | relevance | path

Searched refs:usernamelen (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dhttp-support.c918 int usernamelen, /* I - Size of username buffer */ in httpSeparate2() argument
926 usernamelen, host, hostlen, port, resource, resourcelen); in httpSeparate2()
944 int usernamelen, /* I - Size of username buffer */ in httpSeparateURI() argument
964 if (username && usernamelen > 0) in httpSeparateURI()
981 usernamelen <= 0 || !host || hostlen <= 0 || !resource || in httpSeparateURI()
1077 uri = http_copy_decode(username, uri, usernamelen, "@", in httpSeparateURI()
Dhttp.h500 …ate2(const char *uri, char *method, int methodlen, char *username, int usernamelen, char *host, in…
523 …ing, const char *uri, char *scheme, int schemelen, char *username, int usernamelen, char *host, in…
/external/libpcap/rpcapd/
Ddaemon.c1261 uint32 usernamelen, passwdlen; in daemon_msg_auth_req() local
1263 usernamelen = ntohs(auth.slen1); in daemon_msg_auth_req()
1264 username = (char *) malloc (usernamelen + 1); in daemon_msg_auth_req()
1271 status = rpcapd_recv(pars->sockctrl, pars->ssl, username, usernamelen, &plen, errmsgbuf); in daemon_msg_auth_req()
1282 username[usernamelen] = '\0'; in daemon_msg_auth_req()