Home
last modified time | relevance | path

Searched refs:errfunc (Results 1 – 2 of 2) sorted by relevance

/php-src/win32/
H A Dglob.c160 PHPAPI int glob(const char *pattern, int flags, int (*errfunc)(const char *, int), glob_t *pglob) in glob()
181 pglob->gl_errfunc = errfunc; in glob()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c487 ptrdiff_t errfunc; member
1022 L->errfunc=0;
1214 L->errfunc=ef;
1227 L->errfunc=old_errfunc;
2310 L->errfunc=0;
2382 L->errfunc=0;
2579 if(L->errfunc!=0){
2580 StkId errfunc=restorestack(L,L->errfunc);
2583 setobj(L,L->top-1,errfunc);
5776 if(errfunc==0)
[all …]

Completed in 50 milliseconds