Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/intern/fileops.c
| Context not available. | |||||
| #endif | #endif | ||||
| /* gzip the file in from_file and write it to memory to_mem, at most size bytes. | /* gzip the file in from_file and write it to memory to_mem, at most size bytes. | ||||
| * return the unziped size | * return the unzipped size | ||||
| */ | */ | ||||
| char *BLI_file_ungzip_to_mem(const char *from_file, int *r_size) | char *BLI_file_ungzip_to_mem(const char *from_file, int *r_size) | ||||
| { | { | ||||
| Context not available. | |||||
| /* operation requested not to perform recursive digging for current path */ | /* operation requested not to perform recursive digging for current path */ | ||||
| RecursiveOp_Callback_StopRecurs = 1, | RecursiveOp_Callback_StopRecurs = 1, | ||||
| /* error occured in callback and recursive walking should stop immediately */ | /* error occurred in callback and recursive walking should stop immediately */ | ||||
| RecursiveOp_Callback_Error = 2 | RecursiveOp_Callback_Error = 2 | ||||
| }; | }; | ||||
| Context not available. | |||||