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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loadlib.c 102 #define ERRLIB 1
290 if (reg == NULL) return ERRLIB; /* unable to load library */
316 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init");
  /external/skia/third_party/lua/src/
loadlib.c 102 #define ERRLIB 1
290 if (reg == NULL) return ERRLIB; /* unable to load library */
316 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init");
  /external/syslinux/com32/lua/src/
loadlib.c 106 #define ERRLIB 1
339 if (reg == NULL) return ERRLIB; /* unable to load library */
365 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init");

Completed in 60 milliseconds