OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufgap_forwards
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/src/lib/
bufgap.h
74
int
bufgap_forwards
(bufgap_t *, uint64_t, int);
bufgap.c
180
bufgap_forwards
(bufgap_t *bp, uint64_t n, int type)
function
307
(void)
bufgap_forwards
(bp, 1, BGChar);
310
while (off > (int64_t)bp->alc &&
bufgap_forwards
(bp, 1, BGChar)) {
329
return
bufgap_forwards
(bp, off - bp->acc, BGChar);
347
return
bufgap_forwards
(bp, off - bp->abc, BGByte);
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bufgap.h
74
int
bufgap_forwards
(bufgap_t *, uint64_t, int);
bufgap.c
169
bufgap_forwards
(bufgap_t *bp, uint64_t n, int type)
function
296
(void)
bufgap_forwards
(bp, 1, BGChar);
299
while (off > (int64_t)bp->alc &&
bufgap_forwards
(bp, 1, BGChar)) {
318
return
bufgap_forwards
(bp, off - bp->acc, BGChar);
336
return
bufgap_forwards
(bp, off - bp->abc, BGByte);
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026