Lines Matching refs:blen
55 size_t *blen = &cw->blen1; in raw2int() local
57 BINC_RETW(NULL, *tostr, *blen, len); in raw2int()
116 size_t *blen = &cw->blen1; in default_char2int() local
129 BINC_RETW(NULL, *tostr, *blen, nlen); in default_char2int()
152 if (++i >= *blen) { in default_char2int()
154 BINC_GOTOW(NULL, *tostr, *blen, nlen); in default_char2int()
233 size_t *blen = &cw->blen1; in int2raw() local
235 BINC_RETC(NULL, *tostr, *blen, len); in int2raw()
256 size_t *blen = &cw->blen1; in default_int2char() local
295 BINC_RETC(NULL, *tostr, *blen, nlen); in default_int2char()
296 dst = *tostr; buflen = *blen; in default_int2char()
322 BINC_RETC(NULL, *tostr, *blen, nlen); in default_int2char()
323 dst = *tostr; buflen = *blen; in default_int2char()