Searched refs:INTERNAL_ERR (Results 1 – 2 of 2) sorted by relevance
63 return INTERNAL_ERR; in _err_alloc()79 if (err == NULL || err == INTERNAL_ERR) in _err_free()104 if (err == INTERNAL_ERR) in nerr_raisef()127 if (err == INTERNAL_ERR) in nerr_raise_errnof()154 if (nerr == INTERNAL_ERR) in nerr_passf()176 if (nerr == INTERNAL_ERR) in nerr_pass_ctxf()202 if (err == INTERNAL_ERR) in nerr_log_error()210 while (more && more != INTERNAL_ERR) in nerr_log_error()256 if (err == INTERNAL_ERR) in nerr_error_string()263 while (more && more != INTERNAL_ERR) in nerr_error_string()[all …]
28 #define INTERNAL_ERR ((NEOERR *)1) macro