Home | History | Annotate | Download | only in util

Lines Matching refs:func

97 NEOERR *nerr_raisef (const char *func, const char *file, int lineno, int error, 
112 err->func = func;
119 NEOERR *nerr_raise_errnof (const char *func, const char *file, int lineno,
139 err->func = func;
146 NEOERR *nerr_passf (const char *func, const char *file, int lineno, NEOERR *err)
158 nerr->func = func;
166 NEOERR *nerr_pass_ctxf (const char *func, const char *file, int lineno,
184 nerr->func = func;
233 err->lineno, err->func, err_name, err->desc);
238 err->lineno, err->func);
333 err->lineno, err->func, err_name, err->desc);
339 err->file, err->lineno, err->func);