Searched refs:token (Results 1 – 2 of 2) sorted by relevance
251 for (String token : tokens) { in headerContainsToken()252 if (target.equalsIgnoreCase(token.trim())) { in headerContainsToken()272 for (String token : tokens) { in getTokensFromHeader()273 result.add(token.trim()); in getTokensFromHeader()
103 nxt_str_t *token);439 nxt_str_t token; in nxt_conf_get_path() local448 ret = nxt_conf_path_next_token(&parse, &token); in nxt_conf_get_path()453 if (token.length == 0) { in nxt_conf_get_path()469 index = nxt_int_parse(token.start, token.length); in nxt_conf_get_path()520 token->length = end - parse->buf; in nxt_conf_path_next_token()521 token->start = parse->buf; in nxt_conf_path_next_token()799 nxt_str_t token; in nxt_conf_op_compile() local821 ret = nxt_conf_path_next_token(&parse, &token); in nxt_conf_op_compile()833 index = nxt_int_parse(token.start, token.length); in nxt_conf_op_compile()[all …]