Searched refs:non_nl (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dbase32.c522 char const *non_nl; local
525 non_nl = get_8 (ctx, &in, in_end, &inlen);
527 non_nl = in; /* Might have nl in this case. */
537 if (!decode_8 (non_nl, inlen, &out, &outleft))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dbase32.c522 char const *non_nl; local
525 non_nl = get_8 (ctx, &in, in_end, &inlen);
527 non_nl = in; /* Might have nl in this case. */
537 if (!decode_8 (non_nl, inlen, &out, &outleft))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dbase32.c522 char const *non_nl; local
525 non_nl = get_8 (ctx, &in, in_end, &inlen);
527 non_nl = in; /* Might have nl in this case. */
537 if (!decode_8 (non_nl, inlen, &out, &outleft))

Completed in 113 milliseconds