Searched refs:array_get_unused_element (Results 1 – 16 of 16) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| 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 | status_counter.c | 25 if (NULL == (di = (data_integer *)array_get_unused_element(srv->status, TYPE_INTEGER))) { in status_counter_get_counter()
|
| H A D | array.h | 169 data_unset *array_get_unused_element(array *a, data_type_t t);
|
| H A D | array.c | 131 data_unset *array_get_unused_element(array *a, data_type_t t) { in array_get_unused_element() function 158 if (NULL == (ds_dst = (data_string *)array_get_unused_element(hdrs, TYPE_STRING))) { in array_set_key_value()
|
| 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_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_auth.c | 311 if (NULL == (ds = (data_string *)array_get_unused_element(con->environment, TYPE_STRING))) { in mod_auth_uri_handler()
|
| 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()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 90 …* array.c: improve array_get_unused_element to check data type; fix mem leak if unused_element did…
|