Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/cpptoc/
Dresource_handler_cpptoc.cc196 int bytes_readVal = bytes_read ? *bytes_read : 0; in resource_handler_read() local
200 data_out, bytes_to_read, bytes_readVal, in resource_handler_read()
205 *bytes_read = bytes_readVal; in resource_handler_read()
238 int bytes_readVal = bytes_read ? *bytes_read : 0; in resource_handler_read_response() local
242 data_out, bytes_to_read, bytes_readVal, in resource_handler_read_response()
247 *bytes_read = bytes_readVal; in resource_handler_read_response()