Searched refs:COMP_ERR_LOW_MEMORY (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/osfmk/prng/YarrowCoreLib/src/
H A Dcomp.h83 COMP_ERR_LOW_MEMORY, enumerator in enum:comp_error_status
H A Dcomp.c108 return COMP_ERR_LOW_MEMORY;
160 if(outbuf==NULL) {return COMP_ERR_LOW_MEMORY;}
166 if(resp==Z_MEM_ERROR) {return COMP_ERR_LOW_MEMORY;}

Completed in 66 milliseconds