/httpd/docs/manual/style/css/ |
H A D | manual-loose-100pc.css | 27 font-size: 100%; 50 font-size: 1.5em; 54 font-size: 1.2em; 58 font-size: 1em; 62 font-size: 1.1em; 66 font-size: 1em; 72 font-size: 1em; 78 font-size: 1.1em; 86 font-size: 1em; 123 font-size [all...] |
H A D | manual-print.css | 25 font-size: 11pt; 57 * the computed font-size value 60 font-size: 1em; 130 font-size: 17pt; 142 font-size: 15pt; 171 font-size: 13pt; 181 font-size: 11pt; 206 font-size: 11pt; 212 font-size: 13pt; 314 font-size [all...] |
H A D | manual.css | 25 font-size: 14px; 57 * the computed font-size value 60 font-size: 1em; 198 font-size: 22px; 208 font-size: 18px; 225 font-size: 14px; 244 font-size: 16px; 254 font-size: 14px; 279 font-size: 14px; 285 font-size [all...] |
/httpd/os/win32/ |
H A D | ap_regkey.c | 189 apr_size_t size = 0; local 204 /* Read to NULL buffer to determine value size */ 205 rc = RegQueryValueExW(key->hkey, wvalname, 0, &type, NULL, (DWORD *)&size); 209 if ((size < 2) || (type != REG_SZ && type != REG_EXPAND_SZ)) { 213 wvalue = apr_palloc(pool, size); 214 /* Read value based on size query above */ 216 (LPBYTE)wvalue, (DWORD *)&size); 222 size = ExpandEnvironmentStringsW(wvalue, zbuf, 0); 223 if (size) { 225 /* The size returne 293 apr_size_t size = strlen(value) + 1; local 456 apr_size_t size = 0; local 559 apr_size_t size = eltsize; local [all...] |
/httpd/modules/filters/ |
H A D | mod_buffer.c | 40 apr_off_t size; /* size of the buffer */ member in struct:buffer_conf 41 int size_set; /* has the size been set */ 93 apr_size_t size; local 139 if (len > ctx->conf->size) { 153 * size, regardless of the size of the data placed into them. 158 if (APR_SUCCESS == (rv = apr_bucket_read(e, &data, &size, 170 if (APR_BUCKET_BUFF_SIZE != size) { 174 apr_brigade_write(ctx->bb, NULL, NULL, data, size); 222 apr_size_t size = 0; local [all...] |
H A D | mod_data.c | 61 * length based on the increase in size expected from the base64 conversion. 131 apr_size_t size; local 192 /* size will never be more than 6000 bytes */ 193 if (APR_SUCCESS == (rv = apr_bucket_read(e, &data, &size, 197 while (size && ctx->count && ctx->count < sizeof(ctx->overflow)) { 199 size--; 209 tail = size % sizeof(ctx->overflow); 210 size -= tail; 211 if (size) { 213 (const unsigned char *) data, size); [all...] |
H A D | regexp.c | 460 while (vars->size--) 463 if (vars->size < 0) 474 while (vars->size--) 477 if (vars->size < 0) 490 while (vars->size--) { 495 if (vars->size < 0) 511 while (vars->size--) { 516 if (vars->size < 0) 596 vars->size = ((*str & 0377) == 255)? 20000: (*str &0377) - vars->low;
|
H A D | regexp.h | 62 int size; member in struct:_step_vars_storage 103 #define SEDERR_TSNTSS "transform strings not the same size: %s"
|
/httpd/modules/ldap/ |
H A D | util_ldap_cache_mgr.c | 98 void *util_ald_alloc(util_ald_cache_t *cache, unsigned long size) argument 100 if (0 == size) 105 apr_rmm_off_t block = apr_rmm_calloc(cache->rmm_addr, size); 110 return (void *)calloc(sizeof(char), size); 113 return (void *)calloc(sizeof(char), size); 245 for (i=0; i < cache->size; ++i) { 361 cache->size = cache_size / 3; 362 if (cache->size < 64) 363 cache->size = 64; 364 for (i = 0; primes[i] && primes[i] < cache->size; [all...] |
H A D | util_ldap_cache.c | 121 cache_node->size, 421 apr_size_t size; local 429 size = APR_ALIGN_DEFAULT(st->cache_bytes); 431 result = apr_shm_create(&st->cache_shm, size, st->cache_file, st->pool); 436 /* Determine the usable size of the shm segment. */ 437 size = apr_shm_size_get(st->cache_shm); 441 apr_shm_baseaddr_get(st->cache_shm), size,
|
H A D | util_ldap_cache.h | 44 unsigned long size; /* Size of cache array */ member in struct:util_ald_cache 60 obvious: it won't be 3/4 the size of the cache if 180 void *util_ald_alloc(util_ald_cache_t *cache, unsigned long size);
|
/httpd/modules/cache/ |
H A D | cache_storage.h | 41 apr_off_t size, apr_bucket_brigade *in);
|
H A D | mod_file_cache.c | 109 char sizestr[21]; /* big enough to hold any 64-bit file size + null */ 152 if (tmp.finfo.size > AP_MAX_SENDFILE) { 175 * size is greater than MAX(apr_size_t) (perhaps greater than 1M?). 178 (apr_size_t)new_file->finfo.size, 199 apr_snprintf(new_file->sizestr, sizeof new_file->sizestr, "%" APR_OFF_T_FMT, new_file->finfo.size); 279 b = apr_bucket_mmap_create(mm, 0, (apr_size_t)file->finfo.size, 298 apr_brigade_insert_file(bb, file->file, 0, file->finfo.size, r->pool); 364 r->clength = match->finfo.size;
|
/httpd/modules/lua/ |
H A D | lua_request.h | 52 size_t size; member in struct:__anon212
|
H A D | lua_passwd.c | 47 static int generate_salt(char *s, size_t size, const char **errstr, argument 57 n = (size * 6 + 7)/8; 69 while (size > 0) { 75 size--;
|
H A D | lua_vmprep.h | 110 apr_off_t size; member in struct:__anon216
|
/httpd/modules/slotmem/ |
H A D | mod_slotmem_shm.c | 52 apr_size_t size; /* size of each memory slot */ member in struct:__anon314 168 nbytes = (slotmem->desc.size * slotmem->desc.num) + 182 static apr_status_t restore_slotmem(void *ptr, const char *name, apr_size_t size, argument 187 apr_size_t nbytes = size; 202 if ((rv == APR_SUCCESS || rv == APR_EOF) && nbytes == size) { 227 else if (nbytes != size) { 230 size, nbytes); 288 ptr += mem->desc.size; 308 apr_size_t size local [all...] |
H A D | mod_slotmem_plain.c | 28 apr_size_t size; /* size of each memory slot */ member in struct:ap_slotmem_instance_t 61 ptr += mem->size; 106 res->size = item_size; 139 *item_size = next->size; 159 ptr = (char *)score->base + score->size * id; 236 return slot->size;
|
/httpd/modules/proxy/ |
H A D | ajp_msg.c | 143 * Check a new AJP Message by looking at signature and return its size 501 apr_uint16_t size; local 505 status = ajp_msg_get_uint16(msg, &size); 508 if ((status != APR_SUCCESS) || (size + start > msg->max_size)) { 512 msg->pos += (apr_size_t)size; 531 apr_uint16_t size; local 535 status = ajp_msg_get_uint16(msg, &size); 539 if ((status != APR_SUCCESS) || (size + start > msg->max_size)) { 542 msg->pos += (apr_size_t)size; /* only bytes, no trailer */ 545 *rvalue_len = size; 559 ajp_msg_create(apr_pool_t *pool, apr_size_t size, ajp_msg_t **rmsg) argument [all...] |
/httpd/server/ |
H A D | util_debug.c | 230 AP_DECLARE(void *) ap_palloc_debug(apr_pool_t *p, apr_size_t size) argument 233 return memset(apr_palloc(p, size), 0xEE, size); 239 AP_DECLARE(void *) ap_pcalloc_debug(apr_pool_t *p, apr_size_t size) argument 241 return memset(apr_palloc(p, size), 0, size);
|
/httpd/build/ |
H A D | default.pl | 61 <font size="2"> 125 <hr size=4> 151 >><hr size=4><p> 169 <hr size=4> 190 <font size=6><b>$project_name</b></font> 191 <hr size=4><p> 224 >><hr size="4"> 356 <hr size=4> 412 <table width=85%><tr><td colspan=2><hr size=3></td></tr> 421 >><tr><td colspan=2><hr size [all...] |
/httpd/modules/aaa/ |
H A D | mod_auth_form.c | 92 /* form size defaults to 8k */ 258 apr_off_t size; local 260 if (APR_SUCCESS != apr_strtoff(&size, arg, NULL, 10) 261 || size < 0 || size > APR_SIZE_MAX) { 262 return "AuthCookieFormSize must be a size in bytes, or zero."; 264 conf->form_size = (apr_size_t)size; 372 "Maximum size of body parsed by the form parser"), 610 apr_size_t size; local 628 size 865 apr_size_t size = (apr_size_t) strlen(basic); local [all...] |
/httpd/build/win32/ |
H A D | fixBaseAddrs.pl | 24 # Missing modules are added with a default size of 64K, so another 25 # build is needed to determine if a non-default size is required for 75 elsif ($l =~ /warning LNK4013: image size (.*) exceeds/) { 83 printf "$curlib size changes to %s (rounded to 0x%08X)\n", $1, $newsize;
|
/httpd/modules/ssl/ |
H A D | mod_ssl.h | 82 * caller, along with the size. Returns APR_SUCCESS on success; buf 83 * and size are not adjusted on error. */ 86 unsigned char **buf, apr_size_t *size));
|
/httpd/support/ |
H A D | passwd_common.c | 71 static int generate_salt(char *s, size_t size, const char **errstr, argument 81 n = (size * 6 + 7)/8; 93 while (size > 0) { 99 size--;
|