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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/src/
H A Dconfuse.c677 val->section->errfunc = cfg->errfunc;
720 cfg_errfunc_t errfunc)
725 old = cfg->errfunc;
726 cfg->errfunc = errfunc;
736 if(cfg && cfg->errfunc)
737 (*cfg->errfunc)(cfg, fmt, ap);
957 val->section->errfunc = cfg->errfunc;
719 cfg_set_error_function(cfg_t *cfg, cfg_errfunc_t errfunc) argument
[all...]
H A Dconfuse.h224 cfg_errfunc_t errfunc; /**< This function (if set with member in struct:cfg_t
593 cfg_errfunc_t errfunc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/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,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtestrecurse.c76 int errfunc(const char *epath, int eerrno),
H A Druntest.c122 int errfunc(const char *epath, int eerrno),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtestrecurse.c76 int errfunc(const char *epath, int eerrno),
H A Druntest.c122 int errfunc(const char *epath, int eerrno),

Completed in 261 milliseconds