Lines Matching defs:modified
18 * The program can be modified and extended to test the correctness of
1717 /* Files may be modified on read. The following structure contains a complete
1966 * be modified - they must fit (including header and CRC) into the buffer!
2208 /* One modification structure must be provided for each chunk to be modified (in
2213 * The caller of modify_fn will reset the CRC of the chunk and record 'modified'
2227 * found and modified (and there is a modify_fn) the modify_fn will be called
2231 unsigned int modified :1; /* Chunk was modified */
2241 pmm->modified = 0;
2507 mod->modified = 1;
2515 /* Cache information from the IHDR (the modified one.) */
2571 mod->modify_fn != NULL && !mod->modified && !mod->added)
2602 /* Don't do any further processing if the buffer was modified -
2610 /* If we get to here then this chunk may need to be modified. To
2636 mod->modified = 1;