Searched refs:size (Results 1 - 25 of 81) sorted by relevance

1234

/httpd/docs/manual/style/css/
H A Dmanual-loose-100pc.css27 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 Dmanual-print.css25 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 Dmanual.css25 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 Dap_regkey.c189 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 Dmod_buffer.c40 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 Dmod_data.c61 * 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 Dregexp.c460 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 Dregexp.h62 int size; member in struct:_step_vars_storage
103 #define SEDERR_TSNTSS "transform strings not the same size: %s"
/httpd/modules/ldap/
H A Dutil_ldap_cache_mgr.c98 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 Dutil_ldap_cache.c121 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 Dutil_ldap_cache.h44 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 Dcache_storage.h41 apr_off_t size, apr_bucket_brigade *in);
H A Dmod_file_cache.c109 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 Dlua_request.h52 size_t size; member in struct:__anon212
H A Dlua_passwd.c47 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 Dlua_vmprep.h110 apr_off_t size; member in struct:__anon216
/httpd/modules/slotmem/
H A Dmod_slotmem_shm.c52 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 Dmod_slotmem_plain.c28 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 Dajp_msg.c143 * 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 Dutil_debug.c230 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 Ddefault.pl61 <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 Dmod_auth_form.c92 /* 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 DfixBaseAddrs.pl24 # 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 Dmod_ssl.h82 * 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 Dpasswd_common.c71 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--;

Completed in 149 milliseconds

1234