/external/chromium/third_party/libevent/ |
buffer.c | 107 size_t oldoff = inbuf->off; local 116 * buffer if necessary of the changes. oldoff is the amount 119 if (inbuf->off != oldoff && inbuf->cb != NULL) 120 (*inbuf->cb)(inbuf, oldoff, inbuf->off, inbuf->cbarg); 121 if (oldoff && outbuf->cb != NULL) 122 (*outbuf->cb)(outbuf, 0, oldoff, outbuf->cbarg); 141 size_t oldoff = buf->off; local 167 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg); 303 size_t oldoff = buf->off; local 314 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg) 322 size_t oldoff = buf->off; local 353 size_t oldoff = buf->off; local [all...] |
/external/chromium_org/third_party/libevent/ |
buffer.c | 107 size_t oldoff = inbuf->off; local 116 * buffer if necessary of the changes. oldoff is the amount 119 if (inbuf->off != oldoff && inbuf->cb != NULL) 120 (*inbuf->cb)(inbuf, oldoff, inbuf->off, inbuf->cbarg); 121 if (oldoff && outbuf->cb != NULL) 122 (*outbuf->cb)(outbuf, 0, oldoff, outbuf->cbarg); 141 size_t oldoff = buf->off; local 167 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg); 303 size_t oldoff = buf->off; local 314 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg) 322 size_t oldoff = buf->off; local 353 size_t oldoff = buf->off; local [all...] |
/external/elfutils/libdw/ |
libdw_findcu.c | 108 Dwarf_Off oldoff = dbg->next_cu_offset; local 113 if (INTUSE(dwarf_nextcu) (dbg, oldoff, &dbg->next_cu_offset, NULL, 120 const char *bytes = (dbg->sectiondata[IDX_debug_info]->d_buf + oldoff 132 newp->start = oldoff; 146 dbg->next_cu_offset = oldoff;
|
/bootable/recovery/minzip/ |
Zip.c | 677 off_t oldOff; 680 oldOff = lseek(pArchive->fd, 0, SEEK_CUR); 699 lseek(pArchive->fd, oldOff, SEEK_SET); [all...] |
/external/elfutils/src/ |
ldgeneric.c | 6400 XElf_Off oldoff = shdr->sh_offset; local [all...] |