Lines Matching refs:blen
57 size_t *blen = &cw->blen1; in raw2int() local
59 BINC_RETW(NULL, *tostr, *blen, len); in raw2int()
108 size_t *blen = &cw->blen1; in default_char2int() local
120 BINC_RETW(NULL, *tostr, *blen, nlen); in default_char2int()
134 if (++i >= *blen) { in default_char2int()
136 BINC_RETW(NULL, *tostr, *blen, nlen); in default_char2int()
183 size_t *blen = &cw->blen1; in int2raw() local
185 BINC_RETC(NULL, *tostr, *blen, len); in int2raw()
202 size_t *blen = &cw->blen1; in default_int2char() local
243 BINC_RETC(NULL, *tostr, *blen, nlen); in default_int2char()
244 dst = *tostr; buflen = *blen; in default_int2char()
261 BINC_RETC(NULL, *tostr, *blen, nlen); in default_int2char()
262 dst = *tostr; buflen = *blen; in default_int2char()