Lines Matching full:olen
410 unsigned char olen;
430 PORT_FREAD_CHAR(&olen, sizeof(char), 1, fp);
431 out = outputs[i] = lts_alloc(olen + 1, sizeof(char));
437 if (olen > 0) {
438 PORT_FREAD_CHAR(out, sizeof(char), olen, fp);
440 out[olen] = '\0';
454 pfprintf(PSTDOUT,"LOAD_TREE: outputs[%d] len %d out %x out %s\n", i, olen, outputs[i], outputs[i]);