Home
last modified time | relevance | path

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

/external/chromium/net/tools/dump_cache/
Dupgrade.cc102 RESULT_OK = 0, enumerator
341 if (input_->msg.result != RESULT_OK) in DoGetEntry()
366 if (input_->msg.result != RESULT_OK) in DoGetKey()
396 if (input_->msg.result != RESULT_OK) in DoGetUseTimes()
423 if (input_->msg.result != RESULT_OK) in DoGetDataSize()
465 if (input_->msg.result != RESULT_OK) in DoReadData()
670 return RESULT_OK; in GetEntryFromList()
684 msg.result = RESULT_OK; in DoCloseEntry()
705 msg.result = RESULT_OK; in DoGetKey()
721 msg.result = RESULT_OK; in DoGetUseTimes()
[all …]
/external/mtpd/
Dpptp.c65 #define RESULT_OK 1 macro
357 outgoing.echorp.result = RESULT_OK; in pptp_process()