HomeSort by relevance Sort by last modified time
    Searched refs:closef (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
liolib.c 126 #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;
lauxlib.h 190 lua_CFunction closef; /* to close stream (NULL for closed streams) */ member in struct:luaL_Stream
  /external/libselinux/src/
label_android_property.c 225 static void closef(struct selabel_handle *rec) function
296 rec->func_close = &closef;
label_file.c 543 static void closef(struct selabel_handle *rec) function
769 rec->func_close = &closef;
  /external/qemu/distrib/libselinux/src/
label_android_property.c 225 static void closef(struct selabel_handle *rec) function
296 rec->func_close = &closef;
label_file.c 542 static void closef(struct selabel_handle *rec) function
725 rec->func_close = &closef;

Completed in 227 milliseconds