Home | History | Annotate | Download | only in puff

Lines Matching full:nil

70 #define NIL ((unsigned char *)0)        /* for no output option */
166 if (s->out != NIL) {
442 if (s->out != NIL) {
462 if (s->out != NIL) {
751 s.outlen = *destlen; /* ignored if dest is NIL */
826 ret = puff(NIL, &destlen, source, &sourcelen);