Lines Matching defs:in

5  * (the "License"); you may not use this file except in compliance with
10 * Unless required by applicable law or agreed to in writing, software
47 * remember what is in this file. So, first, a quick overview.
71 * - The char* is placed in a brigade and returned
73 * Since connection-level input filters in httpd need to be able to
95 * rather than buffering up the entire response in the mem BIO.
195 static int bio_filter_out_write(BIO *bio, const char *in, int inl)
214 e = apr_bucket_transient_create(in, inl, outctx->bb->bucket_alloc);
333 static int char_buffer_read(char_buffer_t *buffer, char *in, int inl)
341 memmove(in, buffer->value, inl);
347 memmove(in, buffer->value, buffer->length);
356 static int char_buffer_write(char_buffer_t *buffer, char *in, int inl)
358 buffer->value = in;
449 static int bio_filter_in_read(BIO *bio, char *in, int inlen)
458 if (!in)
468 * not to do so correctly in some cases; see PR 46952.
472 * should be very cheap in cases where it is unnecessary (and no
513 inctx->rc = brigade_consume(inctx->bb, block, in, &inl);
541 static int bio_filter_in_write(BIO *bio, const char *in, int inl)
663 * On win32 in particular, but perhaps on other kernels,
758 * in most cases we get all the headers on the first SSL_read.
759 * however, in certain cases SSL_read will only get a partial
883 * we use a flag in the conn_rec->conn_vector now. The fake request just
990 * | ending in order to avoid a truncation attack. Either party may
1103 /* Perform the SSL handshake (whether in client or server mode), if
1136 * from being included in the SNI extension. (OpenSSL would simply
1259 * This is in addition to what was present earlier. It is
1279 "[Hint: Stop button pressed in browser?!]");
1286 "SSL library error %d in handshake "
1318 * in 1.x
1554 * passed down the output filter stack. This results in a high
1584 * the number of buckets in the prefix. The "prefix" must contain
1626 * in this loop it is safe to break out and fall back to the
1627 * normal path of sending the buffer + remaining buckets in
1678 /* If anything remains in the brigade, it must now be passed down
1877 "total of %" APR_OFF_T_FMT " bytes in buffer, eos=%d",
1907 * from the brigade stored in f->ctx. Note that the placement of this
1908 * filter in the filter stack is important; it must be the first
1964 * passed-in brigade; no convenient way to do this with
1974 /* Split a line into the passed-in brigade. */
2004 /* The request_rec pointer is passed in here only to ensure that the
2033 /* The request_rec pointer is passed in here only to ensure that the