Searched refs:have_entire_body (Results 1 - 1 of 1) sorted by relevance

/external/chromium/net/tools/spdyshark/
H A Dpacket-spdy.c554 gboolean have_entire_body; local
584 have_entire_body = is_single_chunk;
594 have_entire_body = TRUE;
596 if (!have_entire_body)
604 if (have_entire_body && si->content_encoding != NULL &&
689 if (have_entire_body && port_subdissector_table != NULL)
694 if (handle == NULL && have_entire_body && si->content_type != NULL &&
735 } else if (have_entire_body && si->content_type != NULL) {

Completed in 78 milliseconds