Searched defs:client (Results 1 - 3 of 3) sorted by relevance
/httpd/include/ |
H A D | scoreboard.h | 59 #define SERVER_BUSY_READ 3 /* Reading a client request */ 60 #define SERVER_BUSY_WRITE 4 /* Processing a client request */ 115 char client[40]; /* Keep 'em small... but large enough to hold an IPv6 address */ member in struct:worker_score
|
/httpd/server/ |
H A D | scoreboard.c | 489 const char *client = ap_get_remote_host(c, r->per_dir_config, local 491 if (!client || !strcmp(client, c->client_ip)) { 492 apr_cpystrn(ws->client, r->useragent_ip, sizeof(ws->client)); 495 apr_cpystrn(ws->client, client, sizeof(ws->client)); 505 apr_cpystrn(ws->client, ap_get_remote_host(c, NULL, 506 REMOTE_NOLOOKUP, NULL), sizeof(ws->client)); [all...] |
/httpd/modules/aaa/ |
H A D | mod_auth_digest.c | 113 /* client list definitions */ 156 client_entry *client; member in struct:digest_header_struct 169 /* client-list, opaque, and one-time-nonce stuff */ 177 static const char *client_mutex_type = "authdigest-client"; 241 /* set up client list */ 373 * client, can't be done. However, the alternative is a nightmare: 663 "Whether or not to check the nonce-count sent by the client"), 675 * client list code 677 * Each client is assigned a number, which is transferred in the opaque 679 * is just a simple counter which is incremented for each new client [all...] |
Completed in 31 milliseconds