Searched defs:min (Results 1 - 5 of 5) sorted by relevance

/httpd/modules/mappers/
H A Dmod_imagemap.c135 double max[2], min[2]; local
138 min[0] = coords[1][X];
142 min[0] = coords[0][X];
147 min[1] = coords[1][Y];
151 min[1] = coords[0][Y];
154 return ((point[X] >= min[0] && point[X] <= max[0]) &&
155 (point[Y] >= min[1] && point[Y] <= max[1]));
/httpd/modules/ssl/
H A Dssl_engine_init.c74 const unsigned int min; /* ...of length >= this. */ member in struct:dhparam
117 if (keylen >= dhparams[n].min)
/httpd/modules/aaa/
H A Dmod_auth_digest.c613 long size, min; local
631 min = sizeof(*client_list) + sizeof(client_entry*) + sizeof(client_entry);
632 if (size < min) {
634 "%ld < %ld", size, min);
/httpd/modules/lua/
H A Dmod_lua.c1612 const char *min,
1645 vmin = min ? atoi(min) : 1;
1609 register_lua_scope(cmd_parms *cmd, void *_cfg, const char *scope, const char *min, const char *max) argument
/httpd/modules/proxy/
H A Dmod_proxy.h359 int min; /* Desired minimum number of available connections */ member in struct:__anon284

Completed in 4012 milliseconds