| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_ssi_expr.c | 11 const char *input; member 52 char c = t->input[t->offset]; in ssi_expr_tokenizer() 66 if (t->input[t->offset + 1] == '=') { in ssi_expr_tokenizer() 84 if (t->input[t->offset + 1] == '=') { in ssi_expr_tokenizer() 103 if (t->input[t->offset + 1] == '=') { in ssi_expr_tokenizer() 160 for (i = 1; t->input[t->offset + i] && t->input[t->offset + i] != '\''; i++); in ssi_expr_tokenizer() 162 if (t->input[t->offset + i]) { in ssi_expr_tokenizer() 198 for (i = 2; t->input[t->offset + i] && t->input[t->offset + i] != '}'; i++); in ssi_expr_tokenizer() 210 for (i = 1; isalpha(t->input[t->offset + i]) || t->input[t->offset + i] == '_'; i++); in ssi_expr_tokenizer() 231 char d = t->input[t->offset + i]; in ssi_expr_tokenizer() [all …]
|
| H A D | md5.c | 60 #define MD5_memcpy(output, input, len) memcpy((output), (input), (len)) argument 131 const unsigned char *input = (const unsigned char*) _input; in li_MD5_Update() local 153 li_MD5Transform (context->state, &input[i]); in li_MD5_Update() 162 ((POINTER)&context->buffer[ndx], (POINTER)&input[i], in li_MD5_Update() 294 output[j] = (unsigned char)(input[i] & 0xff); in Encode() 295 output[j+1] = (unsigned char)((input[i] >> 8) & 0xff); in Encode() 296 output[j+2] = (unsigned char)((input[i] >> 16) & 0xff); in Encode() 297 output[j+3] = (unsigned char)((input[i] >> 24) & 0xff); in Encode() 309 output[i] = ((UINT4)input[j]) | (((UINT4)input[j+1]) << 8) | in Decode() 310 (((UINT4)input[j+2]) << 16) | (((UINT4)input[j+3]) << 24); in Decode() [all …]
|
| H A D | configfile.c | 505 const char *input; member 535 t->input = t->s.start; 556 assert(t->input[t->offset] == '\r' || t->input[t->offset] == '\n'); in config_skip_newline() 557 if (t->input[t->offset] == '\r' && t->input[t->offset + 1] == '\n') { in config_skip_newline() 567 assert(t->input[t->offset] == '#'); in config_skip_comment() 569 (t->input[t->offset + i] != '\n' && t->input[t->offset + i] != '\r'); in config_skip_comment() 580 char c = t->input[t->offset]; in config_tokenizer() 679 switch (t->input[t->offset]) { in config_tokenizer() 722 start = t->input + t->offset + 1; in config_tokenizer() 863 for (i = 0; t->input[t->offset + i] && isdigit((unsigned char)t->input[t->offset + i]); i++); in config_tokenizer() [all …]
|
| H A D | mod_ssi_exprparser.y | 29 input ::= exprline(B). {
|
| H A D | configparser.y | 112 input ::= metalines.
|
| /mOS-networking-stack/core/src/ |
| H A D | util.c | 431 const BYTE* p = (const BYTE*)input; in XXH32_endian_align() 506 unsigned XXH32 (const void* input, size_t len, unsigned seed) in XXH32() argument 512 XXH32_update(&state, input, len); in XXH32() 523 return XXH32_endian_align(input, len, seed, XXH_bigEndian, XXH_aligned); in XXH32() 528 return XXH32_endian_align(input, len, seed, XXH_littleEndian, XXH_unaligned); in XXH32() 530 return XXH32_endian_align(input, len, seed, XXH_bigEndian, XXH_unaligned); in XXH32() 536 const BYTE* p = (const BYTE*)input; in XXH64_endian_align() 646 unsigned long long XXH64 (const void* input, size_t len, unsigned long long seed) in XXH64() argument 652 XXH64_update(&state, input, len); in XXH64() 663 return XXH64_endian_align(input, len, seed, XXH_bigEndian, XXH_aligned); in XXH64() [all …]
|
| /mOS-networking-stack/core/src/include/ |
| H A D | mtcp_util.h | 110 unsigned int XXH32 (const void* input, size_t length, unsigned seed); 111 unsigned long long XXH64 (const void* input, size_t length, unsigned long long seed);
|
| /mOS-networking-stack/core/include/ |
| H A D | mtcp_util.h | 110 unsigned int XXH32 (const void* input, size_t length, unsigned seed); 111 unsigned long long XXH64 (const void* input, size_t length, unsigned long long seed);
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_scanner.c | 2836 static int input (void ); 4126 static int __attribute__((unused)) input (void) in yyinput() 4177 return input(); in yyinput()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | ltmain.sh | 9685 func_verbose "creating $NM input file list: $output" 9842 func_verbose "creating linker input file list: $output"
|
| H A D | configure | 10917 …$CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $…
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 4182 [Specify filename containing input files for $NM]) 5891 …$CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $… 6188 [Specify filename containing input files]) 7169 …bobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test… 8256 # 10000 chars as input seems more than enough
|