Lines Matching refs:BWSLEN
232 return (BWSLEN(s) + 1); in skip_cols_to_start()
235 while (start < BWSLEN(s) && iswblank(BWS_GET(s,start))) in skip_cols_to_start()
238 while (start < BWSLEN(s) && cols > 1) { in skip_cols_to_start()
243 if (start >= BWSLEN(s)) in skip_cols_to_start()
257 if (BWSLEN(s) == 0) in skip_fields_to_start()
264 while (cpos < BWSLEN(s)) { in skip_fields_to_start()
283 while (cpos < BWSLEN(s)) { in skip_fields_to_start()
329 return (BWSLEN(s) + 1); in find_field_end()
343 if (empty_field || (next_field_start >= BWSLEN(s))) in find_field_end()
344 return (BWSLEN(s) + 1); in find_field_end()
349 if (pos_end < BWSLEN(s)) in find_field_end()
779 printf("(%zu)", BWSLEN(kv1->k)); in wstrcoll()
781 printf("(%zu)", BWSLEN(kv2->k)); in wstrcoll()