HomeSort by relevance Sort by last modified time
    Searched defs:inbuf (Results 26 - 36 of 36) sorted by null

12

  /external/ppp/pppd/
sys-linux.c 207 static unsigned char inbuf[512]; /* buffer for chars read from loopback */ variable
1141 while ((n = read(master_fd, inbuf, sizeof(inbuf))) > 0)
1142 if (loop_chars(inbuf, n))
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
structs.h 138 double inbuf[QLOOKAHEAD]; member in struct:__anon30446
  /external/chromium_org/third_party/libxml/src/
xmlreader.c 809 xmlBufferPtr inbuf; local
818 inbuf = reader->input->buffer;
821 if (inbuf->use < reader->cur + CHUNK_SIZE) {
828 (inbuf->alloc == XML_BUFFER_ALLOC_IMMUTABLE)) {
829 if (inbuf->use == reader->cur) {
852 if (inbuf->use >= reader->cur + CHUNK_SIZE) {
854 (const char *) &inbuf->content[reader->cur],
860 s = inbuf->use - reader->cur;
862 (const char *) &inbuf->content[reader->cur],
875 if (inbuf->alloc != XML_BUFFER_ALLOC_IMMUTABLE)
    [all...]
  /external/libxml2/
xmlreader.c 809 xmlBufferPtr inbuf; local
818 inbuf = reader->input->buffer;
821 if (inbuf->use < reader->cur + CHUNK_SIZE) {
828 (inbuf->alloc == XML_BUFFER_ALLOC_IMMUTABLE)) {
829 if (inbuf->use == reader->cur) {
852 if (inbuf->use >= reader->cur + CHUNK_SIZE) {
854 (const char *) &inbuf->content[reader->cur],
860 s = inbuf->use - reader->cur;
862 (const char *) &inbuf->content[reader->cur],
875 if (inbuf->alloc != XML_BUFFER_ALLOC_IMMUTABLE)
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslimpl.h 369 * SSL3: recv'd ciphertext records are put in inbuf (see below), then
374 /* number of bytes previously read into hdr or buf(ssl2) or inbuf (ssl3).
414 /* offset in buf/inbuf/hdr into which new data will be read from socket. */
418 sslBuffer inbuf; /*recvBufLock*/ /* ssl3 only */ member in struct:sslGatherStr
421 ** than into buf or inbuf, while in the GS_HEADER state.
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 5937 uchar inbuf[M_BLOCK]; variable
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 5960 char inbuf[M_BLOCK]; variable
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 5952 char inbuf[M_BLOCK]; variable
    [all...]
varinfo6.c 5989 char inbuf[M_BLOCK]; variable
    [all...]
  /external/valgrind/main/perf/
bz2.c 5951 char inbuf[M_BLOCK]; variable
    [all...]
test_input_for_tinycc.c 4433 char inbuf[1000000]; variable
    [all...]

Completed in 1901 milliseconds

12