HomeSort by relevance Sort by last modified time
    Searched full:method_name_len (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
data_socket.cc 207 size_t method_name_len; member in struct:__anon16377
217 if (len > supported_methods[i].method_name_len &&
218 isspace(begin[supported_methods[i].method_name_len]) &&
220 supported_methods[i].method_name_len) == 0) {
222 path = begin + supported_methods[i].method_name_len;

Completed in 809 milliseconds