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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dstream_bucket.c32 svn_ra_serf__stream_bucket_errfunc_t errfunc; member in struct:stream_bucket_ctx_t
48 if (ctx->errfunc)
49 ctx->errfunc(ctx->errfunc_baton, err);
106 svn_ra_serf__stream_bucket_errfunc_t errfunc,
113 ctx->errfunc = errfunc;
104 svn_ra_serf__create_stream_bucket(svn_stream_t *stream, serf_bucket_alloc_t *allocator, svn_ra_serf__stream_bucket_errfunc_t errfunc, void *errfunc_baton) argument
H A Dra_serf.h1662 svn_ra_serf__stream_bucket_errfunc_t errfunc,
/freebsd-11-stable/crypto/openssh/
H A Dsftp-glob.c138 int (*errfunc)(const char *, int), glob_t *pglob)
149 return(glob(pattern, flags | GLOB_ALTDIRFUNC, errfunc, pglob));
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldebug.c588 if (L->errfunc != 0) { /* is there an error handling function? */
589 StkId errfunc = restorestack(L, L->errfunc); local
590 if (!ttisfunction(errfunc)) luaD_throw(L, LUA_ERRERR);
592 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.c425 L->errfunc = ci->u.c.old_errfunc;
483 L->errfunc = ci->u.c.old_errfunc;
611 ptrdiff_t old_errfunc = L->errfunc;
612 L->errfunc = ef;
623 L->errfunc = old_errfunc;
682 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc);
H A Dlapi.c927 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, argument
938 if (errfunc == 0)
941 StkId o = index2addr(L, errfunc);
942 api_checkstackindex(L, errfunc, o);
957 ci->u.c.old_errfunc = L->errfunc;
958 L->errfunc = func;
963 L->errfunc = ci->u.c.old_errfunc;
H A Dlstate.c217 L->errfunc = 0;
H A Dlua.h256 LUA_API int (lua_pcallk) (lua_State *L, int nargs, int nresults, int errfunc,
/freebsd-11-stable/contrib/lua/src/
H A Dlstate.h194 ptrdiff_t errfunc; /* current error handling function (stack index) */ member in struct:lua_State
H A Dldo.c527 L->errfunc = ci->u.c.old_errfunc; /* with the same error function */
529 /* finish 'lua_callk'/'lua_pcall'; CIST_YPCALL and 'errfunc' already
593 L->errfunc = ci->u.c.old_errfunc;
727 ptrdiff_t old_errfunc = L->errfunc;
728 L->errfunc = ef;
739 L->errfunc = old_errfunc;
793 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc);
H A Dldebug.c641 if (L->errfunc != 0) { /* is there an error handling function? */
642 StkId errfunc = restorestack(L, L->errfunc); local
644 setobjs2s(L, L->top - 1, errfunc); /* push function */
H A Dlapi.c948 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, argument
959 if (errfunc == 0)
962 StkId o = index2addr(L, errfunc);
963 api_checkstackindex(L, errfunc, o);
977 ci->u.c.old_errfunc = L->errfunc;
978 L->errfunc = func;
983 L->errfunc = ci->u.c.old_errfunc;
H A Dlstate.c238 L->errfunc = 0;
H A Dlua.h276 LUA_API int (lua_pcallk) (lua_State *L, int nargs, int nresults, int errfunc,
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dglob.c170 int (*errfunc)(const char *, int),
185 pglob->gl_errfunc = errfunc;
/freebsd-11-stable/contrib/tcsh/
H A Dglob.c294 glob(const char *pattern, int flags, int (*errfunc) (const char *, int),
312 pglob->gl_errfunc = errfunc;
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.c178 glob(const char *pattern, int flags, int (*errfunc)(const char *, int),
198 pglob->gl_errfunc = errfunc;
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c188 int (*errfunc)(const char *, int), glob_t * __restrict pglob)
211 pglob->gl_errfunc = errfunc;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2265 int (*errfunc)(const char *epath, int eerrno),
2268 COMMON_INTERCEPTOR_ENTER(ctx, glob, pattern, flags, errfunc, pglob);
2270 int res = REAL(glob)(pattern, flags, errfunc, pglob);
2311 int (*errfunc)(const char *epath, int eerrno),
2314 COMMON_INTERCEPTOR_ENTER(ctx, glob, pattern, flags, errfunc, pglob);
2326 int res = REAL(glob)(pattern, flags, errfunc, pglob);
2347 int (*errfunc)(const char *epath, int eerrno),
2350 COMMON_INTERCEPTOR_ENTER(ctx, glob64, pattern, flags, errfunc, pglob);
2362 int res = REAL(glob64)(pattern, flags, errfunc, pglob);

Completed in 151 milliseconds