Home
last modified time | relevance | path

Searched refs:SPDYF_name_value_is_empty (Results 1 – 3 of 3) sorted by relevance

/external/libmicrohttpd/src/microspdy/
Dstructures.c35 SPDYF_name_value_is_empty(struct SPDY_NameValue *container) in SPDYF_name_value_is_empty() function
78 if(SPDYF_name_value_is_empty(container)) in SPDY_name_value_add()
198 if(SPDYF_name_value_is_empty(container)) in SPDY_name_value_lookup()
249 if(SPDYF_name_value_is_empty(container)) in SPDY_name_value_iterate()
Dstructures.h1209 SPDYF_name_value_is_empty(struct SPDY_NameValue *container);
Dapplicationlayer.c414 if(NULL != headers && !SPDYF_name_value_is_empty(headers)) in SPDY_build_response()