Searched defs:err_string_cmp (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/err/
H A Derr.c419 // err_string_cmp is a compare function for searching error values with
421 static int err_string_cmp(const void *a, const void *b) { function
458 sizeof(uint32_t), err_string_cmp);

Completed in 66 milliseconds