Home
last modified time | relevance | path

Searched refs:token (Results 1 – 3 of 3) sorted by relevance

/unit/src/java/nginx/unit/websocket/server/
H A DUpgradeUtil.java251 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()
/unit/src/
H A Dnxt_conf.c104 nxt_str_t *token);
464 nxt_str_t token; in nxt_conf_get_path() local
473 ret = nxt_conf_path_next_token(&parse, &token); in nxt_conf_get_path()
478 if (token.length == 0) { in nxt_conf_get_path()
494 index = nxt_int_parse(token.start, token.length); in nxt_conf_get_path()
545 token->length = end - parse->buf; in nxt_conf_path_next_token()
546 token->start = parse->buf; in nxt_conf_path_next_token()
824 nxt_str_t token; in nxt_conf_op_compile() local
846 ret = nxt_conf_path_next_token(&parse, &token); in nxt_conf_op_compile()
858 index = nxt_int_parse(token.start, token.length); in nxt_conf_op_compile()
[all …]
/unit/
H A DCHANGES119 *) Feature: "server_version" setting to omit the version token from