Home
last modified time | relevance | path

Searched refs:LBUFSIZE (Results 1 – 2 of 2) sorted by relevance

/src/contrib/less/
H A Dch.c38 #define LBUFSIZE 8192 macro
43 unsigned char data[LBUFSIZE];
141 return (block * LBUFSIZE) + (POSITION) offset; in ch_position()
281 n = iread(ch_file, &bp->data[bp->datasize], LBUFSIZE - bp->datasize); in ch_get()
438 nblocks = (ch_fpos + LBUFSIZE - 1) / LBUFSIZE; in sync_logfile()
499 new_block = pos / LBUFSIZE; in ch_seek()
517 ch_offset = (size_t) (pos % LBUFSIZE); in ch_seek()
657 if (ch_offset < LBUFSIZE-1) in ch_forw_get()
683 ch_offset = LBUFSIZE-1; in ch_back_get()
698 size_t lbufk = LBUFSIZE / 1024; in ch_setbufspace()
/src/crypto/openssl/doc/man3/
H A DOSSL_HPKE_CTX_new.pod486 #define LBUFSIZE 48
496 unsigned char pub[LBUFSIZE];
498 unsigned char enc[LBUFSIZE];
500 unsigned char ct[LBUFSIZE];
502 unsigned char clear[LBUFSIZE];