Home | History | Annotate | Download | only in utils

Lines Matching defs:out

32 	unsigned char *out, *pos;
42 out = os_malloc(olen);
43 if (out == NULL)
48 pos = out;
84 *out_len = pos - out;
85 return out;
102 unsigned char dtable[256], *out, *pos, block[4], tmp;
121 pos = out = os_malloc(olen);
122 if (out == NULL)
147 os_free(out);
155 *out_len = pos - out;
156 return out;