OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rdbx_check_add
(Results
1 - 2
of
2
) sorted by null
/external/srtp/test/
rdbx_driver.c
142
*
rdbx_check_add
(rdbx, idx) checks a known-to-be-good idx against
150
rdbx_check_add
(rdbx_t *rdbx, uint32_t idx) {
function
230
status =
rdbx_check_add
(&rdbx, idx);
291
status =
rdbx_check_add
(&rdbx, 1);
297
status =
rdbx_check_add
(&rdbx, 2);
/external/srtp/googlepatches/
google-11-srtp-replay-fix.patch
46
status =
rdbx_check_add
(&rdbx, idx);
82
+ status =
rdbx_check_add
(&rdbx, 1);
88
+ status =
rdbx_check_add
(&rdbx, 2);
Completed in 98 milliseconds