HomeSort by relevance Sort by last modified time
    Searched refs:chunk_buf (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/tools/flip_server/
http_interface.cc 282 char chunk_buf[128]; local
283 snprintf(chunk_buf, sizeof(chunk_buf), "%x\r\n", (unsigned int)len);
284 std::string chunk_description(chunk_buf);
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_input.c 4515 uint8_t chunk_buf[SCTP_CHUNK_BUFFER_SIZE]; local
    [all...]
sctputil.c 4230 struct sctp_chunkhdr *ch, chunk_buf; local
4306 struct sctp_init_chunk *init_chk, chunk_buf; local
    [all...]
sctp_indata.c 2317 struct sctp_data_chunk *ch, chunk_buf; local
    [all...]
sctp_output.c 12071 struct sctp_chunkhdr *ch, chunk_buf; local
    [all...]

Completed in 102 milliseconds