OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_to_read
(Results
1 - 2
of
2
) sorted by null
/external/libevent/
bufferevent_openssl.c
566
do_read(struct bufferevent_openssl *bev_ssl, int
n_to_read
) {
578
if (
n_to_read
> atmost)
579
n_to_read
= atmost;
581
n = evbuffer_reserve_space(input,
n_to_read
, space, 2);
769
int
n_to_read
;
local
780
n_to_read
= bytes_to_read(bev_ssl);
782
while (
n_to_read
) {
783
r = do_read(bev_ssl,
n_to_read
);
800
n_to_read
= SSL_pending(bev_ssl->ssl);
816
if (!
n_to_read
&& bev_ssl->underlying
[
all
...]
/external/libvorbis/doc/
08-residue.tex
282
2) [
n_to_read
] = [limit_residue_end] - [limit_residue_begin]
283
3) [partitions_to_read] = [
n_to_read
] / [residue_partition_size]
289
2) if ([
n_to_read
] is zero), stop; there is no residue to decode.
Completed in 96 milliseconds