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

/external/skia/third_party/lua/src/
H A Dlauxlib.h190 lua_CFunction closef; /* to close stream (NULL for closed streams) */ member in struct:luaL_Stream
/external/syslinux/com32/lua/src/
H A Dlauxlib.h190 lua_CFunction closef; /* to close stream (NULL for closed streams) */ member in struct:luaL_Stream
/external/selinux/libselinux/src/
H A Dlabel_backends_android.c206 static void closef(struct selabel_handle *rec);
265 closef(rec);
273 static void closef(struct selabel_handle *rec) function
376 rec->func_close = &closef;
393 rec->func_close = &closef;
H A Dlabel_file.c562 static void closef(struct selabel_handle *rec);
679 closef(rec);
687 static void closef(struct selabel_handle *rec) function
1014 rec->func_close = &closef;

Completed in 210 milliseconds