Searched defs:offs (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | cdf.c | 144 cdf_getuint32(const uint8_t *p, size_t offs) argument 147 (void)memcpy(&rv, p + offs * sizeof(uint32_t), sizeof(rv)); 352 cdf_read_sector(const cdf_info_t *info, void *buf, size_t offs, size_t len, argument 358 return cdf_read(info, (off_t)pos, ((char *)buf) + offs, len); 362 cdf_read_short_sector(const cdf_stream_t *sst, void *buf, size_t offs, argument 374 (void)memcpy(((char *)buf) + offs, 754 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) 768 if (offs > UINT32_MAX / 4) { 773 ((const char *)sst->sst_tab + offs)); 806 offs 753 cdf_read_property_info(const cdf_stream_t *sst, const cdf_header_t *h, uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) argument [all...] |
Completed in 4 milliseconds