| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_mysql_vhost.c | 346 MYSQL_RES *result = NULL; local 372 result = mysql_store_result(p->conf.mysql); 373 cols = mysql_num_fields(result); 374 row = mysql_fetch_row(result); 377 mysql_free_result(result); 413 mysql_free_result(result); 424 result ? "NOT CACHED" : "cached", 430 ERR500: if (result) mysql_free_result(result);
|
| H A D | configfile-glue.c | 263 switch (con->cond_cache[dc->context_ndx].result) { in config_check_cond_nocache() 265 return con->cond_cache[dc->context_ndx].result; in config_check_cond_nocache() 514 if (COND_RESULT_UNSET == caches[dc->context_ndx].result) { in config_check_cond_cached() 515 …if (COND_RESULT_TRUE == (caches[dc->context_ndx].result = config_check_cond_nocache(srv, con, dc))… in config_check_cond_cached() 523 caches[c->context_ndx].result = COND_RESULT_FALSE; in config_check_cond_cached() 532 caches[dc->context_ndx].result == COND_RESULT_UNSET ? "unknown" : in config_check_cond_cached() 533 (caches[dc->context_ndx].result == COND_RESULT_TRUE ? "true" : "false")); in config_check_cond_cached() 539 caches[dc->context_ndx].result == COND_RESULT_UNSET ? "unknown" : in config_check_cond_cached() 540 (caches[dc->context_ndx].result == COND_RESULT_TRUE ? "true" : "false")); in config_check_cond_cached() 543 return caches[dc->context_ndx].result; in config_check_cond_cached() [all …]
|
| H A D | mod_extforward.c | 237 array *result = array_init(); in extract_forward_array() local 246 put_string_into_array_len(result, base, curr - base); in extract_forward_array() 260 put_string_into_array_len(result, base, curr - base); in extract_forward_array() 263 return result; in extract_forward_array() 308 int result; in ipstr_to_sockaddr() local 324 result = getaddrinfo(host, NULL, &hints, &res0); in ipstr_to_sockaddr() 326 if (result != 0) { in ipstr_to_sockaddr() 328 "could not resolve hostname ", host, " because ", gai_strerror(result), strerror(errno)); in ipstr_to_sockaddr()
|
| H A D | http_auth.c | 89 unsigned char *result; in base64_decode() local 97 result = (unsigned char *)out->ptr; in base64_decode() 113 result[j] = ch << 2; in base64_decode() 116 result[j++] |= ch >> 4; in base64_decode() 117 result[j] = (ch & 0x0f) << 4; in base64_decode() 120 result[j++] |= ch >>2; in base64_decode() 121 result[j] = (ch & 0x03) << 6; in base64_decode() 124 result[j++] |= ch; in base64_decode() 138 result[k++] = 0; in base64_decode() 141 result[k] = '\0'; in base64_decode() [all …]
|
| H A D | base.h | 351 cond_result_t result; member
|
| H A D | lemon.c | 2672 int result = 1; in PrintAction() local 2693 result = 0; in PrintAction() 2696 return result; in PrintAction()
|
| /mOS-networking-stack/util/ |
| H A D | rss.c | 92 …uint32_t result = (((uint32_t)key[0]) << 24) | (((uint32_t)key[1]) << 16) | (((uin… in BuildKeyCache() local 100 cache[i] = result; in BuildKeyCache() 102 result = ((result << 1) | bit); in BuildKeyCache()
|
| /mOS-networking-stack/core/src/ |
| H A D | util.c | 44 uint32_t result = (((uint32_t)key[0]) << 24) | in BuildKeyCache() local 54 cache[i] = result; in BuildKeyCache() 56 result = ((result << 1) | bit); in BuildKeyCache()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | SConstruct | 67 result = context.TryLink(struct_member, '.c') 68 context.Result(result) 70 return result
|
| H A D | configure | 2937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 9020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 9086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 13806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 13872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 13915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 13940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 13943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 16646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enableval" >&5 16948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 [all …]
|
| H A D | aclocal.m4 | 126 dnl pkg_failed based on the result. 1372 # tardir=directory && $(am__tar) > result.tar 1376 # $(am__untar) < result.tar
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | extforward.txt | 28 extended it. Here is the result.
|
| H A D | authentication.txt | 34 cleartext over the network (base64 encoded) and might result
|
| H A D | state.txt | 44 handle the request internally (might result in sub-requests)
|
| H A D | compress.txt | 92 browsers. Not setting any filetypes will result in no files being compressed.
|
| H A D | performance.txt | 145 a simple request for a PHP page might result in using 3 file descriptors:
|
| /mOS-networking-stack/scripts/ |
| H A D | configure | 2247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 2290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 [all …]
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_scanner.c | 2863 #define YY_INPUT(buf,result,max_size) \ argument 2875 result = n; \ 2880 while ( (result = fread(buf, 1, max_size, sfbpf_in))==0 && ferror(sfbpf_in)) \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | Makefile.in | 246 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 1683 # during glob expansion). Even if it were fixed, the result of this 3191 *** The result is that libtool may fail to recognize shared libraries
|