OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_close
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/
channel.h
98
int (*
check_close
)(struct Channel*);
member in struct:ChanType
common-channel.c
53
static void
check_close
(struct Channel *channel);
236
check_close
(channel);
262
static void
check_close
(struct Channel *channel) {
function
264
TRACE(("
check_close
: writefd %d, readfd %d, errfd %d, sent_close %d, recv_close %d",
271
if (!channel->flushing && channel->type->
check_close
272
&& channel->type->
check_close
(channel))
490
check_close
(channel);
507
check_close
(channel);
/external/skia/tests/
PathTest.cpp
917
static void
check_close
(skiatest::Reporter* reporter, const SkPath& path) {
function
950
check_close
(reporter, closePt);
954
check_close
(reporter, openPt);
957
check_close
(reporter, empty);
[
all
...]
Completed in 51 milliseconds