Lines Matching defs:data

191 		 * next content data.
282 * so, if generated RRIP data of a file cannot into a Directory
283 * Record because of its size, that surplus data relocate this
807 /* 'El Torito' boot data. */
1066 "Can't allocate iso9660 data");
1209 int data = 0;
1223 data = data * 10 + *p - '0';
1229 if (data > high) {
1235 if (data < low) {
1244 data *= -1;
1245 *num = data;
1558 "Can't allocate data");
1583 "Can't allocate data");
1596 * So we don't need the current file data anymore. */
1667 * If a written data size is big enough to use system-call
1668 * and there is no waiting data, this calls write_to_temp() in
1762 "Can't allocate content data");
1821 /* If there are unwritten data, write null data instead. */
1845 /* Add the current file to data file list. */
1860 * Write remaining data out to the temporary file.
1889 /* Write remaining data out to the temporary file. */
2107 /* Write remaining data out. */
2615 * very long, all of RRIP data of a file won't stored to the Directory
2616 * Record and so remaining RRIP data store to an extra record instead.
2669 /* Storing data into an extra record. */
2708 /* Storing data into an extra record. */
3426 * Write data of a Directory Record or calculate writing bytes itself.
3427 * If parameter `p' is NULL, calculates the size of writing data, which
3607 * Manage to write ISO-image data with wbuff to reduce calling
3693 * Write out waiting data.
4322 /* Write padding data. */
7242 * Make a boot catalog image data.
7440 /* The number of Logical Blocks which uncompressed data
7442 * Logical Blocks which zisofs(compressed) data will use
7472 "Can't allocate data");
7480 * after all compressed data of a file written to the temporary
7565 return;/* Invalid data. */
7573 return;/* Invalid data. */
7577 return;/* Invalid data. */
7593 * Compress data and write it to a temporary file.
7624 * Check if current data block are all zero.
7640 * If current data block are all zero, we do not use
7641 * compressed data.
7663 * Compress file data.
7721 * Save a file pointer which points the end of current zisofs data.
7729 * | Header 16 bytes | Block Pointers | Compressed data |
7840 /* Allocate uncompressed data buffer. */
7910 /* We need more data. */
7967 * Make uncompressed data.
7971 * It's basically 32K bytes NUL data.
8094 * Change the boot file content from zisofs'ed data
8095 * to plain data.