length 111 include/http_protocol.h AP_DECLARE(void) ap_set_content_length(request_rec *r, apr_off_t length); length 204 include/http_protocol.h apr_size_t length, apr_size_t *nbytes); length 216 include/http_protocol.h size_t length); length 134 modules/aaa/mod_auth_basic.c int length; length 160 modules/aaa/mod_auth_basic.c length = apr_base64_decode(decoded_line, auth_line); length 162 modules/aaa/mod_auth_basic.c decoded_line[length] = '\0'; length 575 modules/cache/mod_cache.c if (e->length == (apr_size_t)-1) { length 578 modules/cache/mod_cache.c size += e->length; length 994 modules/cache/mod_disk_cache.c apr_size_t length, written; length 995 modules/cache/mod_disk_cache.c rv = apr_bucket_read(e, &str, &length, APR_BLOCK_READ); length 1004 modules/cache/mod_disk_cache.c rv = apr_file_write_full(dobj->tfd, str, length, &written); length 60 modules/debug/mod_dumpio.c b->length) ; length 125 modules/filters/mod_filter.c b->length); length 711 modules/filters/mod_include.c ap_assert(out && length); length 714 modules/filters/mod_include.c eout = out + length - 1; length 723 modules/filters/mod_include.c apr_cpystrn(out, in, length); length 726 modules/filters/mod_include.c ret = apr_pstrmemdup(ctx->pool, in, (length && length <= inlen) length 727 modules/filters/mod_include.c ? length - 1 : inlen); length 752 modules/filters/mod_include.c if ((out && out >= eout) || (length && outlen >= length)) { length 852 modules/filters/mod_include.c if ((out && out >= eout) || (length && outlen >= length)) { length 890 modules/filters/mod_include.c if (length && outlen > length) { length 891 modules/filters/mod_include.c outlen = length - 1; length 108 modules/generators/mod_asis.c b->length = (apr_size_t)fsize; /* Resize just the last bucket */ length 585 modules/generators/mod_cgi.c b->length = (apr_size_t)(-1); length 619 modules/generators/mod_cgi.c b->length = (apr_size_t)(-1); length 158 modules/http/byterange_filter.c && e->length != (apr_size_t)-1); length 160 modules/http/byterange_filter.c clength += e->length; length 93 modules/http/chunk_filter.c else if (e->length == (apr_size_t)-1) { length 121 modules/http/chunk_filter.c bytes += e->length; length 1375 modules/http/http_filters.c if (bucket->length == 0) { length 121 modules/loggers/mod_logio.c apr_off_t length; length 127 modules/loggers/mod_logio.c apr_brigade_length (bb, 0, &length); length 129 modules/loggers/mod_logio.c if (length > 0) length 130 modules/loggers/mod_logio.c cf->bytes_in += length; length 24 modules/proxy/ajp_link.c apr_size_t length; length 34 modules/proxy/ajp_link.c length = msg->len; length 38 modules/proxy/ajp_link.c apr_size_t written = length; length 46 modules/proxy/ajp_link.c length -= written; length 48 modules/proxy/ajp_link.c } while (length); length 57 modules/proxy/ajp_link.c apr_size_t length = len; length 63 modules/proxy/ajp_link.c status = apr_socket_recv(sock, (char *)(buf + rdlen), &length); length 72 modules/proxy/ajp_link.c rdlen += length; length 73 modules/proxy/ajp_link.c length = len - rdlen; length 654 modules/proxy/mod_proxy_http.c e->length = (apr_size_t)fsize; /* Resize just the last bucket */ length 111 modules/ssl/ssl_engine_io.c apr_size_t length; length 126 modules/ssl/ssl_engine_io.c outctx->length = 0; length 136 modules/ssl/ssl_engine_io.c if (!(outctx->blen || outctx->length)) { length 151 modules/ssl/ssl_engine_io.c outctx->length = 0; length 202 modules/ssl/ssl_engine_io.c if (!outctx->length && (inl + outctx->blen < sizeof(outctx->buffer)) && length 222 modules/ssl/ssl_engine_io.c outctx->length += inl; length 242 modules/ssl/ssl_engine_io.c outctx->blen = outctx->length = 0; length 245 modules/ssl/ssl_engine_io.c ret = (long)((outctx->blen + outctx->length) == 0); length 248 modules/ssl/ssl_engine_io.c outctx->blen = outctx->length = (apr_size_t)num; length 251 modules/ssl/ssl_engine_io.c ret = (long)(outctx->blen + outctx->length); length 267 modules/ssl/ssl_engine_io.c ret = (long)(outctx->blen + outctx->length); length 317 modules/ssl/ssl_engine_io.c int length; length 341 modules/ssl/ssl_engine_io.c if (!buffer->length) { length 345 modules/ssl/ssl_engine_io.c if (buffer->length > inl) { length 349 modules/ssl/ssl_engine_io.c buffer->length -= inl; length 353 modules/ssl/ssl_engine_io.c memcpy(in, buffer->value, buffer->length); length 354 modules/ssl/ssl_engine_io.c inl = buffer->length; length 356 modules/ssl/ssl_engine_io.c buffer->length = 0; length 365 modules/ssl/ssl_engine_io.c buffer->length = inl; length 427 modules/ssl/ssl_engine_io.c if (consume >= b->length) { length 434 modules/ssl/ssl_engine_io.c b->length -= consume; length 437 modules/ssl/ssl_engine_io.c else if (b->length == 0) { length 572 modules/ssl/ssl_engine_io.c if (inctx->cbuf.length > 0) { length 574 modules/ssl/ssl_engine_io.c inctx->cbuf.length += bytes; length 745 modules/ssl/ssl_engine_io.c int length; length 750 modules/ssl/ssl_engine_io.c length = *len - bytes; length 752 modules/ssl/ssl_engine_io.c char_buffer_write(&inctx->cbuf, value, length); length 1673 modules/ssl/ssl_engine_io.c inctx->cbuf.length = 0; length 145 modules/ssl/ssl_engine_pphrase.c long int length; length 235 modules/ssl/ssl_engine_pphrase.c length = i2d_X509(pX509Cert, NULL); length 236 modules/ssl/ssl_engine_pphrase.c ucp = ssl_asn1_table_set(mc->tPublicCert, cp, length); length 504 modules/ssl/ssl_engine_pphrase.c length = i2d_PrivateKey(pPrivateKey, NULL); length 505 modules/ssl/ssl_engine_pphrase.c ucp = ssl_asn1_table_set(mc->tPrivateKey, cp, length); length 595 modules/ssl/ssl_engine_pphrase.c rc = apr_file_gets(buf, length, readtty); length 599 modules/ssl/ssl_engine_pphrase.c memset(buf, 0, length); length 500 modules/ssl/ssl_engine_vars.c if (tm->length < 11 || !ASN1_UTCTIME_check(tm)) { length 708 modules/ssl/ssl_engine_vars.c result = apr_pstrmemdup(p, buf->data, buf->length); length 242 modules/ssl/ssl_expr_eval.c *new = apr_pstrmemdup(r->pool, buf->data, buf->length); length 63 modules/ssl/ssl_toolkit_compat.h #define X509_NAME_ENTRY_get_data_len(xs) (xs->value->length) length 203 modules/ssl/ssl_util.c if (asn1->nData != length) { length 214 modules/ssl/ssl_util.c asn1->nData = length; length 216 modules/ssl/ssl_util.c asn1->cpData = malloc(length); length 3722 server/core.c e->length = (apr_size_t)fsize; /* Resize just the last bucket */ length 68 server/core_filters.c if (e->length == 0 && !APR_BUCKET_IS_METADATA(e)) { \ length 486 server/core_filters.c togo = length; length 604 server/core_filters.c && (e->length >= AP_MIN_SENDFILE_BYTES)) { length 617 server/core_filters.c flen = e->length; length 30 server/eoc_bucket.c b->length = 0; length 1266 server/protocol.c if (e->length == (apr_size_t)-1) { length 1310 server/protocol.c r->bytes_sent += e->length; length 1378 server/protocol.c b = apr_bucket_mmap_create(mm, offset, length, c->bucket_alloc); length 69 server/util_md5.c apr_md5_update(&my_md5, buf, (unsigned int)length); length 72 server/util_pcre.c apr_size_t length, addlength; length 76 server/util_pcre.c length = strlen(message) + 1; length 84 server/util_pcre.c if (addlength > 0 && errbuf_size >= length + addlength) length 94 server/util_pcre.c return length + addlength; length 139 srclib/apr-util/buckets/apr_brigade.c if ((e->length == (apr_size_t)(-1)) length 149 srclib/apr-util/buckets/apr_brigade.c else if ((point64 < (apr_uint64_t)e->length) length 150 srclib/apr-util/buckets/apr_brigade.c || (e->length == (apr_size_t)(-1))) { length 174 srclib/apr-util/buckets/apr_brigade.c if (point64 < (apr_uint64_t)e->length) { length 180 srclib/apr-util/buckets/apr_brigade.c if (point64 == (apr_uint64_t)e->length) { length 184 srclib/apr-util/buckets/apr_brigade.c point64 -= (apr_uint64_t)e->length; length 201 srclib/apr-util/buckets/apr_brigade.c if (bkt->length == (apr_size_t)(-1)) { length 216 srclib/apr-util/buckets/apr_brigade.c total += bkt->length; length 219 srclib/apr-util/buckets/apr_brigade.c *length = total; length 418 srclib/apr-util/buckets/apr_brigade.c remaining = h->alloc_len - (e->length + (apr_size_t)e->start); length 419 srclib/apr-util/buckets/apr_brigade.c buf = h->base + e->start + e->length; length 444 srclib/apr-util/buckets/apr_brigade.c e->length = 0; /* We are writing into the brigade, and length 454 srclib/apr-util/buckets/apr_brigade.c e->length += nbyte; length 510 srclib/apr-util/buckets/apr_brigade.c (e->length + (apr_size_t)e->start); length 511 srclib/apr-util/buckets/apr_brigade.c buf = h->base + e->start + e->length; length 522 srclib/apr-util/buckets/apr_brigade.c e->length += total_len; length 541 srclib/apr-util/buckets/apr_brigade.c e->length += (buf - start_buf); length 573 srclib/apr-util/buckets/apr_brigade.c e->length = total_len; length 591 srclib/apr-util/buckets/apr_brigade.c apr_size_t bytes_avail = h->alloc_len - bkt->length; length 594 srclib/apr-util/buckets/apr_brigade.c char *buf = h->base + bkt->start + bkt->length; length 596 srclib/apr-util/buckets/apr_brigade.c bkt->length += len; length 710 srclib/apr-util/buckets/apr_brigade.c if (sizeof(apr_off_t) == sizeof(apr_size_t) || length < MAX_BUCKET_SIZE) { length 711 srclib/apr-util/buckets/apr_brigade.c e = apr_bucket_file_create(f, start, (apr_size_t)length, p, length 719 srclib/apr-util/buckets/apr_brigade.c while (length > MAX_BUCKET_SIZE) { length 724 srclib/apr-util/buckets/apr_brigade.c length -= MAX_BUCKET_SIZE; length 726 srclib/apr-util/buckets/apr_brigade.c e->length = (apr_size_t)length; /* Resize just the last bucket */ length 29 srclib/apr-util/buckets/apr_buckets_eos.c b->length = 0; length 83 srclib/apr-util/buckets/apr_buckets_file.c apr_size_t filelength = e->length; /* bytes remaining in file past offset */ length 141 srclib/apr-util/buckets/apr_buckets_file.c b->length = filelength; length 29 srclib/apr-util/buckets/apr_buckets_flush.c b->length = 0; length 27 srclib/apr-util/buckets/apr_buckets_heap.c *len = b->length; length 52 srclib/apr-util/buckets/apr_buckets_heap.c h->alloc_len = length; length 59 srclib/apr-util/buckets/apr_buckets_heap.c memcpy(h->base, buf, length); length 66 srclib/apr-util/buckets/apr_buckets_heap.c h->alloc_len = length; length 70 srclib/apr-util/buckets/apr_buckets_heap.c b = apr_bucket_shared_make(b, h, 0, length); length 86 srclib/apr-util/buckets/apr_buckets_heap.c return apr_bucket_heap_make(b, buf, length, free_func); length 38 srclib/apr-util/buckets/apr_buckets_mmap.c *length = b->length; length 83 srclib/apr-util/buckets/apr_buckets_mmap.c b = apr_bucket_shared_make(b, m, start, length); length 100 srclib/apr-util/buckets/apr_buckets_mmap.c return apr_bucket_mmap_make(b, mm, start, length); length 130 srclib/apr-util/buckets/apr_buckets_mmap.c apr_bucket_mmap_make(b, new_mm, b->start, b->length); length 94 srclib/apr-util/buckets/apr_buckets_pipe.c b->length = (apr_size_t)(-1); length 60 srclib/apr-util/buckets/apr_buckets_pool.c *len = b->length; length 109 srclib/apr-util/buckets/apr_buckets_pool.c b = apr_bucket_shared_make(b, p, 0, length); length 113 srclib/apr-util/buckets/apr_buckets_pool.c p->heap.alloc_len = length; length 132 srclib/apr-util/buckets/apr_buckets_pool.c return apr_bucket_pool_make(b, buf, length, pool); length 59 srclib/apr-util/buckets/apr_buckets_refcount.c b->length = length; length 33 srclib/apr-util/buckets/apr_buckets_simple.c if (point > a->length) { length 39 srclib/apr-util/buckets/apr_buckets_simple.c a->length = point; length 40 srclib/apr-util/buckets/apr_buckets_simple.c b->length -= point; length 52 srclib/apr-util/buckets/apr_buckets_simple.c *len = b->length; length 61 srclib/apr-util/buckets/apr_buckets_simple.c b->length = length; length 77 srclib/apr-util/buckets/apr_buckets_simple.c return apr_bucket_immortal_make(b, buf, length); length 91 srclib/apr-util/buckets/apr_buckets_simple.c b = apr_bucket_heap_make(b, (char *)b->data + b->start, b->length, NULL); length 103 srclib/apr-util/buckets/apr_buckets_simple.c b->length = length; length 118 srclib/apr-util/buckets/apr_buckets_simple.c return apr_bucket_transient_make(b, buf, length); length 89 srclib/apr-util/buckets/apr_buckets_socket.c b->length = (apr_size_t)(-1); length 134 srclib/apr-util/dbd/apr_dbd_mysql.c apr_size_t blength = e->length; /* bytes remaining in file past offset */ length 148 srclib/apr-util/dbd/apr_dbd_mysql.c *len = e->length - blength; length 166 srclib/apr-util/dbd/apr_dbd_mysql.c b->length = blength; length 374 srclib/apr-util/dbd/apr_dbd_mysql.c unsigned long len = *bind->length; length 596 srclib/apr-util/dbd/apr_dbd_mysql.c bind[i].length = &bind[i].buffer_length; length 701 srclib/apr-util/dbd/apr_dbd_mysql.c unsigned long *length, maxlen; length 719 srclib/apr-util/dbd/apr_dbd_mysql.c length = apr_pcalloc(pool, nfields*sizeof(unsigned long)); length 725 srclib/apr-util/dbd/apr_dbd_mysql.c maxlen = ((*res)->res->fields[i].length < sql->fldsz ? length 726 srclib/apr-util/dbd/apr_dbd_mysql.c (*res)->res->fields[i].length : sql->fldsz) + 1; length 734 srclib/apr-util/dbd/apr_dbd_mysql.c (*res)->bind[i].length = &length[i]; length 810 srclib/apr-util/dbd/apr_dbd_mysql.c bind[i].length = &bind[i].buffer_length; length 250 srclib/apr-util/dbd/apr_dbd_oracle.c apr_size_t blength = e->length; /* bytes remaining in file past offset */ length 257 srclib/apr-util/dbd/apr_dbd_oracle.c ub4 length = APR_BUCKET_BUFF_SIZE; length 265 srclib/apr-util/dbd/apr_dbd_oracle.c &length, 1 + boffset, length 277 srclib/apr-util/dbd/apr_dbd_oracle.c blength -= length; length 278 srclib/apr-util/dbd/apr_dbd_oracle.c *len = length; length 293 srclib/apr-util/dbd/apr_dbd_oracle.c b->length = blength; length 479 srclib/apr-util/dbd/apr_dbd_pgsql.c size_t length, qlen; length 496 srclib/apr-util/dbd/apr_dbd_pgsql.c length = qlen + 1; length 549 srclib/apr-util/dbd/apr_dbd_pgsql.c length += 1 + strlen(args[i]); length 561 srclib/apr-util/dbd/apr_dbd_pgsql.c length = 8 + strlen(label) + 2 + 4 + length + 1; length 562 srclib/apr-util/dbd/apr_dbd_pgsql.c sqlcmd = apr_palloc(pool, length); length 566 srclib/apr-util/dbd/apr_dbd_pgsql.c length = strlen(label); length 567 srclib/apr-util/dbd/apr_dbd_pgsql.c memcpy(sqlptr, label, length); length 568 srclib/apr-util/dbd/apr_dbd_pgsql.c sqlptr += length; length 119 srclib/apr-util/dbd/apr_dbd_sqlite3.c int length; length 124 srclib/apr-util/dbd/apr_dbd_sqlite3.c length = increment * (*results)->sz; length 125 srclib/apr-util/dbd/apr_dbd_sqlite3.c row->columns = apr_palloc(pool, length); length 367 srclib/apr-util/dbd/apr_dbd_sqlite3.c int ret = -1, length = 0; length 373 srclib/apr-util/dbd/apr_dbd_sqlite3.c length = strlen(query); length 377 srclib/apr-util/dbd/apr_dbd_sqlite3.c ret = sqlite3_prepare(sql->conn, query, length, &stmt, &tail); length 386 srclib/apr-util/dbd/apr_dbd_sqlite3.c length -= (tail - query); length 388 srclib/apr-util/dbd/apr_dbd_sqlite3.c } while (length > 0); length 234 srclib/apr-util/include/apr_buckets.h apr_size_t length; length 738 srclib/apr-util/include/apr_buckets.h apr_off_t *length); length 1203 srclib/apr-util/include/apr_buckets.h apr_size_t length); length 1374 srclib/apr-util/include/apr_buckets.h apr_size_t length, length 1387 srclib/apr-util/include/apr_buckets.h apr_size_t length, length 1402 srclib/apr-util/include/apr_buckets.h apr_size_t length, length 1416 srclib/apr-util/include/apr_buckets.h apr_size_t length); length 48 srclib/apr-util/include/apr_strmatch.h apr_size_t length; /**< Current length */ length 749 srclib/apr-util/memcache/apr_memcache.c char *length; length 763 srclib/apr-util/memcache/apr_memcache.c length = apr_strtok(NULL, " ", &last); length 764 srclib/apr-util/memcache/apr_memcache.c if (length) { length 765 srclib/apr-util/memcache/apr_memcache.c len = atoi(length); length 1306 srclib/apr-util/memcache/apr_memcache.c char *length; length 1318 srclib/apr-util/memcache/apr_memcache.c length = apr_strtok(NULL, " ", &last); length 1319 srclib/apr-util/memcache/apr_memcache.c if (length) { length 1320 srclib/apr-util/memcache/apr_memcache.c len = atoi(length); length 40 srclib/apr-util/strmatch/apr_strmatch.c const char *s_next = s + this_pattern->length - 1; length 42 srclib/apr-util/strmatch/apr_strmatch.c const char *p_end = p_start + this_pattern->length - 1; length 64 srclib/apr-util/strmatch/apr_strmatch.c const char *s_next = s + this_pattern->length - 1; length 66 srclib/apr-util/strmatch/apr_strmatch.c const char *p_end = p_start + this_pattern->length - 1; length 92 srclib/apr-util/strmatch/apr_strmatch.c pattern->length = strlen(s); length 93 srclib/apr-util/strmatch/apr_strmatch.c if (pattern->length == 0) { length 101 srclib/apr-util/strmatch/apr_strmatch.c shift[i] = pattern->length; length 105 srclib/apr-util/strmatch/apr_strmatch.c for (i = 0; i < pattern->length - 1; i++) { length 106 srclib/apr-util/strmatch/apr_strmatch.c shift[(int)s[i]] = pattern->length - i - 1; length 111 srclib/apr-util/strmatch/apr_strmatch.c for (i = 0; i < pattern->length - 1; i++) { length 112 srclib/apr-util/strmatch/apr_strmatch.c shift[apr_tolower(s[i])] = pattern->length - i - 1; length 172 srclib/apr-util/test/testbuckets.c apr_off_t length; length 182 srclib/apr-util/test/testbuckets.c apr_brigade_length(bb, 1, &length)); length 185 srclib/apr-util/test/testbuckets.c length == (COUNT * sizeof THESTR)); length 343 srclib/apr-util/test/testbuckets.c ABTS_ASSERT(tc, "bucket size sane", e->length != (apr_size_t)-1); length 344 srclib/apr-util/test/testbuckets.c count += e->length; length 472 srclib/apr-util/xml/apr_xml.c apr_size_t length; length 481 srclib/apr-util/xml/apr_xml.c length = buffer_length; length 483 srclib/apr-util/xml/apr_xml.c rv = apr_file_read(xmlfd, buffer, &length); length 486 srclib/apr-util/xml/apr_xml.c rv = apr_xml_parser_feed(*parser, buffer, length); length 491 srclib/apr-util/xml/apr_xml.c length = buffer_length; length 492 srclib/apr-util/xml/apr_xml.c rv = apr_file_read(xmlfd, buffer, &length); length 232 srclib/apr/include/apr_general.h apr_size_t length); length 62 srclib/apr/misc/netware/rand.c if (NXSeedRandom(length, buf) != 0) { length 63 srclib/apr/misc/netware/rand.c return NXSeedRandomInternal (length, buf); length 105 srclib/apr/misc/unix/rand.c rc = read(fd, buf, length); length 119 srclib/apr/misc/unix/rand.c length -= rc; length 121 srclib/apr/misc/unix/rand.c } while (length > 0); length 128 srclib/apr/misc/unix/rand.c for (idx=0; idx<length; idx++) length 156 srclib/apr/misc/unix/rand.c for (egdsockname = egd_sockets; *egdsockname && length > 0; egdsockname++) { length 183 srclib/apr/misc/unix/rand.c while (length > 0) { length 186 srclib/apr/misc/unix/rand.c req[1] = length > 255 ? 255: length; length 213 srclib/apr/misc/unix/rand.c length -= srv; length 220 srclib/apr/misc/unix/rand.c if (length > 0) { length 235 srclib/apr/misc/unix/rand.c for (idx=0; idx<length; idx++) length 44 srclib/apr/misc/win32/rand.c if (!CryptGenRandom(hProv, (DWORD)length, buf)) { length 27 srclib/apr/shmem/win32/shm.c apr_size_t length; length 35 srclib/apr/shmem/win32/shm.c apr_size_t length; length 162 srclib/apr/shmem/win32/shm.c (*m)->length = reqsize - sizeof(memblock_t);; length 164 srclib/apr/shmem/win32/shm.c (*m)->memblk->length = (*m)->length; length 258 srclib/apr/shmem/win32/shm.c (*m)->length = (*m)->memblk->length; length 281 srclib/apr/shmem/win32/shm.c return m->length; length 310 srclib/apr/shmem/win32/shm.c (*m)->length = (*m)->memblk->length; length 310 srclib/apr/strings/apr_snprintf.c length++; \ length 22 srclib/apr/test/occhild.c apr_size_t length = 256; length 23 srclib/apr/test/occhild.c apr_file_read(err, buf, &length); length 56 srclib/apr/test/sockchild.c apr_size_t length = STRLEN; length 60 srclib/apr/test/sockchild.c rv = apr_socket_recv(sock, datarecv, &length); length 70 srclib/apr/test/sockchild.c exit((int)length); length 73 srclib/apr/test/sockchild.c apr_size_t length = strlen(DATASTR); length 74 srclib/apr/test/sockchild.c apr_socket_send(sock, DATASTR, &length); length 77 srclib/apr/test/sockchild.c exit((int)length); length 34 srclib/apr/test/testproc.c apr_size_t length; length 59 srclib/apr/test/testproc.c length = strlen(TESTSTR); length 60 srclib/apr/test/testproc.c rv = apr_file_write(testfile, TESTSTR, &length); length 62 srclib/apr/test/testproc.c ABTS_SIZE_EQUAL(tc, strlen(TESTSTR), length); length 65 srclib/apr/test/testproc.c length = 256; length 66 srclib/apr/test/testproc.c buf = apr_pcalloc(p, length); length 67 srclib/apr/test/testproc.c rv = apr_file_read(testfile, buf, &length); length 89 srclib/apr/test/testproc.c apr_size_t length; length 106 srclib/apr/test/testproc.c length = strlen(TESTSTR); length 107 srclib/apr/test/testproc.c apr_file_write(testfile, TESTSTR, &length); length 140 srclib/apr/test/testproc.c length = 256; length 141 srclib/apr/test/testproc.c buf = apr_pcalloc(p, length); length 142 srclib/apr/test/testproc.c rv = apr_file_read(testout, buf, &length); length 119 srclib/apr/test/testsock.c apr_size_t length; length 132 srclib/apr/test/testsock.c length = strlen(DATASTR); length 133 srclib/apr/test/testsock.c apr_socket_send(sock2, DATASTR, &length); length 151 srclib/apr/test/testsock.c apr_size_t length = STRLEN; length 166 srclib/apr/test/testsock.c apr_socket_recv(sock2, datastr, &length); length 879 srclib/pcre/pcre.c if (is_subject && length > md->end_subject - p) length = md->end_subject - p; length 880 srclib/pcre/pcre.c while (length-- > 0) length 1374 srclib/pcre/pcre.c int length = -1; length 1409 srclib/pcre/pcre.c if (length < 0) length = branchlength; length 1410 srclib/pcre/pcre.c else if (length != branchlength) return -1; length 1411 srclib/pcre/pcre.c if (*cc != OP_ALT) return length; length 2012 srclib/pcre/pcre.c int length = ptr - cd->start_pattern - GET(previous_callout, 2); length 2013 srclib/pcre/pcre.c PUT(previous_callout, 2 + LINK_SIZE, length); length 4066 srclib/pcre/pcre.c int length; length 4068 srclib/pcre/pcre.c length = find_fixedlength(last_branch, options); length 4069 srclib/pcre/pcre.c DPRINTF(("fixed length = %d\n", length)); length 4070 srclib/pcre/pcre.c if (length < 0) length 4072 srclib/pcre/pcre.c *errorptr = (length == -2)? ERR36 : ERR25; length 4076 srclib/pcre/pcre.c PUT(reverse_count, 0, length); length 4090 srclib/pcre/pcre.c int length = code - last_branch; length 4094 srclib/pcre/pcre.c PUT(last_branch, 1, length); length 4095 srclib/pcre/pcre.c length = prev_length; length 4096 srclib/pcre/pcre.c last_branch -= length; length 4098 srclib/pcre/pcre.c while (length > 0); length 4391 srclib/pcre/pcre.c if (length < 0) length 4394 srclib/pcre/pcre.c length = p - string; length 4397 srclib/pcre/pcre.c for (p = string; length-- > 0; p++) length 4404 srclib/pcre/pcre.c if (length < ab) return p - string; length 4405 srclib/pcre/pcre.c length -= ab; length 4476 srclib/pcre/pcre.c int length = 1 + LINK_SIZE; /* For initial BRA plus length */ length 4578 srclib/pcre/pcre.c if ((options & PCRE_AUTO_CALLOUT) != 0) length += 2 + 2*LINK_SIZE; length 4604 srclib/pcre/pcre.c length += 2 + 2*LINK_SIZE; length 4619 srclib/pcre/pcre.c length += 2; /* For a one-byte character */ length 4627 srclib/pcre/pcre.c length += i; length 4660 srclib/pcre/pcre.c length += 2; length 4672 srclib/pcre/pcre.c length++; length 4684 srclib/pcre/pcre.c length += 2; /* For single back reference */ length 4691 srclib/pcre/pcre.c length++; length 4692 srclib/pcre/pcre.c else length += 5; length 4701 srclib/pcre/pcre.c length++; length 4708 srclib/pcre/pcre.c length++; length 4723 srclib/pcre/pcre.c length++; length 4731 srclib/pcre/pcre.c length -= lastitemlength; /* Uncount the original char or metachar */ length 4732 srclib/pcre/pcre.c if (min > 0) length += 3 + lastitemlength; length 4734 srclib/pcre/pcre.c length += lastitemlength + ((max > 0)? 3 : 1); length 4743 srclib/pcre/pcre.c length += 2 + 2*LINK_SIZE; /* Allow for atomic brackets */ length 4753 srclib/pcre/pcre.c length += 1 + LINK_SIZE + branch_extra; length 4826 srclib/pcre/pcre.c length += LINK_SIZE + 2; length 4828 srclib/pcre/pcre.c length += 2; length 4920 srclib/pcre/pcre.c length += LINK_SIZE + 2; length 4952 srclib/pcre/pcre.c length += 1 + ord2utf8(occ, buffer) + length 4960 srclib/pcre/pcre.c length += 1 + ord2utf8(c, buffer) + ord2utf8(d, buffer); length 4981 srclib/pcre/pcre.c length += LINK_SIZE + 2; length 4984 srclib/pcre/pcre.c length += (((options & PCRE_CASELESS) != 0)? 2 : 1) * length 4987 srclib/pcre/pcre.c length += 1 + ord2utf8(c, buffer); length 5006 srclib/pcre/pcre.c if (class_optcount == 1) length += 3; else length 5008 srclib/pcre/pcre.c length += 33; length 5019 srclib/pcre/pcre.c length++; length 5020 srclib/pcre/pcre.c else length += 5; length 5024 srclib/pcre/pcre.c length += 2 + 2*LINK_SIZE; length 5090 srclib/pcre/pcre.c length += 1 + LINK_SIZE; length 5098 srclib/pcre/pcre.c length += 2 + 2 * LINK_SIZE; /* to make bracketed */ length 5116 srclib/pcre/pcre.c length += 2 + 2*LINK_SIZE; length 5161 srclib/pcre/pcre.c length += 1 + LINK_SIZE; /* For the first branch */ length 5175 srclib/pcre/pcre.c length += 3; length 5180 srclib/pcre/pcre.c length += 3; length 5283 srclib/pcre/pcre.c length += 4; length 5343 srclib/pcre/pcre.c brastack[brastackptr++] = length; length 5344 srclib/pcre/pcre.c length += bracket_length; length 5354 srclib/pcre/pcre.c length += 1 + LINK_SIZE; length 5357 srclib/pcre/pcre.c duplength = length - brastack[--brastackptr]; length 5389 srclib/pcre/pcre.c length++; length 5390 srclib/pcre/pcre.c if (max > 0) length += (max - 1) * (duplength + 3 + 2*LINK_SIZE); length 5401 srclib/pcre/pcre.c length += (min - 1) * duplength; length 5403 srclib/pcre/pcre.c length += (max - min) * (duplength + 3 + 2*LINK_SIZE) length 5412 srclib/pcre/pcre.c length += 2 + 2*LINK_SIZE; length 5430 srclib/pcre/pcre.c length += 2; /* For a one-byte character */ length 5441 srclib/pcre/pcre.c length++; length 5451 srclib/pcre/pcre.c length += 2 + LINK_SIZE; /* For final KET and END */ length 5454 srclib/pcre/pcre.c length += 2 + 2*LINK_SIZE; /* For final callout */ length 5456 srclib/pcre/pcre.c if (length > MAX_PATTERN_SIZE) length 5465 srclib/pcre/pcre.c size = length + sizeof(real_pcre) + name_count * (max_name_size + 3); length 5526 srclib/pcre/pcre.c if (code - codestart > length) *errorptr = ERR23; length 5593 srclib/pcre/pcre.c length, re->top_bracket, re->top_backref); length 5631 srclib/pcre/pcre.c if (code - codestart > length) length 5674 srclib/pcre/pcre.c pchars(eptr, length, TRUE, md); length 5677 srclib/pcre/pcre.c pchars(p, length, FALSE, md); length 5683 srclib/pcre/pcre.c if (length > md->end_subject - eptr) return FALSE; length 5689 srclib/pcre/pcre.c while (length-- > 0) length 5693 srclib/pcre/pcre.c { while (length-- > 0) if (*p++ != *eptr++) return FALSE; } length 6090 srclib/pcre/pcre.c int length; length 7025 srclib/pcre/pcre.c length = (offset >= offset_top || md->offset_vector[offset] < 0)? length 7056 srclib/pcre/pcre.c if (!match_ref(offset, eptr, length, md, ims)) RRETURN(MATCH_NOMATCH); length 7057 srclib/pcre/pcre.c eptr += length; length 7064 srclib/pcre/pcre.c if (length == 0) continue; length 7072 srclib/pcre/pcre.c if (!match_ref(offset, eptr, length, md, ims)) RRETURN(MATCH_NOMATCH); length 7073 srclib/pcre/pcre.c eptr += length; length 7089 srclib/pcre/pcre.c if (fi >= max || !match_ref(offset, eptr, length, md, ims)) length 7091 srclib/pcre/pcre.c eptr += length; length 7103 srclib/pcre/pcre.c if (!match_ref(offset, eptr, length, md, ims)) break; length 7104 srclib/pcre/pcre.c eptr += length; length 7110 srclib/pcre/pcre.c eptr -= length; length 7402 srclib/pcre/pcre.c length = 1; length 7404 srclib/pcre/pcre.c GETCHARLEN(fc, ecode, length); length 7405 srclib/pcre/pcre.c if (length > md->end_subject - eptr) RRETURN(MATCH_NOMATCH); length 7406 srclib/pcre/pcre.c while (length-- > 0) if (*ecode++ != *eptr++) RRETURN(MATCH_NOMATCH); length 7425 srclib/pcre/pcre.c length = 1; length 7427 srclib/pcre/pcre.c GETCHARLEN(fc, ecode, length); length 7429 srclib/pcre/pcre.c if (length > md->end_subject - eptr) RRETURN(MATCH_NOMATCH); length 7445 srclib/pcre/pcre.c ecode += length; length 7509 srclib/pcre/pcre.c length = 1; length 7511 srclib/pcre/pcre.c GETCHARLEN(fc, ecode, length); length 7512 srclib/pcre/pcre.c if (min * length > md->end_subject - eptr) RRETURN(MATCH_NOMATCH); length 7513 srclib/pcre/pcre.c ecode += length; length 7518 srclib/pcre/pcre.c if (length > 1) length 7534 srclib/pcre/pcre.c if (memcmp(eptr, charptr, length) == 0) eptr += length; length 7553 srclib/pcre/pcre.c if (memcmp(eptr, charptr, length) == 0) eptr += length; length 7569 srclib/pcre/pcre.c if (eptr > md->end_subject - length) break; length 7570 srclib/pcre/pcre.c if (memcmp(eptr, charptr, length) == 0) eptr += length; length 7582 srclib/pcre/pcre.c eptr -= length; length 8896 srclib/pcre/pcre.c match_block.end_subject = match_block.start_subject + length; length 8925 srclib/pcre/pcre.c if (valid_utf8((uschar *)subject, length) >= 0) length 8927 srclib/pcre/pcre.c if (start_offset > 0 && start_offset < length) length 303 srclib/pcre/pcregrep.c int length = (int)strlen(buffer); length 304 srclib/pcre/pcregrep.c if (length > 0 && buffer[length-1] == '\n') buffer[--length] = 0; length 309 srclib/pcre/pcregrep.c match = pcre_exec(pattern_list[i], hints_list[i], buffer, length, 0, 0, length 311 srclib/pcre/pcregrep.c if (match && whole_lines && offsets[1] != length) match = FALSE; length 163 srclib/pcre/pcreposix.c size_t length, addlength; length 167 srclib/pcre/pcreposix.c length = strlen(message) + 1; length 175 srclib/pcre/pcreposix.c if (addlength > 0 && errbuf_size >= length + addlength) length 184 srclib/pcre/pcreposix.c return length + addlength; length 254 srclib/pcre/pcretest.c while (length-- > 0) length 260 srclib/pcre/pcretest.c if (rc > 0 && rc <= length + 1) /* Mustn't run over the end */ length 262 srclib/pcre/pcretest.c length -= rc - 1; length 73 srclib/pcre/pgrep.c int length = (int)strlen(buffer); length 74 srclib/pcre/pgrep.c if (length > 0 && buffer[length-1] == '\n') buffer[--length] = 0; length 77 srclib/pcre/pgrep.c match = pcre_exec(pattern, hints, buffer, length, 0, 0, offsets, 99) >= 0; length 78 srclib/pcre/pgrep.c if (match && whole_lines && offsets[1] != length) match = FALSE; length 229 support/ab.c apr_size_t length; /* Content-Length value used for keep-alive */ length 1470 support/ab.c c->length = posting >= 0 ? atoi(cl + 16) : 0; length 1475 support/ab.c c->length = 0; length 1488 support/ab.c if (c->keepalive && (c->bread >= c->length)) { length 1514 support/ab.c c->length = 0; length 80 test/zb.c int length; /* Content-Length value used for keep-alive */ length 391 test/zb.c c->length = atoi(cl+16); length 404 test/zb.c if(c->keepalive && (c->bread >= c->length)) { length 420 test/zb.c c->keepalive = 0; c->length = 0; c->gotheader=0; c->cbx = 0;