| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | array.h | 16 #define DATA_IS_STRING(x) (x->type == TYPE_STRING) 18 typedef enum { TYPE_UNSET, TYPE_STRING, TYPE_COUNT, TYPE_ARRAY, TYPE_INTEGER, TYPE_FASTCGI, TYPE_CO… enumerator
|
| H A D | configfile-glue.c | 46 if (da->value->data[j]->type == TYPE_STRING) { in config_insert_values_internal() 73 if (du->type == TYPE_STRING) { in config_insert_values_internal() 91 case TYPE_STRING: { in config_insert_values_internal() 126 case TYPE_STRING: { in config_insert_values_internal() 149 if (du->type == TYPE_STRING) { in config_insert_values_internal()
|
| H A D | configparser.y | 62 if (op1->type == TYPE_STRING && op2->type == TYPE_INTEGER) { in configparser_merge_data() 66 } else if (op1->type == TYPE_INTEGER && op2->type == TYPE_STRING) { in configparser_merge_data() 79 case TYPE_STRING: in configparser_merge_data() 384 if (ctx->ok && D->type != TYPE_STRING) { in SRVVARNAME() 545 if (B->type == TYPE_STRING) { in stringop()
|
| H A D | mod_setenv.c | 184 …if (NULL == (ds_dst = (data_string *)array_get_unused_element(con->request.headers, TYPE_STRING)))… in URIHANDLER_FUNC() 198 if (NULL == (ds_dst = (data_string *)array_get_unused_element(con->environment, TYPE_STRING))) { in URIHANDLER_FUNC()
|
| H A D | configparser.c | 65 if (op1->type == TYPE_STRING && op2->type == TYPE_INTEGER) { in configparser_merge_data() 69 } else if (op1->type == TYPE_INTEGER && op2->type == TYPE_STRING) { in configparser_merge_data() 82 case TYPE_STRING: in configparser_merge_data() 1170 if (ctx->ok && yymsp[0].minor.yy41->type != TYPE_STRING) { in yy_reduce() 1357 if (yymsp[0].minor.yy41->type == TYPE_STRING) { in yy_reduce()
|
| H A D | data_string.c | 109 ds->type = TYPE_STRING; in data_string_init()
|
| H A D | array.c | 158 if (NULL == (ds_dst = (data_string *)array_get_unused_element(hdrs, TYPE_STRING))) { in array_set_key_value() 290 case TYPE_STRING: in array_print()
|
| H A D | request.c | 255 if (NULL == (ds = (data_string *)array_get_unused_element(vals, TYPE_STRING))) { in http_request_split_value() 568 if (NULL == (ds = (data_string *)array_get_unused_element(con->request.headers, TYPE_STRING))) { in http_request_parse() 808 … if (NULL == (ds = (data_string *)array_get_unused_element(con->request.headers, TYPE_STRING))) { in http_request_parse()
|
| H A D | mod_flv_streaming.c | 166 if (NULL == (ds = (data_string *)array_get_unused_element(get_params, TYPE_STRING))) { in split_get_params()
|
| H A D | mod_usertrack.c | 210 if (NULL == (ds = (data_string *)array_get_unused_element(con->response.headers, TYPE_STRING))) { in URIHANDLER_FUNC()
|
| H A D | mod_auth.c | 311 if (NULL == (ds = (data_string *)array_get_unused_element(con->environment, TYPE_STRING))) { in mod_auth_uri_handler() 456 if (da_file->value->data[m]->type == TYPE_STRING) { in SETDEFAULTS_FUNC()
|
| H A D | mod_redirect.c | 117 if (da->value->data[j]->type != TYPE_STRING) { in SETDEFAULTS_FUNC()
|
| H A D | mod_proxy.c | 420 …if (NULL == (ds_dst = (data_string *)array_get_unused_element(con->request.headers, TYPE_STRING)))… in proxy_set_header() 432 …if (NULL == (ds_dst = (data_string *)array_get_unused_element(con->request.headers, TYPE_STRING)))… in proxy_append_header() 632 if (NULL == (ds = (data_string *)array_get_unused_element(con->response.headers, TYPE_STRING))) { in proxy_response_parse()
|
| H A D | response.c | 165 if (NULL == (envds = (data_string *)array_get_unused_element(con->environment, TYPE_STRING))) { in https_add_ssl_entries() 191 if (NULL == (envds = (data_string *)array_get_unused_element(con->environment, TYPE_STRING))) { in https_add_ssl_entries()
|
| H A D | http-header-glue.c | 80 if (NULL == (ds = (data_string *)array_get_unused_element(con->response.headers, TYPE_STRING))) { in response_header_insert()
|
| H A D | mod_ssi.c | 150 if (NULL == (ds = (data_string *)array_get_unused_element(env, TYPE_STRING))) { in ssi_env_add() 654 if (NULL == (ds = (data_string *)array_get_unused_element(p->ssi_vars, TYPE_STRING))) { in process_ssi_stmt()
|
| H A D | mod_rewrite.c | 179 if (da->value->data[j]->type != TYPE_STRING) { in parse_config_entry()
|
| H A D | mod_dirlisting.c | 214 if (da->value->data[j]->type != TYPE_STRING) { in parse_config_entry()
|
| H A D | mod_magnet.c | 199 case TYPE_STRING: in magnet_array_next()
|
| H A D | mod_fastcgi.c | 2222 … if (NULL == (ds = (data_string *)array_get_unused_element(con->response.headers, TYPE_STRING))) { in fcgi_response_parse() 2361 …if (NULL == (dcls = (data_string *)array_get_unused_element(con->response.headers, TYPE_STRING))) { in fcgi_response_parse() 2625 …if (NULL == (dcls = (data_string *)array_get_unused_element(con->response.headers, TYPE_STRING))) { in fcgi_demux_response()
|
| H A D | mod_cgi.c | 285 if (NULL == (ds = (data_string *)array_get_unused_element(con->response.headers, TYPE_STRING))) { in cgi_response_parse()
|
| H A D | mod_scgi.c | 1738 if (NULL == (ds = (data_string *)array_get_unused_element(con->response.headers, TYPE_STRING))) { in scgi_response_parse()
|