Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_ssi_expr.c62 buffer_copy_string_len(token, CONST_STR_LEN("(=)")); in ssi_expr_tokenizer()
186 buffer_copy_string_len(token, CONST_STR_LEN("(")); in ssi_expr_tokenizer()
194 buffer_copy_string_len(token, CONST_STR_LEN(")")); in ssi_expr_tokenizer()
218 buffer_copy_string_buffer(token, ds->value); in ssi_expr_tokenizer()
220 buffer_copy_string_buffer(token, ds->value); in ssi_expr_tokenizer()
275 buffer *token; in ssi_eval_expr() local
294 token = buffer_init(); in ssi_eval_expr()
296 ssiexprparser(pParser, token_id, token, &context); in ssi_eval_expr()
298 token = buffer_init(); in ssi_eval_expr()
300 ssiexprparser(pParser, 0, token, &context); in ssi_eval_expr()
[all …]
H A Dconfigfile.c723 buffer_copy_string_len(token, CONST_STR_LEN("")); in config_tokenizer()
886 if (strcmp(token->ptr, "include") == 0) { in config_tokenizer()
892 } else if (strcmp(token->ptr, "else") == 0) { in config_tokenizer()
919 token, token->used - 1, tid); in config_tokenizer()
926 tid, token->ptr); in config_tokenizer()
934 buffer *token, *lasttoken; in config_parse() local
939 token = buffer_init(); in config_parse()
941 buffer_copy_string_buffer(lasttoken, token); in config_parse()
942 configparser(pParser, token_id, token, context); in config_parse()
944 token = buffer_init(); in config_parse()
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dsecdownload.txt69 to generate a token and a timestamp which are checked by the
75 <uri-prefix><token>/<timestamp-in-hex><rel-path>
77 <token> is an MD5 of
84 As you can see, the token is not bound to the user at all. The
90 examples, as this is the only part of the token that is not
95 If the user tries to fake the URL by choosing a random token,
102 If token and timeout are valid, the <rel-path> is appended to
/mOS-networking-stack/core/src/
H A Dconfig.c73 char *token = " ="; in SetMultiProcessSupport() local
79 sample = strtok_r(multiprocess_details, token, &saveptr); in SetMultiProcessSupport()
86 sample = strtok_r(NULL, token, &saveptr); in SetMultiProcessSupport()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS319 * case insensitive match for secdownload md5 token (#1710)