Lines Matching refs:lenp
122 static int ng_parse_skip_value(const char *s, int off, int *lenp);
1641 ng_parse_skip_value(const char *s, int off0, int *lenp) in ng_parse_skip_value() argument
1670 *lenp = off - off0; in ng_parse_skip_value()
1680 ng_parse_get_token(const char *s, int *startp, int *lenp) in ng_parse_get_token() argument
1689 *lenp = 0; in ng_parse_get_token()
1692 *lenp = 1; in ng_parse_get_token()
1695 *lenp = 1; in ng_parse_get_token()
1698 *lenp = 1; in ng_parse_get_token()
1701 *lenp = 1; in ng_parse_get_token()
1704 *lenp = 1; in ng_parse_get_token()
1707 if ((t = ng_get_string_token(s, startp, lenp, NULL)) == NULL) in ng_parse_get_token()
1716 *lenp = i - *startp; in ng_parse_get_token()
1726 ng_get_string_token(const char *s, int *startp, int *lenp, int *slenp) in ng_get_string_token() argument
1744 *lenp = off + 1; in ng_get_string_token()