Home
last modified time | relevance | path

Searched refs:TYPE_STRING (Results 1 – 22 of 22) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Darray.h16 #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 Dconfigfile-glue.c46 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 Dconfigparser.y62 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 Dmod_setenv.c184 …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 Dconfigparser.c65 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 Ddata_string.c109 ds->type = TYPE_STRING; in data_string_init()
H A Darray.c158 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 Drequest.c255 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 Dmod_flv_streaming.c166 if (NULL == (ds = (data_string *)array_get_unused_element(get_params, TYPE_STRING))) { in split_get_params()
H A Dmod_usertrack.c210 if (NULL == (ds = (data_string *)array_get_unused_element(con->response.headers, TYPE_STRING))) { in URIHANDLER_FUNC()
H A Dmod_auth.c311 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 Dmod_redirect.c117 if (da->value->data[j]->type != TYPE_STRING) { in SETDEFAULTS_FUNC()
H A Dmod_proxy.c420 …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 Dresponse.c165 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 Dhttp-header-glue.c80 if (NULL == (ds = (data_string *)array_get_unused_element(con->response.headers, TYPE_STRING))) { in response_header_insert()
H A Dmod_ssi.c150 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 Dmod_rewrite.c179 if (da->value->data[j]->type != TYPE_STRING) { in parse_config_entry()
H A Dmod_dirlisting.c214 if (da->value->data[j]->type != TYPE_STRING) { in parse_config_entry()
H A Dmod_magnet.c199 case TYPE_STRING: in magnet_array_next()
H A Dmod_fastcgi.c2222 … 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 Dmod_cgi.c285 if (NULL == (ds = (data_string *)array_get_unused_element(con->response.headers, TYPE_STRING))) { in cgi_response_parse()
H A Dmod_scgi.c1738 if (NULL == (ds = (data_string *)array_get_unused_element(con->response.headers, TYPE_STRING))) { in scgi_response_parse()