OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close_fn
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/stdio/
stdio.cpp
690
int (*
close_fn
)(void*)) {
711
fp->_close =
close_fn
;
720
int (*
close_fn
)(void*)) {
721
FILE* fp = __funopen(cookie, read_fn, write_fn,
close_fn
);
732
int (*
close_fn
)(void*)) {
733
FILE* fp = __funopen(cookie, read_fn, write_fn,
close_fn
);
/external/curl/lib/vtls/
nss.c
1255
const PRCloseFN
close_fn
= PR_GetDefaultIOMethods()->close;
local
[
all
...]
Completed in 319 milliseconds