Lines Matching refs:BWSLEN
214 return BWSLEN(s) + 1; in skip_cols_to_start()
217 while (start < BWSLEN(s) && iswblank(BWS_GET(s, start))) in skip_cols_to_start()
220 while (start < BWSLEN(s) && cols > 1) { in skip_cols_to_start()
225 if (start >= BWSLEN(s)) in skip_cols_to_start()
238 if (BWSLEN(s) == 0) in skip_fields_to_start()
245 while (cpos < BWSLEN(s)) { in skip_fields_to_start()
264 while (cpos < BWSLEN(s)) { in skip_fields_to_start()
307 return BWSLEN(s) + 1; in find_field_end()
321 if (empty_field || (next_field_start >= BWSLEN(s))) in find_field_end()
322 return BWSLEN(s) + 1; in find_field_end()
327 if (pos_end < BWSLEN(s)) in find_field_end()
754 printf("(%zu)", BWSLEN(kv1->k)); in wstrcoll()
756 printf("(%zu)", BWSLEN(kv2->k)); in wstrcoll()