Searched refs:read_buf (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/bin/gzip/
H A Dbits.c87 int (*read_buf) OF((char *buf, unsigned size)); variable
111 read_buf = file_read;
H A Ddeflate.c324 lookahead = read_buf((char*)window,
557 n = read_buf((char*)window+strstart+lookahead, more);
H A Dgzip.h293 extern int (*read_buf) OF((char *buf, unsigned size));
/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.h99 char* read_buf; member in struct:__anon3105
216 /* Checks whether the data in hc->read_buf constitutes a complete request
217 ** yet. The caller reads data into hc->read_buf[hc->read_idx] and advances
228 /* Parses the request in hc->read_buf. Fills in lots of fields in hc,
H A Dlibhttpd.c1677 httpd_realloc_str( &hc->read_buf, &hc->read_size, 500 );
1775 /* Checks hc->read_buf to see whether a complete request has been read so far;
1790 c = hc->read_buf[hc->checked_idx];
2392 c = hc->read_buf[hc->checked_idx];
2395 hc->read_buf[hc->checked_idx] = '\0';
2398 hc->read_buf[hc->checked_idx] == '\012' )
2400 hc->read_buf[hc->checked_idx] = '\0';
2403 return &(hc->read_buf[i]);
2479 free( (void*) hc->read_buf );
/haiku-fatelf/src/bin/zip/
H A Ddeflate.c363 lookahead = (*read_buf)((char*)window, j);
606 * we must not perform sliding. We must however call (*read_buf)() in
659 n = (*read_buf)((char*)window+strstart+lookahead, more);
H A Dzipup.c144 unsigned (*read_buf) OF((char *buf, unsigned size)) = file_read; variable
1107 read_buf = file_read;
1168 read_buf = mem_read;
H A Dzip.h392 extern unsigned (*read_buf) OF((char *, unsigned int));
/haiku-fatelf/src/apps/poorman/
H A DPoorManServer.cpp285 &(hc->read_buf[hc->read_idx]),
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Ddeflate.c84 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
420 * (See also read_buf()).
668 local int read_buf( function
1039 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dinfttrace.c3662 int read_buf;
3703 (TTRACE_ARG_TYPE) & read_buf);
3706 return read_buf;
3713 (TTRACE_ARG_TYPE) & read_buf);
3716 return read_buf;
3644 int read_buf; local
/haiku-fatelf/src/libs/zlib/
H A Ddeflate.c87 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
560 * (See also read_buf()).
992 local int read_buf(strm, buf, size) function
1380 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);

Completed in 91 milliseconds