Searched refs:ONETIME_MAX_OPTBYTES (Results 1 – 1 of 1) sorted by relevance
17 #define ONETIME_MAX_OPTBYTES 4096 // max size for reading and writing at onetime macro141 here_to_read = (remain_to_read > ONETIME_MAX_OPTBYTES) ? in read_js_or_snapshot_file()142 ONETIME_MAX_OPTBYTES : remain_to_read; in read_js_or_snapshot_file()178 here_to_write = (remain_to_write > ONETIME_MAX_OPTBYTES) ? in write_snapshot()179 ONETIME_MAX_OPTBYTES : remain_to_write; in write_snapshot()