Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 28) sorted by relevance

12

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_accesslog.c114 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 Ddata_config.c28 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 Dconfigfile-glue.c299 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 Dmod_dirlisting.c42 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 Dcrc32.h16 uint32_t generate_crc32c(char *string, size_t length);
H A Darray.h128 buffer *string; member
H A Dconfigparser.y467 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 Dconfigparser.c1253 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 Dnetwork.c964 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 Dcml.txt248 - 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 Dconfiguration.txt32 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 Dsecdownload.txt27 secdownload.secret = <string>
28 secdownload.document-root = <string>
29 secdownload.uri-prefix = <string> (default: /)
79 1. a secret string (user supplied)
H A Dssi.txt56 - quoted strings: 'string with a dollar: $FOO'
58 - unquoted strings: string
H A Dproxy.txt57 ( "host" => <string> ,
59 ( "host" => <string> ,
H A Dmagnet.txt115 -- 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 Dfastcgi.txt96 ( "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 Drewrite.txt56 query-string.::
H A Daccesslog.txt80 %q query string
H A Dauthentication.txt181 # <realm> is a string to display in the dialog
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DSConstruct4 import string
118 checkCHeaders(autoconf, string.split("""
124 string.h
266 versions = string.split(version, '.')
H A Dltmain.sh5656 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 DNEWS257 …* 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 Dconfig.h.in286 /* Define to 1 if you have the <string.h> header file. */
H A Dconfigure.ac60 AC_CHECK_HEADERS([arpa/inet.h fcntl.h netinet/in.h stdlib.h string.h \
/mOS-networking-stack/scripts/
H A Dconfigure.ac19 AC_CHECK_HEADERS([fcntl.h inttypes.h limits.h stddef.h stdlib.h string.h strings.h sys/param.h sys/…

12