Searched refs:closef (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dliolib.c126 #define isclosed(p) ((p)->closef == NULL)
169 p->closef = NULL; /* mark file handle as 'closed' */
177 lua_CFunction cf = p->closef;
178 p->closef = NULL; /* mark stream as closed */
212 p->closef = &io_fclose;
250 p->closef = &io_pclose;
636 p->closef = &io_noclose; /* keep file opened */
647 p->closef = &io_noclose;
H A Dlauxlib.h190 lua_CFunction closef; /* to close stream (NULL for closed streams) */ member in struct:luaL_Stream
/external/libselinux/src/
H A Dlabel_android_property.c225 static void closef(struct selabel_handle *rec) function
296 rec->func_close = &closef;
H A Dlabel_file.c543 static void closef(struct selabel_handle *rec) function
769 rec->func_close = &closef;
/external/qemu/distrib/libselinux/src/
H A Dlabel_android_property.c225 static void closef(struct selabel_handle *rec) function
296 rec->func_close = &closef;
H A Dlabel_file.c542 static void closef(struct selabel_handle *rec) function
725 rec->func_close = &closef;

Completed in 434 milliseconds