Searched defs:off (Results 1 - 8 of 8) sorted by relevance
| /PHP_5_5/ext/zip/lib/ |
| H A D | zip_source_filep.c | 51 zip_uint64_t off; /* start offset of */ 108 f->off = start; 148 if (fseeko(z->f, (off_t)z->off, SEEK_SET) < 0) { 166 if (fseeko(z->f, (off_t)(z->off + z->len-z->remain), 50 zip_uint64_t off; /* start offset of */ member in struct:read_file
|
| H A D | zip_source_zip.c | 45 zip_uint64_t off; 102 p->off = start; 135 for (n=0; n<z->off; n+= i) { 136 i = (z->off-n > sizeof(b) ? sizeof(b) : z->off-n); 44 zip_uint64_t off; member in struct:read_zip
|
| /PHP_5_5/sapi/litespeed/ |
| H A D | lsapilib.c | 756 int off; local 760 off = pReq->m_pHeaderIndex->m_headerOff[ headerIndex ]; 761 if ( !off ) { 764 if ( *(pReq->m_pHttpHeader + off + 766 *( pReq->m_pHttpHeader + off + 769 return pReq->m_pHttpHeader + off;
|
| /PHP_5_5/ext/pdo/ |
| H A D | pdo_stmt.c | 731 * off those cycles */ 1308 long off = 0; local 1312 &ori, &off)) { 1322 if (!do_fetch(stmt, TRUE, return_value, how, ori, off, 0 TSRMLS_CC)) { 1335 long off = 0; local 1380 if (!error && !do_fetch(stmt, TRUE, return_value, how, ori, off, 0 TSRMLS_CC)) {
|
| /PHP_5_5/ext/fileinfo/libmagic/ |
| H A D | cdf.c | 292 cdf_read(const cdf_info_t *info, off_t off, void *buf, size_t len) argument 294 size_t siz = (size_t)off + len; 296 if ((off_t)(off + len) != (off_t)siz) { 302 (void)memcpy(buf, &info->i_buf[off], len); 309 if (FINFO_LSEEK_FUNC(info->i_fd, off, SEEK_SET) == (off_t)-1)
|
| H A D | file.h | 366 int32_t off; member in struct:level_info
|
| H A D | readelf.c | 296 dophn_core(struct magic_set *ms, int clazz, int swap, int fd, off_t off, argument 315 if (FINFO_LSEEK_FUNC(fd, off, SEEK_SET) == (off_t)-1) { 323 off += size; 852 doshn(struct magic_set *ms, int clazz, int swap, int fd, off_t off, int num, argument 871 if (FINFO_LSEEK_FUNC(fd, off, SEEK_SET) == (off_t)-1) { 879 off += size; 1041 dophn_exec(struct magic_set *ms, int clazz, int swap, int fd, off_t off, argument 1059 if (FINFO_LSEEK_FUNC(fd, off, SEEK_SET) == (off_t)-1) { 1069 off += size;
|
| H A D | softmagic.c | 211 ms->c.li[cont_level].off = moffset(ms, m); 234 ms->c.li[cont_level - 1].off; 313 ms->c.li[cont_level].off = moffset(ms, m); 1134 int off = m->in_offset; local 1137 ((const void *)(s + offset + off))); 1140 off = q->b; 1143 off = q->h; 1146 off = (short)((q->hs[0]<<8)|(q->hs[1])); 1149 off = (short)((q->hs[1]<<8)|(q->hs[0])); 1152 off [all...] |
Completed in 18 milliseconds