Lines Matching refs:error
164 * error upcalls are always direct calls to the outer provider.
569 /* provider_new() generates an error, so no need here */
863 /* DSO_new() generates an error already */
989 * Furthermore, ERR_load_strings() patches the array's error number
990 * with the error library number, so we need to make a copy of that
1010 prov->error_strings[0].error = ERR_PACK(prov->error_lib, 0, 0);
1017 prov->error_strings[cnt2].error = (int)reasonstrings[cnt2-1].id;
1445 * The pop_free call doesn't do what we want on an error condition. We
1954 * case of a coding error.
1980 * These error functions should use |handle| to select the proper
1981 * library context to report in the correct error stack if error
2008 * error and will be treated as such. Otherwise, it's a new style
2009 * provider error and will be treated as such.