OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon11894
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 197 milliseconds