OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:e_code
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libjingle/source/talk/examples/call/
status.h
91
void set_error(int
e_code
, const std::string e_str)
92
{ e_code_ =
e_code
; e_str_ = e_str; }
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
presencestatus.h
79
void set_error(int
e_code
, const std::string e_str)
80
{ e_code_ =
e_code
; e_str_ = e_str; }
/external/iputils/
tftpd.c
495
int
e_code
;
member in struct:errmsg
524
for (pe = errmsgs; pe->
e_code
>= 0; pe++)
525
if (pe->
e_code
== error)
527
if (pe->
e_code
< 0) {
Completed in 1009 milliseconds