Searched refs:errfunc (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dldebug.c561 if (L->errfunc != 0) { /* is there an error handling function? */
562 StkId errfunc = restorestack(L, L->errfunc); local
563 if (!ttisfunction(errfunc)) luaD_throw(L, LUA_ERRERR);
565 setobjs2s(L, L->top - 1, errfunc); /* push function */
H A Dlstate.h174 ptrdiff_t errfunc; /* current error handling function (stack index) */ member in struct:lua_State
H A Dldo.c408 L->errfunc = ci->u.c.old_errfunc;
466 L->errfunc = ci->u.c.old_errfunc;
593 ptrdiff_t old_errfunc = L->errfunc;
594 L->errfunc = ef;
605 L->errfunc = old_errfunc;
664 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc);
H A Dlapi.c928 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, argument
939 if (errfunc == 0)
942 StkId o = index2addr(L, errfunc);
943 api_checkstackindex(L, errfunc, o);
958 ci->u.c.old_errfunc = L->errfunc;
959 L->errfunc = func;
964 L->errfunc = ci->u.c.old_errfunc;
H A Dlstate.c217 L->errfunc = 0;
H A Dlua.h257 LUA_API int (lua_pcallk) (lua_State *L, int nargs, int nresults, int errfunc,
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1458 int (*errfunc)(const char *epath, int eerrno),
1461 COMMON_INTERCEPTOR_ENTER(ctx, glob, pattern, flags, errfunc, pglob);
1474 int res = REAL(glob)(pattern, flags, errfunc, pglob);
1488 int (*errfunc)(const char *epath, int eerrno),
1491 COMMON_INTERCEPTOR_ENTER(ctx, glob64, pattern, flags, errfunc, pglob);
1504 int res = REAL(glob64)(pattern, flags, errfunc, pglob);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c4831 pp_reset(FILE *f, const char *file, int apass, efunc errfunc, evalfunc eval, argument
4837 _error = errfunc;
/external/chromium_org/third_party/libxml/src/
H A Druntest.c122 int errfunc(const char *epath, int eerrno),

Completed in 7946 milliseconds