OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_length
(Results
1 - 2
of
2
) sorted by null
/bionic/tests/
regex_test.cpp
57
int
error_length
= regerror(error, &re, nullptr, 0);
local
58
ASSERT_GT(
error_length
, 0);
/libcore/ojluni/src/main/native/
FileDescriptor_md.c
67
socklen_t
error_length
= sizeof(error);
local
68
return TEMP_FAILURE_RETRY(getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &
error_length
)) == 0;
Completed in 118 milliseconds