Searched defs:ParseContentLength (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
H A Dhttp_fs_node.cc86 bool ParseContentLength(const StringMap_t& headers, off_t* content_length) { function in namespace:nacl_io::__anon8921
277 } else if (ParseContentLength(response_headers, &entity_length)) {
400 if (ParseContentLength(response_headers, &content_length)) {
483 if (ParseContentLength(response_headers, &content_length)) {
551 if (ParseContentLength(response_headers, &content_length)) {

Completed in 1046 milliseconds