| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_accesslog.c | 114 buffer *string; member 240 fields->ptr[fields->used]->string = buffer_init(); in accesslog_parse_format() 277 fields->ptr[fields->used]->string = NULL; in accesslog_parse_format() 324 fields->ptr[fields->used]->string = buffer_init(); in accesslog_parse_format() 357 fields->ptr[fields->used]->string = NULL; in accesslog_parse_format() 392 fields->ptr[fields->used]->string = buffer_init(); in accesslog_parse_format() 438 if (s->parsed_format->ptr[j]->string) buffer_free(s->parsed_format->ptr[j]->string); in FREE_FUNC() 524 if (!buffer_is_empty(s->parsed_format->ptr[j]->string)) { in SETDEFAULTS_FUNC() 545 s->parsed_format->ptr[j]->string ? in SETDEFAULTS_FUNC() 546 s->parsed_format->ptr[j]->string->ptr : "" ); in SETDEFAULTS_FUNC() [all …]
|
| H A D | data_config.c | 28 if (ds->string) buffer_free(ds->string); in data_config_free() 65 ds->comp_key->ptr, ds->op->ptr, ds->string->ptr); in data_config_print() 107 ds->comp_key->ptr, ds->op->ptr, ds->string->ptr); in data_config_print()
|
| H A D | configfile-glue.c | 299 ck_colon = strchr(dc->string->ptr, ':'); in config_check_cond_nocache() 340 (NULL != (nm_slash = strchr(dc->string->ptr, '/')))) { in config_check_cond_nocache() 347 log_error_write(srv, __FILE__, __LINE__, "sb", "ERROR: no number after / ", dc->string); in config_check_cond_nocache() 355 …error_write(srv, __FILE__, __LINE__, "sbs", "ERROR: non-digit found in netmask:", dc->string, err); in config_check_cond_nocache() 361 buffer_copy_string_len(srv->cond_check_buf, dc->string->ptr, nm_slash - dc->string->ptr); in config_check_cond_nocache() 468 "(", l, ") compare to ", dc->string); in config_check_cond_nocache() 473 if (buffer_is_equal(l, dc->string)) { in config_check_cond_nocache()
|
| H A D | mod_dirlisting.c | 42 buffer *string; member 89 static int excludes_buffer_append(excludes_buffer *exb, buffer *string) { in excludes_buffer_append() argument 95 if (!string) return -1; in excludes_buffer_append() 117 if (NULL == (exb->ptr[exb->used]->regex = pcre_compile(string->ptr, 0, in excludes_buffer_append() 122 exb->ptr[exb->used]->string = buffer_init(); in excludes_buffer_append() 123 buffer_copy_string_buffer(exb->ptr[exb->used]->string, string); in excludes_buffer_append() 130 UNUSED(string); in excludes_buffer_append() 142 if (exb->ptr[i]->string) buffer_free(exb->ptr[i]->string); in excludes_buffer_free()
|
| H A D | crc32.h | 16 uint32_t generate_crc32c(char *string, size_t length);
|
| H A D | array.h | 128 buffer *string; member
|
| H A D | configparser.y | 467 dc->string = buffer_init_buffer(rvalue); in SRVVARNAME() 477 dc->string = buffer_init_string(errptr); in SRVVARNAME() 499 dc->string = buffer_init_buffer(rvalue); in SRVVARNAME()
|
| H A D | configparser.c | 1253 dc->string = buffer_init_buffer(rvalue); in yy_reduce() 1263 dc->string = buffer_init_string(errptr); in yy_reduce() 1285 dc->string = buffer_init_buffer(rvalue); in yy_reduce()
|
| H A D | network.c | 964 if (buffer_is_equal(srv->srv_sockets.ptr[j]->srv_token, dc->string)) { 970 if (0 != network_server_init(srv, dc->string, s)) return -1;
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | cml.txt | 248 - parameters from the query-string 251 string md5(string) 252 number file_mtime(string) 253 string memcache_get_string(string) 254 number memcache_get_long(string) 255 boolean memcache_exists(string)
|
| H A D | configuration.txt | 32 VALUE : ( <string> | <integer> | <boolean> | <array> | VALUE [ + VALUE ]*) 33 <string> : "text" 36 <array> : "(" [ <string> "=>" ] <value> [, [ <string> "=>" ] <value> ]* ")" 101 $HTTP["query-string"] 102 match on the (not decoded) query-string 117 string equal match 119 string not equal match 125 and <value> is either a quoted ("") literal string or regular expression. 291 set the string returned by the Server: response header
|
| H A D | secdownload.txt | 27 secdownload.secret = <string> 28 secdownload.document-root = <string> 29 secdownload.uri-prefix = <string> (default: /) 79 1. a secret string (user supplied)
|
| H A D | ssi.txt | 56 - quoted strings: 'string with a dollar: $FOO' 58 - unquoted strings: string
|
| H A D | proxy.txt | 57 ( "host" => <string> , 59 ( "host" => <string> ,
|
| H A D | magnet.txt | 115 -- 3. changing the query-string 135 …f the array are processed left to right and the elements can either be a string or a table. String… 228 -- split the query-string 230 for k, v in string.gmatch(lighty.env["uri.query"], "(%w+)=(%w+)") do 288 if (string.find(lighty.env["request.uri"], "UNION%s")) then
|
| H A D | fastcgi.txt | 96 ( "host" => <string> , 98 "socket" => <string>, # either socket 100 "bin-path" => <string>, # OPTIONAL 103 "mode" => <string>, # OPTIONAL 104 "docroot" => <string> , # OPTIONAL if "mode" 106 "check-local" => <string>, # OPTIONAL
|
| H A D | rewrite.txt | 56 query-string.::
|
| H A D | accesslog.txt | 80 %q query string
|
| H A D | authentication.txt | 181 # <realm> is a string to display in the dialog
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | SConstruct | 4 import string 118 checkCHeaders(autoconf, string.split(""" 124 string.h 266 versions = string.split(version, '.')
|
| H A D | ltmain.sh | 5656 char *xstrdup (const char *string); 5939 xstrdup (const char *string) 5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), 5942 string) : NULL; 6365 const char *string = argv[i]; 6367 if (string[0] == '\0') 6369 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) 6371 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); 6382 for (s = string; *s != '\0'; s++)
|
| H A D | NEWS | 257 …* Try to convert string options to shorts for numeric options in config file; allows to use env-va… 306 * Disable logging to access.log if filename is an empty string 336 * fixed format string bugs in mod_accesslog for SYSLOG 394 …* workaround #1587: require userdir.path to be set to enable mod_userdir (empty string allowed) (C… 449 * fixed missing check for base64 encoded string in mod_auth and Basic auth 886 string is supplied 963 * improved performance in the string compare functions
|
| H A D | config.h.in | 286 /* Define to 1 if you have the <string.h> header file. */
|
| H A D | configure.ac | 60 AC_CHECK_HEADERS([arpa/inet.h fcntl.h netinet/in.h stdlib.h string.h \
|
| /mOS-networking-stack/scripts/ |
| H A D | configure.ac | 19 AC_CHECK_HEADERS([fcntl.h inttypes.h limits.h stddef.h stdlib.h string.h strings.h sys/param.h sys/…
|