OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rbsize
(Results
1 - 4
of
4
) sorted by null
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRReaderStream.h
15
NSInteger
rbSize
;
21
@property (assign) NSInteger
rbSize
;
ANTLRReaderStream.m
16
@synthesize
rbSize
;
57
rbSize
= READ_BUFFER_SIZE;
68
rbSize
= aSize;
/external/mksh/src/
shf.c
149
shf->
rbsize
= bsize;
176
shf->
rbsize
= bsize;
216
shf->
rbsize
= bsize;
355
shf->
rbsize
+= shf->wbsize;
427
n = blocking_read(shf->fd, (char *)shf->buf, shf->
rbsize
);
554
shf->rp = shf->buf + shf->
rbsize
;
sh.h
1138
ssize_t
rbsize
; /* size of buffer (1 if SHF_UNBUF) */
member in struct:shf
[
all
...]
Completed in 138 milliseconds