Home
last modified time | relevance | path

Searched refs:array (Results 1 – 25 of 53) sorted by relevance

123

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Darray.h45 } array; typedef
67 array *value;
112 array *value;
121 array *childs;
162 array *array_init(void);
163 array *array_init_array(array *a);
164 void array_free(array *a);
165 void array_reset(array *a);
167 data_unset *array_pop(array *a);
168 int array_print(array *a, int depth);
[all …]
H A Darray.c12 array *array_init(void) { in array_init()
13 array *a; in array_init()
23 array *array_init_array(array *src) { in array_init_array()
25 array *a = array_init(); in array_init_array()
43 void array_free(array *a) { in array_free()
59 void array_reset(array *a) { in array_reset()
72 data_unset *array_pop(array *a) { in array_pop()
181 int array_insert_unique(array *a, data_unset *str) { in array_insert_unique()
259 size_t array_get_max_key_length(array *a) { in array_get_max_key_length()
274 int array_print(array *a, int depth) { in array_print()
[all …]
H A Dbase.h172 array *headers;
188 array *headers;
251 array *mimetypes;
421array *environment; /* used to pass lighttpd internal stuff to the FastCGI/CGI apps, setenv does …
513 array *modules;
514 array *upload_tempdirs;
614 array *split_vals;
629 array *config;
630 array *config_touched;
632 array *config_context;
[all …]
H A Dmod_ssi.h17 array *ssi_extension;
32 array *ssi_vars;
33 array *ssi_cgi_env;
H A Dlemon.c3850 array.ht = (x1node**)&(array.tbl[size]);
3857 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
4013 array.ht = (x2node**)&(array.tbl[size]);
4020 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
4089 if( array ){ in Symbol_arrayof()
4092 return array; in Symbol_arrayof()
4219 array.ht = (x3node**)&(array.tbl[size]);
4226 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
4276 if( array ){ in State_arrayof()
4364 array.ht = (x4node**)&(array.tbl[size]);
[all …]
H A Dhttp_auth.h22 array *auth_require;
69 int http_auth_basic_check(server *srv, connection *con, mod_auth_plugin_data *p, array *req, buffer…
70 int http_auth_digest_check(server *srv, connection *con, mod_auth_plugin_data *p, array *req, buffe…
H A Dmod_extforward.c83 array *forwarder;
84 array *headers;
223 static void put_string_into_array_len(array *ary, const char *str, int len) in put_string_into_array_len()
235 static array *extract_forward_array(buffer *pbuffer) in extract_forward_array()
237 array *result = array_init(); in extract_forward_array()
290 static const char *last_not_in_array(array *a, plugin_data *p) in last_not_in_array()
292 array *forwarder = p->conf.forwarder; in last_not_in_array()
353 array *forward_array = NULL; in URIHANDLER_FUNC()
H A Dconfigparser.y86 array *dst = ((data_array *)op1)->value; in configparser_merge_data()
87 array *src = ((data_array *)op2)->value; in configparser_merge_data()
128 %type aelements {array *}
129 %type array {array *}
139 %destructor array { array_free($$); }
171 array *vars = ctx->current->value; in key()
276 value(A) ::= array(B). { in value()
282 array(A) ::= LPARAN RPARAN. { in array() function
285 array(A) ::= LPARAN aelements(B) RPARAN. { in array() function
H A Dconfigfile.h11 array *all_configs;
12 array *configs_stack; /* to parse nested block */
H A Dchunk.h45 array *tempdirs;
51 int chunkqueue_set_tempdirs(chunkqueue *c, array *tempdirs);
H A Dmod_flv_streaming.c17 array *extensions;
24 array *get_params;
137 static int split_get_params(array *get_params, buffer *qrystr) { in split_get_params()
H A Dmod_setenv.c19 array *request_header;
20 array *response_header;
22 array *environment;
H A Dplugin.h85 int config_insert_values_global(server *srv, array *ca, const config_values_t *cv);
86 int config_insert_values_internal(server *srv, array *ca, const config_values_t *cv);
H A Ddata_config.c56 array *a = (array *)ds->value; in data_config_print()
H A Dmod_alias.c14 array *alias;
90 const array *a = s->alias; in SETDEFAULTS_FUNC()
H A Dmod_cml.h20 array *mc_hosts;
H A Dmod_magnet.c32 array *url_raw;
33 array *physical_path;
186 array *a = lua_touserdata(L, lua_upvalueindex(2)); in magnet_array_next()
229 static int magnet_array_pairs(lua_State *L, array *a) { in magnet_array_pairs()
1046 static handler_t magnet_attract_array(server *srv, connection *con, plugin_data *p, array *files) { in magnet_attract_array()
H A Dmod_rewrite.c162 static int parse_config_entry(server *srv, array *ca, rewrite_rule_buffer *kvb, const char *option,… in parse_config_entry()
201 static int parse_config_entry(server *srv, array *ca, const char *option) { in parse_config_entry()
251 array *ca; in SETDEFAULTS_FUNC()
H A Dmod_evhost.c166 static int mod_evhost_parse_host(connection *con,array *host) { in mod_evhost_parse_host()
262 array *parsed_host; in mod_evhost_uri_handler()
H A Dmod_userdir.c20 array *exclude_user;
21 array *include_user;
H A Dhttp_auth.c312 array *req; in http_auth_match_rules()
610 static int http_auth_basic_password_compare(server *srv, mod_auth_plugin_data *p, array *req, buffe… in http_auth_basic_password_compare()
839 int http_auth_basic_check(server *srv, connection *con, mod_auth_plugin_data *p, array *req, buffer… in http_auth_basic_check()
918 int http_auth_digest_check(server *srv, connection *con, mod_auth_plugin_data *p, array *req, buffe… in http_auth_digest_check()
H A DMakefile.in151 joblist.c etag.c array.c data_string.c data_count.c \
167 liblightcomp_la-etag.lo liblightcomp_la-array.lo \
436 fdevent.c stat_cache.c plugin.c joblist.c etag.c array.c \
450 joblist.$(OBJEXT) etag.$(OBJEXT) array.$(OBJEXT) \
754 stat_cache.c plugin.c joblist.c etag.c array.c \
899 etag.h joblist.h array.h crc32.h \
1178 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
1211 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-array.Plo@am__quote@
1411 liblightcomp_la-array.lo: array.c
1412 …htcomp_la-array.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-array.Tpo -c -o liblightcomp_la-array.lo …
[all …]
H A Dmod_access.c12 array *access_deny;
/mOS-networking-stack/core/src/
H A Dtcp_stream_queue.c54 sq->array = (tcp_stream **)calloc(size, sizeof(tcp_stream *)); in CreateInternalStreamQueue()
55 if (!sq->array) { in CreateInternalStreamQueue()
73 if (sq->array) { in DestroyInternalStreamQueue()
74 free(sq->array); in DestroyInternalStreamQueue()
75 sq->array = NULL; in DestroyInternalStreamQueue()
91 sq->array[sq->last++] = stream; in StreamInternalEnqueue()
110 stream = sq->array[sq->first++]; in StreamInternalDequeue()
/mOS-networking-stack/core/src/include/
H A Dtcp_stream_queue.h41 struct tcp_stream **array; member

123